diff options
Diffstat (limited to 'xmloff/source/draw/ximpcustomshape.hxx')
-rw-r--r-- | xmloff/source/draw/ximpcustomshape.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpcustomshape.hxx b/xmloff/source/draw/ximpcustomshape.hxx index da9a9d7613e3..aa662f176069 100644 --- a/xmloff/source/draw/ximpcustomshape.hxx +++ b/xmloff/source/draw/ximpcustomshape.hxx @@ -29,11 +29,11 @@ #include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/drawing/XShape.hpp> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace container { class XIndexContainer; } namespace beans { class XPropertySet; } - namespace xml { namespace sax { class XAttributeList; } } -} } } + namespace xml::sax { class XAttributeList; } +} class XMLEnhancedCustomShapeContext : public SvXMLImportContext { |