summaryrefslogtreecommitdiff
path: root/cui/source/inc/SvxConfigPageHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/SvxConfigPageHelper.hxx')
-rw-r--r--cui/source/inc/SvxConfigPageHelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/SvxConfigPageHelper.hxx b/cui/source/inc/SvxConfigPageHelper.hxx
index 4b83b1c7dfd6..4f0dd0470a83 100644
--- a/cui/source/inc/SvxConfigPageHelper.hxx
+++ b/cui/source/inc/SvxConfigPageHelper.hxx
@@ -27,7 +27,7 @@
class SvxConfigPageHelper
{
public:
- static void RemoveEntry( SvxEntries* pEntries, SvxConfigEntry* pChildEntry );
+ static void RemoveEntry( SvxEntries* pEntries, SvxConfigEntry const * pChildEntry );
static OUString replaceSaveInName( const OUString& rMessage, const OUString& rSaveInName );
static OUString stripHotKey( const OUString& str );
@@ -78,9 +78,9 @@ public:
static bool showKeyConfigTabPage(
const css::uno::Reference< css::frame::XFrame >& xFrame );
- static bool EntrySort( SvxConfigEntry* a, SvxConfigEntry* b );
+ static bool EntrySort( SvxConfigEntry const * a, SvxConfigEntry const * b );
- static bool SvxConfigEntryModified( SvxConfigEntry* pEntry );
+ static bool SvxConfigEntryModified( SvxConfigEntry const * pEntry );
};