summaryrefslogtreecommitdiff
path: root/unodevtools/inc/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/inc/options.hxx')
-rw-r--r--unodevtools/inc/options.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unodevtools/inc/options.hxx b/unodevtools/inc/options.hxx
index f459009e190b..882d5c6488bf 100644
--- a/unodevtools/inc/options.hxx
+++ b/unodevtools/inc/options.hxx
@@ -27,12 +27,12 @@
namespace unodevtools {
-bool readOption( OUString * pValue, const sal_Char * pOpt,
+bool readOption( OUString * pValue, const char * pOpt,
sal_uInt32 * pnIndex, const OUString & aArg);
// throws CannotDumpException
-bool readOption( const sal_Char * pOpt,
+bool readOption( const char * pOpt,
sal_uInt32 * pnIndex, const OUString & aArg);
} // end of namespace unodevtools