summaryrefslogtreecommitdiff
path: root/chart2/source/inc/RangeHighlighter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/RangeHighlighter.hxx')
-rw-r--r--chart2/source/inc/RangeHighlighter.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/chart2/source/inc/RangeHighlighter.hxx b/chart2/source/inc/RangeHighlighter.hxx
index acb79c80e302..c1fe2d721b5b 100644
--- a/chart2/source/inc/RangeHighlighter.hxx
+++ b/chart2/source/inc/RangeHighlighter.hxx
@@ -24,15 +24,15 @@
#include <com/sun/star/chart2/data/XRangeHighlighter.hpp>
#include <com/sun/star/view/XSelectionChangeListener.hpp>
-namespace com { namespace sun { namespace star {
-namespace chart2 {
- class XDiagram;
- class XDataSeries;
- class XAxis;
-}}}}
-
-namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } }
-namespace com { namespace sun { namespace star { namespace view { class XSelectionSupplier; } } } }
+namespace com::sun::star {
+ namespace chart2 {
+ class XDiagram;
+ class XDataSeries;
+ class XAxis;
+ }
+}
+namespace com::sun::star::beans { class XPropertySet; }
+namespace com::sun::star::view { class XSelectionSupplier; }
namespace chart
{