summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Paint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/Paint.hxx')
-rw-r--r--sfx2/source/sidebar/Paint.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/Paint.hxx b/sfx2/source/sidebar/Paint.hxx
index eaa69e1a5b46..df381dfdb1d3 100644
--- a/sfx2/source/sidebar/Paint.hxx
+++ b/sfx2/source/sidebar/Paint.hxx
@@ -26,7 +26,6 @@
#include <boost/variant.hpp>
-namespace cssu = ::com::sun::star::uno;
namespace sfx2 { namespace sidebar {
@@ -48,7 +47,7 @@ public:
// Create a Paint object for an Any that may contain a color, a
// awt::Gradient, or nothing.
- static Paint Create (const cssu::Any& rValue);
+ static Paint Create (const css::uno::Any& rValue);
// Create paint with type NoPaint.
explicit Paint (void);