summaryrefslogtreecommitdiff
path: root/writerperfect/source/writer/exp/XMLSectionContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/writer/exp/XMLSectionContext.hxx')
-rw-r--r--writerperfect/source/writer/exp/XMLSectionContext.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/writerperfect/source/writer/exp/XMLSectionContext.hxx b/writerperfect/source/writer/exp/XMLSectionContext.hxx
index 20c4047c0c2e..7b5922cdd68f 100644
--- a/writerperfect/source/writer/exp/XMLSectionContext.hxx
+++ b/writerperfect/source/writer/exp/XMLSectionContext.hxx
@@ -12,9 +12,7 @@
#include "xmlictxt.hxx"
-namespace writerperfect
-{
-namespace exp
+namespace writerperfect::exp
{
/// Handler for <text:section>.
class XMLSectionContext : public XMLImportContext
@@ -31,8 +29,7 @@ public:
void SAL_CALL endElement(const OUString& rName) override;
};
-} // namespace exp
-} // namespace writerperfect
+} // namespace writerperfect::exp
#endif