summaryrefslogtreecommitdiff
path: root/writerperfect/source/writer/exp/XMLTextListContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/writer/exp/XMLTextListContext.hxx')
-rw-r--r--writerperfect/source/writer/exp/XMLTextListContext.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/writerperfect/source/writer/exp/XMLTextListContext.hxx b/writerperfect/source/writer/exp/XMLTextListContext.hxx
index d5145465da77..5b895c196fb8 100644
--- a/writerperfect/source/writer/exp/XMLTextListContext.hxx
+++ b/writerperfect/source/writer/exp/XMLTextListContext.hxx
@@ -12,9 +12,7 @@
#include "xmlictxt.hxx"
-namespace writerperfect
-{
-namespace exp
+namespace writerperfect::exp
{
/// Handler for <text:list>.
class XMLTextListContext : public XMLImportContext
@@ -27,8 +25,7 @@ public:
const css::uno::Reference<css::xml::sax::XAttributeList>& xAttribs) override;
};
-} // namespace exp
-} // namespace writerperfect
+} // namespace writerperfect::exp
#endif