summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/graphic
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/graphic
parentc8b5979309311a0878e9fe0041423ff0620052bf (diff)
remove unused property
Change-Id: Ia4b0c6985c9e52fed756edc08b959d3b60a122f0
Diffstat (limited to 'svx/source/sidebar/graphic')
-rw-r--r--svx/source/sidebar/graphic/GraphicPropertyPanel.cxx19
-rw-r--r--svx/source/sidebar/graphic/GraphicPropertyPanel.hxx1
2 files changed, 1 insertions, 19 deletions
diff --git a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
index 53806eaad936..37b6b6961391 100644
--- a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
+++ b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
@@ -228,20 +228,6 @@ IMPL_LINK_NOARG(GraphicPropertyPanel, GammaHdl)
-void GraphicPropertyPanel::SetupIcons()
-{
- if(Theme::GetBoolean(Theme::Bool_UseSymphonyIcons))
- {
- // todo
- }
- else
- {
- // todo
- }
-}
-
-
-
VclPtr<vcl::Window> GraphicPropertyPanel::Create (
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
@@ -263,11 +249,8 @@ VclPtr<vcl::Window> GraphicPropertyPanel::Create (
void GraphicPropertyPanel::DataChanged(
- const DataChangedEvent& rEvent)
+ const DataChangedEvent& /*rEvent*/)
{
- (void)rEvent;
-
- SetupIcons();
}
diff --git a/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx b/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
index f2b626055c0c..3f43d3c628d4 100644
--- a/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
+++ b/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
@@ -96,7 +96,6 @@ private:
DECL_LINK( BlueHdl, void*);
DECL_LINK( GammaHdl, void*);
- static void SetupIcons();
void Initialize();
};