diff options
Diffstat (limited to 'sc/inc/charthelper.hxx')
-rw-r--r-- | sc/inc/charthelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/charthelper.hxx b/sc/inc/charthelper.hxx index a12b64835dd3..61da8d797a4a 100644 --- a/sc/inc/charthelper.hxx +++ b/sc/inc/charthelper.hxx @@ -22,8 +22,8 @@ #include "rangelst.hxx" -namespace com { namespace sun { namespace star { namespace chart2 { class XChartDocument; } } } } -namespace com { namespace sun { namespace star { namespace uno { template <typename > class Sequence; } } } } +namespace com::sun::star::chart2 { class XChartDocument; } +namespace com::sun::star::uno { template <typename > class Sequence; } class SdrObject; class SdrPage; |