summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/insert
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/insert')
-rw-r--r--svx/source/sidebar/insert/InsertPropertyPanel.cxx3
-rw-r--r--svx/source/sidebar/insert/InsertPropertyPanel.hxx1
2 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/sidebar/insert/InsertPropertyPanel.cxx b/svx/source/sidebar/insert/InsertPropertyPanel.cxx
index cdd4f6a7c177..f2486c3cfade 100644
--- a/svx/source/sidebar/insert/InsertPropertyPanel.cxx
+++ b/svx/source/sidebar/insert/InsertPropertyPanel.cxx
@@ -45,8 +45,7 @@ namespace svx { namespace sidebar {
InsertPropertyPanel::InsertPropertyPanel (
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame)
- : PanelLayout(pParent, "InsertPropertyPanel", "svx/ui/sidebarinsert.ui", rxFrame),
- mxFrame(rxFrame)
+ : PanelLayout(pParent, "InsertPropertyPanel", "svx/ui/sidebarinsert.ui", rxFrame)
{
get(mpStandardShapesToolBox, "standardshapes");
get(mpCustomShapesToolBox, "customshapes");
diff --git a/svx/source/sidebar/insert/InsertPropertyPanel.hxx b/svx/source/sidebar/insert/InsertPropertyPanel.hxx
index eec58acc1f17..ee5c6fffb406 100644
--- a/svx/source/sidebar/insert/InsertPropertyPanel.hxx
+++ b/svx/source/sidebar/insert/InsertPropertyPanel.hxx
@@ -47,7 +47,6 @@ public:
private:
VclPtr<ToolBox> mpStandardShapesToolBox;
VclPtr<ToolBox> mpCustomShapesToolBox;
- const css::uno::Reference<css::frame::XFrame> mxFrame;
DECL_LINK_TYPED(WindowEventListener, VclWindowEvent&, void);
};