diff options
author | Stefan Weiberg <stefan.weiberg@germandev.org> | 2014-09-03 16:33:13 +0000 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-09-06 15:54:28 -0500 |
commit | 35354e6ceffc580ef2d9d817e5bbbe1417b63250 (patch) | |
tree | d778ef6798be39c3c46c145625f84cfa9117ea7a /sfx2/source/sidebar/Paint.cxx | |
parent | 4464ada02f5dc41bca98abd3d9413cc06d401c6a (diff) |
Related fdo#82088: removing aliases in headers
Change-Id: Id3496d1720630dd7a873edd04b664fc279c1c25e
Reviewed-on: https://gerrit.libreoffice.org/11294
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sfx2/source/sidebar/Paint.cxx')
-rw-r--r-- | sfx2/source/sidebar/Paint.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/Paint.cxx b/sfx2/source/sidebar/Paint.cxx index 0faecdbdd6fa..ea99762a01ac 100644 --- a/sfx2/source/sidebar/Paint.cxx +++ b/sfx2/source/sidebar/Paint.cxx @@ -21,7 +21,7 @@ #include <com/sun/star/awt/Gradient.hpp> -using namespace ::com::sun::star; +using namespace css; namespace sfx2 { namespace sidebar { @@ -51,7 +51,7 @@ Paint::Paint (const Gradient& rGradient) -Paint Paint::Create (const cssu::Any& rValue) +Paint Paint::Create (const css::uno::Any& rValue) { ColorData aColor (0); if (rValue >>= aColor) |