diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-02 16:59:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-02 16:59:51 +0200 |
commit | b14c3a5e330263c2e735deb59e44236ce205894c (patch) | |
tree | eb46a3368ee9708ae0e0d56230cd4fda38b7a619 /unodevtools/inc | |
parent | 5df086e79fc520c41c865943b3e0c997f7467e3f (diff) |
Remove unused pbOpt parameter
Change-Id: I4c566a122d600d41d7d8049779628a08e68ca277
Diffstat (limited to 'unodevtools/inc')
-rw-r--r-- | unodevtools/inc/unodevtools/options.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/inc/unodevtools/options.hxx b/unodevtools/inc/unodevtools/options.hxx index 0455cd9ff171..566c18d01f1c 100644 --- a/unodevtools/inc/unodevtools/options.hxx +++ b/unodevtools/inc/unodevtools/options.hxx @@ -32,7 +32,7 @@ bool readOption( OUString * pValue, const sal_Char * pOpt, // throws CannotDumpException -bool readOption( sal_Bool * pbOpt, const sal_Char * pOpt, +bool readOption( const sal_Char * pOpt, sal_uInt32 * pnIndex, const OUString & aArg); } // end of namespace unodevtools |