summaryrefslogtreecommitdiff
path: root/writerperfect/source/writer/exp/XMLSectionContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/writer/exp/XMLSectionContext.cxx')
-rw-r--r--writerperfect/source/writer/exp/XMLSectionContext.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/writerperfect/source/writer/exp/XMLSectionContext.cxx b/writerperfect/source/writer/exp/XMLSectionContext.cxx
index dbd1f9663539..839400e52a36 100644
--- a/writerperfect/source/writer/exp/XMLSectionContext.cxx
+++ b/writerperfect/source/writer/exp/XMLSectionContext.cxx
@@ -14,9 +14,7 @@
using namespace com::sun::star;
-namespace writerperfect
-{
-namespace exp
+namespace writerperfect::exp
{
XMLSectionContext::XMLSectionContext(XMLImport& rImport)
: XMLImportContext(rImport)
@@ -41,7 +39,6 @@ void XMLSectionContext::endElement(const OUString& /*rName*/)
GetImport().GetGenerator().closeSection();
}
-} // namespace exp
-} // namespace writerperfect
+} // namespace writerperfect::exp
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */