diff options
Diffstat (limited to 'xmloff/inc/txtfldi.hxx')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 94d0c6ce5cbf..d5aee115d4d9 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -36,11 +36,11 @@ #include <rtl/ustrbuf.hxx> #include <vector> -namespace com { namespace sun { namespace star { - namespace xml { namespace sax { class XAttributeList; } } +namespace com::sun::star { + namespace xml::sax { class XAttributeList; } namespace text { class XTextField; } namespace beans { class XPropertySet; struct PropertyValue; } -} } } +} class SvXMLImport; class XMLTextImportHelper; |