summaryrefslogtreecommitdiff
path: root/unodevtools/source/unodevtools/options.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/source/unodevtools/options.cxx')
-rw-r--r--unodevtools/source/unodevtools/options.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/source/unodevtools/options.cxx b/unodevtools/source/unodevtools/options.cxx
index 596a2415c0e9..8156660ef735 100644
--- a/unodevtools/source/unodevtools/options.cxx
+++ b/unodevtools/source/unodevtools/options.cxx
@@ -45,7 +45,7 @@ bool readOption( OUString * pValue, const sal_Char * pOpt,
rtl_getAppCommandArg(*pnIndex, &pValue->pData);
if (*pnIndex >= rtl_getAppCommandArgCount() ||
- pValue->copy(1).equals(dash))
+ pValue->copy(1) == dash)
{
throw CannotDumpException(
"incomplete option \"-" + aOpt + "\" given!");