diff options
author | Noel Grandin <noel@peralex.com> | 2013-11-12 13:12:09 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-11-13 09:08:08 +0200 |
commit | 7219a08b5f637497652008f9ea4376d011ced423 (patch) | |
tree | 0e3a19fa8e15348a57007fed17f39f8aceb088e7 /include | |
parent | ba137a363c23e301e4d530567cb7c352d284514e (diff) |
use standard css namespace prefix
Change-Id: I820faaa0dac1707f3224b981dae0bc6be5894503
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sidebar/Tools.hxx | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/include/sfx2/sidebar/Tools.hxx b/include/sfx2/sidebar/Tools.hxx index 17e4414c2972..0df6d17c620a 100644 --- a/include/sfx2/sidebar/Tools.hxx +++ b/include/sfx2/sidebar/Tools.hxx @@ -31,9 +31,6 @@ #include <com/sun/star/util/URL.hpp> -namespace cssu = ::com::sun::star::uno; - - namespace sfx2 { namespace sidebar { class SFX2_DLLPUBLIC Tools @@ -42,22 +39,22 @@ public: static Image GetImage ( const ::rtl::OUString& rsImageURL, const ::rtl::OUString& rsHighContrastImageURL, - const cssu::Reference<css::frame::XFrame>& rxFrame); + const css::uno::Reference<css::frame::XFrame>& rxFrame); static Image GetImage ( const ::rtl::OUString& rsURL, - const cssu::Reference<css::frame::XFrame>& rxFrame); + const css::uno::Reference<css::frame::XFrame>& rxFrame); static css::awt::Gradient VclToAwtGradient (const Gradient aGradient); static Gradient AwtToVclGradient (const css::awt::Gradient aGradient); static css::util::URL GetURL (const ::rtl::OUString& rsCommand); - static cssu::Reference<css::frame::XDispatch> GetDispatch ( - const cssu::Reference<css::frame::XFrame>& rxFrame, + static css::uno::Reference<css::frame::XDispatch> GetDispatch ( + const css::uno::Reference<css::frame::XFrame>& rxFrame, const css::util::URL& rURL); static ::rtl::OUString GetModuleName ( - const cssu::Reference<css::frame::XFrame>& rxFrame); + const css::uno::Reference<css::frame::XFrame>& rxFrame); }; |