diff options
Diffstat (limited to 'include/xmlscript/xmlmod_imexp.hxx')
-rw-r--r-- | include/xmlscript/xmlmod_imexp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmlscript/xmlmod_imexp.hxx b/include/xmlscript/xmlmod_imexp.hxx index df0c4cabae15..130c32ba8c73 100644 --- a/include/xmlscript/xmlmod_imexp.hxx +++ b/include/xmlscript/xmlmod_imexp.hxx @@ -23,8 +23,8 @@ #include <rtl/ustring.hxx> #include <xmlscript/xmlscriptdllapi.h> -namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XDocumentHandler; } } } } } -namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XWriter; } } } } } +namespace com::sun::star::xml::sax { class XDocumentHandler; } +namespace com::sun::star::xml::sax { class XWriter; } namespace xmlscript { |