diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-01 14:52:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-03 09:21:51 +0200 |
commit | 47cd34a60ff9048404075823e519f1abdd4b0e9a (patch) | |
tree | e9728dd7c686d23f90b4331f105d6f5f8c1176cd /include/oox/ppt/pptimport.hxx | |
parent | c79dd92480cbc409a7061da7f3dd3abaaf9a4883 (diff) |
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/oox/ppt/pptimport.hxx')
-rw-r--r-- | include/oox/ppt/pptimport.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/oox/ppt/pptimport.hxx b/include/oox/ppt/pptimport.hxx index 2ea62da02c1b..28ae6df51da6 100644 --- a/include/oox/ppt/pptimport.hxx +++ b/include/oox/ppt/pptimport.hxx @@ -34,19 +34,19 @@ #include <rtl/ustring.hxx> #include <sal/types.h> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace beans { struct PropertyValue; } namespace uno { class XComponentContext; } -} } } +} namespace oox { class GraphicHelper; - namespace drawingml { namespace chart { class ChartConverter; } } + namespace drawingml::chart { class ChartConverter; } namespace ole { class VbaProject; } namespace vml { class Drawing; } } -namespace oox { namespace ppt { +namespace oox::ppt { class PowerPointImport final : public oox::core::XmlFilterBase @@ -99,7 +99,7 @@ private: std::shared_ptr< ::oox::drawingml::chart::ChartConverter > mxChartConv; }; -} } +} #endif // INCLUDED_OOX_PPT_PPTIMPORT_HXX |