summaryrefslogtreecommitdiff
path: root/include/svtools/ivctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/ivctrl.hxx')
-rw-r--r--include/svtools/ivctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index 93b851b88d7a..3cb0171f35cf 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -206,11 +206,11 @@ protected:
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
virtual void RequestHelp( const HelpEvent& rHEvt ) override;
static void DrawEntryImage(
- SvxIconChoiceCtrlEntry* pEntry,
+ SvxIconChoiceCtrlEntry const * pEntry,
const Point& rPos,
OutputDevice& rDev );
- static OUString GetEntryText( SvxIconChoiceCtrlEntry* pEntry );
+ static OUString GetEntryText( SvxIconChoiceCtrlEntry const * pEntry );
virtual void FillLayoutData() const override;