summaryrefslogtreecommitdiff
path: root/unodevtools/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-01-20 11:51:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-01-20 12:14:45 +0100
commit6cd581f240f9be985e92365f9da0c919142005b4 (patch)
tree35d90844c7ceaa9bc16c334aa0a1d463996685e9 /unodevtools/inc
parentb855cd62f626858efae5c7a5cd4911f7afb4b06c (diff)
Code clean up.
Diffstat (limited to 'unodevtools/inc')
-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