Kaydet (Commit) 7219a08b authored tarafından Noel Grandin's avatar Noel Grandin

use standard css namespace prefix

Change-Id: I820faaa0dac1707f3224b981dae0bc6be5894503
üst ba137a36
...@@ -31,9 +31,6 @@ ...@@ -31,9 +31,6 @@
#include <com/sun/star/util/URL.hpp> #include <com/sun/star/util/URL.hpp>
namespace cssu = ::com::sun::star::uno;
namespace sfx2 { namespace sidebar { namespace sfx2 { namespace sidebar {
class SFX2_DLLPUBLIC Tools class SFX2_DLLPUBLIC Tools
...@@ -42,22 +39,22 @@ public: ...@@ -42,22 +39,22 @@ public:
static Image GetImage ( static Image GetImage (
const ::rtl::OUString& rsImageURL, const ::rtl::OUString& rsImageURL,
const ::rtl::OUString& rsHighContrastImageURL, const ::rtl::OUString& rsHighContrastImageURL,
const cssu::Reference<css::frame::XFrame>& rxFrame); const css::uno::Reference<css::frame::XFrame>& rxFrame);
static Image GetImage ( static Image GetImage (
const ::rtl::OUString& rsURL, 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 css::awt::Gradient VclToAwtGradient (const Gradient aGradient);
static Gradient AwtToVclGradient (const css::awt::Gradient aGradient); static Gradient AwtToVclGradient (const css::awt::Gradient aGradient);
static css::util::URL GetURL (const ::rtl::OUString& rsCommand); static css::util::URL GetURL (const ::rtl::OUString& rsCommand);
static cssu::Reference<css::frame::XDispatch> GetDispatch ( static css::uno::Reference<css::frame::XDispatch> GetDispatch (
const cssu::Reference<css::frame::XFrame>& rxFrame, const css::uno::Reference<css::frame::XFrame>& rxFrame,
const css::util::URL& rURL); const css::util::URL& rURL);
static ::rtl::OUString GetModuleName ( static ::rtl::OUString GetModuleName (
const cssu::Reference<css::frame::XFrame>& rxFrame); const css::uno::Reference<css::frame::XFrame>& rxFrame);
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment