diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-10 11:08:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-10 17:11:42 +0100 |
commit | 0743b5ec9af31b972ebd8a3070cc4c6955661295 (patch) | |
tree | 1c400883dafd7c9c9336bc126f407a929d6bad99 /unotools/source | |
parent | 0d824b5cc1bbd88d6cc46f150ddcb08ac552d320 (diff) |
Use bool
Change-Id: I00d347a395bc81e31e1575c453e9e7d2d6eb60ed
Diffstat (limited to 'unotools/source')
-rw-r--r-- | unotools/source/config/dynamicmenuoptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx index f382cf50e89f..990c2b5adc56 100644 --- a/unotools/source/config/dynamicmenuoptions.cxx +++ b/unotools/source/config/dynamicmenuoptions.cxx @@ -616,7 +616,7 @@ Sequence< OUString > SvtDynamicMenuOptions_Impl::impl_GetPropertyNames( sal_uInt class CountWithPrefixSort { public: - int operator() ( const OUString& s1 , + bool operator() ( const OUString& s1 , const OUString& s2 ) const { // Get order numbers from entry name without prefix. |