diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2020-10-21 21:01:43 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-11-23 10:37:19 +0100 |
commit | e5bcdb2fce688c4ca00c2b74dad568ed48d370a2 (patch) | |
tree | a1524fef39be5bc450e77601a10b2a2f1d0380a6 /include | |
parent | b5f680928091621ca7cd5ec6a3c64818c76d63b5 (diff) |
cleanup namespaces for fill*attribute.hxx
Change-Id: I2aee131512e0eb194843f207de63e63af7ed219a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106388
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/drawinglayer/attribute/fillgradientattribute.hxx | 7 | ||||
-rw-r--r-- | include/drawinglayer/attribute/fillgraphicattribute.hxx | 3 | ||||
-rw-r--r-- | include/drawinglayer/attribute/fillhatchattribute.hxx | 7 |
3 files changed, 0 insertions, 17 deletions
diff --git a/include/drawinglayer/attribute/fillgradientattribute.hxx b/include/drawinglayer/attribute/fillgradientattribute.hxx index 7b07d7022855..f9d9e2245d9a 100644 --- a/include/drawinglayer/attribute/fillgradientattribute.hxx +++ b/include/drawinglayer/attribute/fillgradientattribute.hxx @@ -30,10 +30,7 @@ class BColor; namespace drawinglayer::attribute { class ImpFillGradientAttribute; -} -namespace drawinglayer::attribute -{ enum class GradientStyle { Linear, @@ -44,10 +41,6 @@ enum class GradientStyle Rect }; -} // end of namespace drawinglayer::attribute - -namespace drawinglayer::attribute -{ class DRAWINGLAYER_DLLPUBLIC FillGradientAttribute { public: diff --git a/include/drawinglayer/attribute/fillgraphicattribute.hxx b/include/drawinglayer/attribute/fillgraphicattribute.hxx index 1649d1b38881..976d7bd37586 100644 --- a/include/drawinglayer/attribute/fillgraphicattribute.hxx +++ b/include/drawinglayer/attribute/fillgraphicattribute.hxx @@ -32,10 +32,7 @@ class B2DRange; namespace drawinglayer::attribute { class ImpFillGraphicAttribute; -} -namespace drawinglayer::attribute -{ class DRAWINGLAYER_DLLPUBLIC FillGraphicAttribute { public: diff --git a/include/drawinglayer/attribute/fillhatchattribute.hxx b/include/drawinglayer/attribute/fillhatchattribute.hxx index 5d97fbc17026..a929b5715906 100644 --- a/include/drawinglayer/attribute/fillhatchattribute.hxx +++ b/include/drawinglayer/attribute/fillhatchattribute.hxx @@ -30,10 +30,7 @@ class BColor; namespace drawinglayer::attribute { class ImpFillHatchAttribute; -} -namespace drawinglayer::attribute -{ enum class HatchStyle { Single, @@ -41,10 +38,6 @@ enum class HatchStyle Triple }; -} // end of namespace drawinglayer::attribute - -namespace drawinglayer::attribute -{ class DRAWINGLAYER_DLLPUBLIC FillHatchAttribute { public: |