diff options
Diffstat (limited to 'xmloff/source/text/XMLFootnoteImportContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLFootnoteImportContext.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLFootnoteImportContext.hxx b/xmloff/source/text/XMLFootnoteImportContext.hxx index 0a6d8ce40b82..b499e5831757 100644 --- a/xmloff/source/text/XMLFootnoteImportContext.hxx +++ b/xmloff/source/text/XMLFootnoteImportContext.hxx @@ -24,15 +24,15 @@ #include <com/sun/star/uno/Reference.h> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace text { class XTextCursor; class XFootnote; } - namespace xml { namespace sax { + namespace xml::sax { class XAttributeList; - } } -} } } + } +} class XMLTextImportHelper; /// import footnote elements (<text:footnote>) |