summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 20:07:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 07:54:11 +0200
commit71f995fb00a32546ef14522d1e6fa90db377b8bc (patch)
tree92e8f4867b0dc4ea1864963b3cbcdf98d4f6294d /sfx2/source/appl/newhelp.hxx
parentccc73667e0e3bc5ca37a2837c543c944cf924f20 (diff)
compact namespace in sfx2
Change-Id: I70e1002fc09f5a8d0352cdb0c120fe5ed79cf3e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93874 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index 52c01790be81..66a39b5e17c1 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -41,9 +41,9 @@
#define MID_RENAME 2
#define MID_DELETE 3
-namespace com { namespace sun { namespace star { namespace awt { class XWindow; } } } }
-namespace com { namespace sun { namespace star { namespace i18n { class XBreakIterator; } } } }
-namespace com { namespace sun { namespace star { namespace text { class XTextRange; } } } }
+namespace com::sun::star::awt { class XWindow; }
+namespace com::sun::star::i18n { class XBreakIterator; }
+namespace com::sun::star::text { class XTextRange; }
// ContentListBox_Impl ---------------------------------------------------