diff options
author | Stefan Weiberg <stefan.weiberg@germandev.org> | 2014-09-05 15:34:48 +0000 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-09-08 03:02:57 -0500 |
commit | 481cd6368bd1af2b4a51be57bcedfb8fc631bf0e (patch) | |
tree | 5ad82755ca6c11db9d47ac5034b1562c4bfb96ab /svx | |
parent | 34a68f0aa92de05123c1e951899c08eed5a55543 (diff) |
Related #82088: removed last css aliases in hxx
* Only unfixed header namespace alias in
ConnectionLog.hxx:
LogLevel = ::com::sun::star::logging::LogLevel
Change-Id: I48c941a4762830f2265c8241f4c1695a43ec891a
Reviewed-on: https://gerrit.libreoffice.org/11333
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
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*); }; |