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 398b677a5c04..42e765e8eed9 100644
--- a/unodevtools/inc/unodevtools/options.hxx
+++ b/unodevtools/inc/unodevtools/options.hxx
@@ -27,12 +27,12 @@
namespace unodevtools {
//-------------------------------------------------------------------------------
-sal_Bool readOption( OUString * pValue, const sal_Char * pOpt,
+bool readOption( OUString * pValue, const sal_Char * pOpt,
sal_uInt32 * pnIndex, const OUString & aArg);
// throws CannotDumpException
//-------------------------------------------------------------------------------
-sal_Bool readOption( sal_Bool * pbOpt, const sal_Char * pOpt,
+bool readOption( sal_Bool * pbOpt, const sal_Char * pOpt,
sal_uInt32 * pnIndex, const OUString & aArg);
} // end of namespace unodevtools