summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/dump/dump8.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/dump/dump8.cxx')
-rw-r--r--sw/source/filter/ww8/dump/dump8.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/dump/dump8.cxx b/sw/source/filter/ww8/dump/dump8.cxx
index 10037b37636a..f0679da25067 100644
--- a/sw/source/filter/ww8/dump/dump8.cxx
+++ b/sw/source/filter/ww8/dump/dump8.cxx
@@ -42,7 +42,7 @@ char** pPara;
// Deklarationen
int PrepareConvert( String& rName, String& rOutName, String& rMess );
-int DoConvert( const String& rName, BYTE nVersion );
+int DoConvert( const String& rName, sal_uInt8 nVersion );
void DeInit();
@@ -83,7 +83,7 @@ void MyApp::Main()
{
SvFactory::Init();
String aMess, aName, aOutName;
- BYTE nVersion = 8;
+ sal_uInt8 nVersion = 8;
int nArgs = GetCommandLineParamCount();
if (nArgs)
@@ -111,7 +111,7 @@ void MyApp::Main()
}
}
- BOOL bOk = !aMess.Len()
+ sal_Bool bOk = !aMess.Len()
&& !PrepareConvert( aName, aOutName, aMess )
&& !DoConvert( aName, nVersion );