diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/insert/InsertPropertyPanel.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/sidebar/insert/InsertPropertyPanel.hxx b/svx/source/sidebar/insert/InsertPropertyPanel.hxx index 9b670ce14086..e694e8207c95 100644 --- a/svx/source/sidebar/insert/InsertPropertyPanel.hxx +++ b/svx/source/sidebar/insert/InsertPropertyPanel.hxx @@ -27,7 +27,6 @@ #include <map> #include <svx/sidebar/PanelLayout.hxx> -namespace cssu = ::com::sun::star::uno; class ToolBox; @@ -41,13 +40,13 @@ class InsertPropertyPanel public: InsertPropertyPanel ( Window* pParent, - const cssu::Reference<css::frame::XFrame>& rxFrame); + const css::uno::Reference<css::frame::XFrame>& rxFrame); virtual ~InsertPropertyPanel (void); private: ToolBox* mpStandardShapesToolBox; ToolBox* mpCustomShapesToolBox; - const cssu::Reference<css::frame::XFrame> mxFrame; + const css::uno::Reference<css::frame::XFrame> mxFrame; DECL_LINK(WindowEventListener, VclSimpleEvent*); }; |