summaryrefslogtreecommitdiff
path: root/drawinglayer/source/attribute/fillgradientattribute.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/attribute/fillgradientattribute.cxx')
-rw-r--r--drawinglayer/source/attribute/fillgradientattribute.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/drawinglayer/source/attribute/fillgradientattribute.cxx b/drawinglayer/source/attribute/fillgradientattribute.cxx
index e4931abab825..fe38a07d41ac 100644
--- a/drawinglayer/source/attribute/fillgradientattribute.cxx
+++ b/drawinglayer/source/attribute/fillgradientattribute.cxx
@@ -22,10 +22,8 @@
#include <rtl/instance.hxx>
-namespace drawinglayer
+namespace drawinglayer::attribute
{
- namespace attribute
- {
class ImpFillGradientAttribute
{
public:
@@ -183,7 +181,6 @@ namespace drawinglayer
return mpFillGradientAttribute->getSteps();
}
- } // end of namespace attribute
-} // end of namespace drawinglayer
+} // end of namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */