summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/annotationmark.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/annotationmark.hxx')
-rw-r--r--sw/source/core/inc/annotationmark.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/core/inc/annotationmark.hxx b/sw/source/core/inc/annotationmark.hxx
index 8cf1590ca310..9fe8478e22cc 100644
--- a/sw/source/core/inc/annotationmark.hxx
+++ b/sw/source/core/inc/annotationmark.hxx
@@ -25,7 +25,7 @@
class SwFormatField;
-namespace sw { namespace mark
+namespace sw::mark
{
class AnnotationMark : public MarkBase
{
@@ -40,7 +40,9 @@ namespace sw { namespace mark
const SwFormatField* GetAnnotationFormatField() const;
};
-}}
+
+}
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */