diff options
Diffstat (limited to 'include/xmloff/xmlmetai.hxx')
-rw-r--r-- | include/xmloff/xmlmetai.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/xmlmetai.hxx b/include/xmloff/xmlmetai.hxx index ca908b41c114..b35291adc707 100644 --- a/include/xmloff/xmlmetai.hxx +++ b/include/xmloff/xmlmetai.hxx @@ -25,9 +25,9 @@ #include <xmloff/xmlictxt.hxx> -namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } } -namespace com { namespace sun { namespace star { namespace document { class XDocumentProperties; } } } } -namespace com { namespace sun { namespace star { namespace xml { namespace dom { class XSAXDocumentBuilder2; } } } } } +namespace com::sun::star::beans { class XPropertySet; } +namespace com::sun::star::document { class XDocumentProperties; } +namespace com::sun::star::xml::dom { class XSAXDocumentBuilder2; } /// handles the top-level office:document-meta element of meta.xml documents // NB: virtual inheritance is needed so that the context that handles the |