summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/area
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-11 13:57:18 +0200
committerNoel Grandin <noel@peralex.com>2015-08-11 13:57:36 +0200
commitd86b3e6ff80e0ef6c9bfd1d8ad9626ef3319cc0f (patch)
treebc3121e5dc54dfc49d90cd40a3b1045ec57b87ff /svx/source/sidebar/area
parentf88cbf8f10366a176872fc6cfb375a7e1ee951f5 (diff)
loplugin:constantfunction
Change-Id: I4f18d046ac71e3585471c0b4ebbe94c562024bc9
Diffstat (limited to 'svx/source/sidebar/area')
-rw-r--r--svx/source/sidebar/area/AreaPropertyPanel.cxx4
-rw-r--r--svx/source/sidebar/area/AreaPropertyPanel.hxx2
2 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/sidebar/area/AreaPropertyPanel.cxx b/svx/source/sidebar/area/AreaPropertyPanel.cxx
index e4b2cca91722..2ce453032e3d 100644
--- a/svx/source/sidebar/area/AreaPropertyPanel.cxx
+++ b/svx/source/sidebar/area/AreaPropertyPanel.cxx
@@ -86,10 +86,6 @@ void AreaPropertyPanel::dispose()
AreaPropertyPanelBase::dispose();
}
-void AreaPropertyPanel::Initialize()
-{
-}
-
VclPtr<vcl::Window> AreaPropertyPanel::Create (
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/svx/source/sidebar/area/AreaPropertyPanel.hxx b/svx/source/sidebar/area/AreaPropertyPanel.hxx
index 2630eb30812e..45f6bce0de01 100644
--- a/svx/source/sidebar/area/AreaPropertyPanel.hxx
+++ b/svx/source/sidebar/area/AreaPropertyPanel.hxx
@@ -90,8 +90,6 @@ private:
::sfx2::sidebar::ControllerItem maFillFloatTransparenceController;
SfxBindings* mpBindings;
-
- static void Initialize();
};