From 7219a08b5f637497652008f9ea4376d011ced423 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 12 Nov 2013 13:12:09 +0200 Subject: use standard css namespace prefix Change-Id: I820faaa0dac1707f3224b981dae0bc6be5894503 --- include/sfx2/sidebar/Tools.hxx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'include') 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 -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& rxFrame); + const css::uno::Reference& rxFrame); static Image GetImage ( const ::rtl::OUString& rsURL, - const cssu::Reference& rxFrame); + const css::uno::Reference& 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 GetDispatch ( - const cssu::Reference& rxFrame, + static css::uno::Reference GetDispatch ( + const css::uno::Reference& rxFrame, const css::util::URL& rURL); static ::rtl::OUString GetModuleName ( - const cssu::Reference& rxFrame); + const css::uno::Reference& rxFrame); }; -- cgit