Index: xfa/fxfa/app/xfa_ffdochandler.cpp |
diff --git a/xfa/fxfa/app/xfa_ffdochandler.cpp b/xfa/fxfa/app/xfa_ffdochandler.cpp |
index 5ea7884134633ba8f725135b06089dc872d2e436..2019bb24df88e60cf8772d5093f9af479426fb4d 100644 |
--- a/xfa/fxfa/app/xfa_ffdochandler.cpp |
+++ b/xfa/fxfa/app/xfa_ffdochandler.cpp |
@@ -17,7 +17,7 @@ void CXFA_FFDocHandler::ReleaseDoc(IXFA_Doc* hDoc) { |
IXFA_DocProvider* CXFA_FFDocHandler::GetDocProvider(IXFA_Doc* hDoc) { |
return static_cast<CXFA_FFDoc*>(hDoc)->GetDocProvider(); |
} |
-FX_DWORD CXFA_FFDocHandler::GetDocType(IXFA_Doc* hDoc) { |
+uint32_t CXFA_FFDocHandler::GetDocType(IXFA_Doc* hDoc) { |
return static_cast<CXFA_FFDoc*>(hDoc)->GetDocType(); |
} |
int32_t CXFA_FFDocHandler::StartLoad(IXFA_Doc* hDoc) { |
@@ -31,7 +31,7 @@ void CXFA_FFDocHandler::StopLoad(IXFA_Doc* hDoc) { |
} |
IXFA_DocView* CXFA_FFDocHandler::CreateDocView(IXFA_Doc* hDoc, |
- FX_DWORD dwView) { |
+ uint32_t dwView) { |
return static_cast<CXFA_FFDoc*>(hDoc)->CreateDocView(dwView); |
} |
int32_t CXFA_FFDocHandler::CountPackages(IXFA_Doc* hDoc) { |