summaryrefslogtreecommitdiff
path: root/writerperfect/source/writer/exp/XMLFootnoteImportContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/writer/exp/XMLFootnoteImportContext.hxx')
-rw-r--r--writerperfect/source/writer/exp/XMLFootnoteImportContext.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/writerperfect/source/writer/exp/XMLFootnoteImportContext.hxx b/writerperfect/source/writer/exp/XMLFootnoteImportContext.hxx
index 22594f2ddd76..bb771dd3d082 100644
--- a/writerperfect/source/writer/exp/XMLFootnoteImportContext.hxx
+++ b/writerperfect/source/writer/exp/XMLFootnoteImportContext.hxx
@@ -16,9 +16,7 @@
#include "xmlictxt.hxx"
-namespace writerperfect
-{
-namespace exp
+namespace writerperfect::exp
{
/// Handler for <text:note>.
class XMLFootnoteImportContext : public XMLImportContext
@@ -38,8 +36,7 @@ private:
librevenge::RVNGPropertyList m_aProperties;
};
-} // namespace exp
-} // namespace writerperfect
+} // namespace writerperfect::exp
#endif