diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 18:46:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 21:07:57 +0200 |
commit | f3ed833dc829d02aa5daa99b1499d4ca0c287554 (patch) | |
tree | 314a267561f9de2da5b3740007140facb32f7c50 /sw/inc/shellio.hxx | |
parent | 1c4c096f7316f4541d57983ad3dee3827748d2f8 (diff) |
compact namespace: sw
Change-Id: Ib1303380e6b55b3b3f8a3d513956f9e77ae5961e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99006
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r-- | sw/inc/shellio.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index dd6183444fe8..19a38e083d95 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -48,13 +48,7 @@ class SwPaM; class SwTextBlocks; struct SwPosition; struct Writer_Impl; -namespace sw -{ -namespace mark -{ -class IMark; -} -} +namespace sw::mark { class IMark; } namespace com::sun::star::embed { class XStorage; } // Defines the count of chars at which a paragraph read via ASCII/W4W-Reader |