summaryrefslogtreecommitdiff
path: root/oox/source/export/ColorPropertySet.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 18:45:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 21:07:36 +0200
commit1c4c096f7316f4541d57983ad3dee3827748d2f8 (patch)
tree045e6dbba96704ad038c9c3e41970bc00c286d0a /oox/source/export/ColorPropertySet.hxx
parente06cb5853f735e523f740dec82954c54cbe47f48 (diff)
compact namespace: oox
Change-Id: I9ea016adcec334437da45296ee325453347836ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99002 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox/source/export/ColorPropertySet.hxx')
-rw-r--r--oox/source/export/ColorPropertySet.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/oox/source/export/ColorPropertySet.hxx b/oox/source/export/ColorPropertySet.hxx
index e1734422ac8c..70213a731be0 100644
--- a/oox/source/export/ColorPropertySet.hxx
+++ b/oox/source/export/ColorPropertySet.hxx
@@ -28,9 +28,7 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
-namespace oox
-{
-namespace drawingml
+namespace oox::drawingml
{
class ColorPropertySet : public ::cppu::WeakImplHelper<
@@ -81,8 +79,7 @@ private:
::Color m_nDefaultColor;
};
-} // namespace chart
-} // namespace xmloff
+} // namespace xmloff::chart
// XMLOFF_COLORPROPERTYSET_HXX
#endif