summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-05-09 21:45:06 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-05-10 12:26:20 +0200
commitd2f150a9c870e8ff6cda67b37f73cd23169f23aa (patch)
tree8dcb2c2a57502233a9a2f48e7058476d58a23bde /include
parentba2cc9d5573216d4a128a4e60db7bdb1f06ce773 (diff)
drawinglayer: simplify namespaces in BitmapPrimitive2d
Change-Id: Ib9d29dd4cfac6c0e217e00e7719b0c87fe259fe7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93912 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/drawinglayer/primitive2d/bitmapprimitive2d.hxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/drawinglayer/primitive2d/bitmapprimitive2d.hxx b/include/drawinglayer/primitive2d/bitmapprimitive2d.hxx
index 10de4ce16781..bef384eb47b2 100644
--- a/include/drawinglayer/primitive2d/bitmapprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/bitmapprimitive2d.hxx
@@ -24,19 +24,10 @@
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
-namespace com
-{
-namespace sun
-{
-namespace star
-{
-namespace awt
+namespace com::sun::star::awt
{
class XBitmap;
}
-}
-}
-}
namespace drawinglayer::primitive2d
{