summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/possize
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-19 16:17:23 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-26 00:22:00 +0200
commit8e8b94734423df7c3e9d00a865e2620b927f3d93 (patch)
treef4a55a0cb476dfb0faf4c812f339201221e437ba /svx/source/sidebar/possize
parentc8b5979309311a0878e9fe0041423ff0620052bf (diff)
remove unused property
Change-Id: Ia4b0c6985c9e52fed756edc08b959d3b60a122f0
Diffstat (limited to 'svx/source/sidebar/possize')
-rw-r--r--svx/source/sidebar/possize/PosSizePropertyPanel.cxx21
-rw-r--r--svx/source/sidebar/possize/PosSizePropertyPanel.hxx1
2 files changed, 1 insertions, 21 deletions
diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
index 498bffbd1a37..53d87883a06b 100644
--- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
+++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
@@ -231,22 +231,6 @@ void PosSizePropertyPanel::Initialize()
mePoolUnit = maTransfWidthControl.GetCoreMetric();
}
-
-
-void PosSizePropertyPanel::SetupIcons()
-{
- if(Theme::GetBoolean(Theme::Bool_UseSymphonyIcons))
- {
- // todo
- }
- else
- {
- // todo
- }
-}
-
-
-
VclPtr<vcl::Window> PosSizePropertyPanel::Create (
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
@@ -270,11 +254,8 @@ VclPtr<vcl::Window> PosSizePropertyPanel::Create (
void PosSizePropertyPanel::DataChanged(
- const DataChangedEvent& rEvent)
+ const DataChangedEvent& /*rEvent*/)
{
- (void)rEvent;
-
- SetupIcons();
}
void PosSizePropertyPanel::HandleContextChange(
diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.hxx b/svx/source/sidebar/possize/PosSizePropertyPanel.hxx
index 3c61c4b08aec..d315c6cf3469 100644
--- a/svx/source/sidebar/possize/PosSizePropertyPanel.hxx
+++ b/svx/source/sidebar/possize/PosSizePropertyPanel.hxx
@@ -158,7 +158,6 @@ private:
DECL_LINK( RotationHdl, void * );
DECL_LINK_TYPED( FlipHdl, ToolBox *, void );
- static void SetupIcons();
void Initialize();
void executePosX();
void executePosY();