summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuitabarea.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/cuitabarea.hxx')
-rw-r--r--cui/source/inc/cuitabarea.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx
index 2f6befc45d3b..0faca3c5cd64 100644
--- a/cui/source/inc/cuitabarea.hxx
+++ b/cui/source/inc/cuitabarea.hxx
@@ -185,7 +185,7 @@ class SvxTransparenceTabPage : public SvxTabPage
DECL_LINK(ModifyTransparentHdl_Impl, Edit&, void);
DECL_LINK(ModifiedTrgrEditHdl_Impl, Edit&, void);
DECL_LINK(ModifiedTrgrListBoxHdl_Impl, ListBox&, void);
- void ModifiedTrgrHdl_Impl(void*);
+ void ModifiedTrgrHdl_Impl(void const *);
void ActivateLinear(bool bActivate);
void ActivateGradient(bool bActivate);
@@ -394,7 +394,7 @@ private:
DECL_LINK( ModifiedListBoxHdl_Impl, ListBox&, void );
DECL_LINK( ChangeAutoStepHdl_Impl, CheckBox&, void );
DECL_LINK( ModifiedSliderHdl_Impl, Slider*, void );
- void ModifiedHdl_Impl(void*);
+ void ModifiedHdl_Impl(void const *);
void SetControlState_Impl( css::awt::GradientStyle eXGS );
sal_Int32 SearchGradientList(const OUString& rGradientName);
@@ -463,7 +463,7 @@ private:
DECL_LINK( ToggleHatchBackgroundColor_Impl, CheckBox&, void );
DECL_LINK( ModifiedBackgroundHdl_Impl, SvxColorListBox&, void );
DECL_LINK( ModifiedSliderHdl_Impl, Slider*, void );
- void ModifiedHdl_Impl(void*);
+ void ModifiedHdl_Impl(void const *);
DECL_LINK( ClickAddHdl_Impl, Button*, void );
DECL_LINK( ClickModifyHdl_Impl, Button*, void );
DECL_LINK( ClickRenameHdl_Impl, SvxPresetListBox*, void );