summaryrefslogtreecommitdiff
path: root/include/oox/dump/pptxdumper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 18:45:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 21:07:36 +0200
commit1c4c096f7316f4541d57983ad3dee3827748d2f8 (patch)
tree045e6dbba96704ad038c9c3e41970bc00c286d0a /include/oox/dump/pptxdumper.hxx
parente06cb5853f735e523f740dec82954c54cbe47f48 (diff)
compact namespace: oox
Change-Id: I9ea016adcec334437da45296ee325453347836ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99002 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/dump/pptxdumper.hxx')
-rw-r--r--include/oox/dump/pptxdumper.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/oox/dump/pptxdumper.hxx b/include/oox/dump/pptxdumper.hxx
index 01cda8e6bd0f..9e12ecd4854b 100644
--- a/include/oox/dump/pptxdumper.hxx
+++ b/include/oox/dump/pptxdumper.hxx
@@ -33,9 +33,7 @@ namespace com::sun::star {
namespace oox::core { class FilterBase; }
-namespace oox {
-namespace dump {
-namespace pptx {
+namespace oox::dump::pptx {
class RootStorageObject : public StorageObjectBase
@@ -67,9 +65,7 @@ protected:
};
-} // namespace pptx
-} // namespace dump
-} // namespace oox
+} // namespace oox::dump::pptx
#endif
#endif