summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/area/AreaPropertyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/area/AreaPropertyPanel.hxx')
-rw-r--r--svx/source/sidebar/area/AreaPropertyPanel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/area/AreaPropertyPanel.hxx b/svx/source/sidebar/area/AreaPropertyPanel.hxx
index f4c93218dbfc..14af720d76bd 100644
--- a/svx/source/sidebar/area/AreaPropertyPanel.hxx
+++ b/svx/source/sidebar/area/AreaPropertyPanel.hxx
@@ -82,7 +82,7 @@ public:
XGradient GetGradient (const css::awt::GradientStyle eStyle) const;
void SetGradient (const XGradient& rGradient);
- sal_Int32 GetSelectedTransparencyTypeIndex (void) const;
+ sal_Int32 GetSelectedTransparencyTypeIndex() const;
// constructor/destuctor
AreaPropertyPanel(
@@ -156,7 +156,7 @@ private:
VclPtr<PopupControl> CreateTransparencyGradientControl (PopupContainer* pParent);
DECL_LINK( ClickTrGrHdl_Impl, ToolBox* );
- void SetupIcons(void);
+ static void SetupIcons();
void Initialize();
void Update();
void ImpUpdateTransparencies();