summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accpara.cxx
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2019-09-13 10:23:08 +0200
committerArnaud Versini <arnaud.versini@libreoffice.org>2019-09-16 12:32:15 +0200
commit94552560fe319aa16f219e70c1caa5d63e0e1419 (patch)
tree82d7a0e14c3edd076e1a03f54f16203eb2ac9d22 /sw/source/core/access/accpara.cxx
parentd7db9cf313c3e86f9ab48163509f17edfd9d3d0b (diff)
sw access: cleanup namespaces declaration
Change-Id: I2e3db2645c00c4a5d917693b509a1b8e6c446eb8 Reviewed-on: https://gerrit.libreoffice.org/78863 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/access/accpara.cxx')
-rw-r--r--sw/source/core/access/accpara.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/source/core/access/accpara.cxx b/sw/source/core/access/accpara.cxx
index 389adb8c5b0b..59587621c3b5 100644
--- a/sw/source/core/access/accpara.cxx
+++ b/sw/source/core/access/accpara.cxx
@@ -104,11 +104,9 @@ using std::max;
using std::min;
using std::sort;
-namespace com { namespace sun { namespace star {
- namespace text {
- class XText;
- }
-} } }
+namespace com::sun::star::text {
+ class XText;
+}
const sal_Char sServiceName[] = "com.sun.star.text.AccessibleParagraphView";
const sal_Char sImplementationName[] = "com.sun.star.comp.Writer.SwAccessibleParagraphView";