include/drawinglayer/attribute/fillgradientattribute.hxx | 7 ------- include/drawinglayer/attribute/fillgraphicattribute.hxx | 3 --- include/drawinglayer/attribute/fillhatchattribute.hxx | 7 ------- 3 files changed, 17 deletions(-)
New commits: commit e5bcdb2fce688c4ca00c2b74dad568ed48d370a2 Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> AuthorDate: Wed Oct 21 21:01:43 2020 +0200 Commit: Tomaž Vajngerl <qui...@gmail.com> CommitDate: Mon Nov 23 10:37:19 2020 +0100 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 <qui...@gmail.com> 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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits