summaryrefslogtreecommitdiff
path: root/idl/inc/command.hxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-11-03 15:49:08 +0100
committerMikhail Voytenko <mav@openoffice.org>2010-11-03 15:49:08 +0100
commit01b3628d420ed30b5c61376f4f5fcb491a5aa0a1 (patch)
tree6edfdb698c1f719b738f6193b41522cded102e23 /idl/inc/command.hxx
parent34dd33af79caf3a13ec3a4e7098616ac0b16cf50 (diff)
removetooltypes01: #i112600# remove tooltypes from idl, and other small changes
Diffstat (limited to 'idl/inc/command.hxx')
-rw-r--r--idl/inc/command.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/command.hxx b/idl/inc/command.hxx
index 53512f4854d8..5a9577178193 100644
--- a/idl/inc/command.hxx
+++ b/idl/inc/command.hxx
@@ -62,8 +62,8 @@ public:
String aCSVFile;
String aExportFile;
String aDocuFile;
- UINT32 nVerbosity;
- UINT32 nFlags;
+ sal_uInt32 nVerbosity;
+ sal_uInt32 nFlags;
SvCommand( int argc, char ** argv );
~SvCommand();
@@ -71,7 +71,7 @@ public:
void Init();
class SvIdlWorkingBase;
-BOOL ReadIdl( SvIdlWorkingBase * pDataBase, const SvCommand & rCommand );
+sal_Bool ReadIdl( SvIdlWorkingBase * pDataBase, const SvCommand & rCommand );
void DeInit();
#endif // _COMMAND_HXX