summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/TextLabelItemConverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/TextLabelItemConverter.hxx')
-rw-r--r--chart2/source/controller/inc/TextLabelItemConverter.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/chart2/source/controller/inc/TextLabelItemConverter.hxx b/chart2/source/controller/inc/TextLabelItemConverter.hxx
index 3ca0ca7d7e69..9647793a8df1 100644
--- a/chart2/source/controller/inc/TextLabelItemConverter.hxx
+++ b/chart2/source/controller/inc/TextLabelItemConverter.hxx
@@ -25,11 +25,11 @@
#include <vector>
-namespace com { namespace sun { namespace star { namespace awt { struct Size; } } } }
-namespace com { namespace sun { namespace star { namespace chart2 { class XDataSeries; } } } }
-namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } }
+namespace com::sun::star::awt { struct Size; }
+namespace com::sun::star::chart2 { class XDataSeries; }
+namespace com::sun::star::frame { class XModel; }
-namespace chart { namespace wrapper {
+namespace chart::wrapper {
class TextLabelItemConverter : public ItemConverter
{
@@ -66,7 +66,7 @@ private:
bool mbForbidPercentValue:1;
};
-}}
+}
#endif