diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 15:54:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 20:02:48 +0200 |
commit | 01d0032fa306c596aaa44c5b35d69db6d90a65e6 (patch) | |
tree | a1007db72aa762539e5f0d545b7b57441dee4b9d /sw/inc/postithelper.hxx | |
parent | 00d170213a112922980db67df62b8ee324ff2631 (diff) |
compact namespace in sw
Change-Id: Ie2c3e3f95a687b12b89bcfc5cad44fb7a1d4568f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93862
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r-- | sw/inc/postithelper.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index 50e0b737cb12..c1536ef78524 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -32,9 +32,7 @@ class SwPostItMgr; class SwEditWin; class SwFrame; class IDocumentRedlineAccess; -namespace sw { namespace annotation { - class SwAnnotationWin; -} } +namespace sw::annotation { class SwAnnotationWin; } namespace sw::mark { class IMark; } struct SwPosition; |