summaryrefslogtreecommitdiff
path: root/unodevtools/inc/unodevtools/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/inc/unodevtools/options.hxx')
-rw-r--r--unodevtools/inc/unodevtools/options.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unodevtools/inc/unodevtools/options.hxx b/unodevtools/inc/unodevtools/options.hxx
index f1fc70bad3fc..da7a06b8a7b9 100644
--- a/unodevtools/inc/unodevtools/options.hxx
+++ b/unodevtools/inc/unodevtools/options.hxx
@@ -39,12 +39,12 @@ namespace unodevtools {
//-------------------------------------------------------------------------------
sal_Bool readOption( rtl::OUString * pValue, const sal_Char * pOpt,
- sal_Int32 * pnIndex, const rtl::OUString & aArg)
+ sal_uInt32 * pnIndex, const rtl::OUString & aArg)
throw (com::sun::star::uno::RuntimeException);
//-------------------------------------------------------------------------------
sal_Bool readOption( sal_Bool * pbOpt, const sal_Char * pOpt,
- sal_Int32 * pnIndex, const rtl::OUString & aArg);
+ sal_uInt32 * pnIndex, const rtl::OUString & aArg);
} // end of namespace unodevtools