summaryrefslogtreecommitdiff
path: root/chart2/source/controller/sidebar/ChartColorWrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/sidebar/ChartColorWrapper.hxx')
-rw-r--r--chart2/source/controller/sidebar/ChartColorWrapper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/sidebar/ChartColorWrapper.hxx b/chart2/source/controller/sidebar/ChartColorWrapper.hxx
index 8f16c1b1dd33..425b074f96cb 100644
--- a/chart2/source/controller/sidebar/ChartColorWrapper.hxx
+++ b/chart2/source/controller/sidebar/ChartColorWrapper.hxx
@@ -13,12 +13,12 @@
#include <com/sun/star/uno/Reference.hxx>
#include <svx/Palette.hxx>
-namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } }
+namespace com::sun::star::frame { class XModel; }
class SvxColorToolBoxControl;
class SvxLineStyleToolBoxControl;
-namespace chart { namespace sidebar {
+namespace chart::sidebar {
class ChartColorWrapper
{
@@ -61,7 +61,7 @@ private:
SvxLineStyleToolBoxControl* mpControl;
};
-} }
+}
#endif