summaryrefslogtreecommitdiffstats
path: root/include/xmloff/SchXMLImportHelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-01 14:52:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-03 09:21:51 +0200
commit47cd34a60ff9048404075823e519f1abdd4b0e9a (patch)
treee9728dd7c686d23f90b4331f105d6f5f8c1176cd /include/xmloff/SchXMLImportHelper.hxx
parentvcl: add Graphic serialization (writing) to TypeSerializer + tests (diff)
downloadcore-47cd34a60ff9048404075823e519f1abdd4b0e9a.tar.gz
core-47cd34a60ff9048404075823e519f1abdd4b0e9a.zip
use more compact namespace syntax in /include
excluding the UDK headers of course Change-Id: Iac7ab83d60265f7d362c860776f1de9d5e444ec0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93268 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/SchXMLImportHelper.hxx')
-rw-r--r--include/xmloff/SchXMLImportHelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xmloff/SchXMLImportHelper.hxx b/include/xmloff/SchXMLImportHelper.hxx
index 7d6fa466880f..09031b2ccc21 100644
--- a/include/xmloff/SchXMLImportHelper.hxx
+++ b/include/xmloff/SchXMLImportHelper.hxx
@@ -25,10 +25,10 @@
#include <xmloff/families.hxx>
#include <xmloff/xmltkmap.hxx>
-namespace com { namespace sun { namespace star { namespace chart { class XChartDocument; } } } }
-namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } }
+namespace com::sun::star::chart { class XChartDocument; }
+namespace com::sun::star::beans { class XPropertySet; }
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace frame {
class XModel;
}
@@ -41,7 +41,7 @@ namespace com { namespace sun { namespace star {
class XChartDocument;
class XDataSeries;
}
-}}}
+}
class SvXMLStylesContext;
class SvXMLImportContext;