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/docsh.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/docsh.hxx')
-rw-r--r-- | sw/inc/docsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index 5a393cc2fdee..225305aec568 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -56,9 +56,9 @@ namespace svt { class EmbeddedObjectRef; } -namespace com { namespace sun { namespace star { namespace frame { class XController; } } } } -namespace ooo { namespace vba { class XSinkCaller; } } -namespace ooo { namespace vba { namespace word { class XDocument; } } } +namespace com::sun::star::frame { class XController; } +namespace ooo::vba { class XSinkCaller; } +namespace ooo::vba::word { class XDocument; } // initialize DrawModel (in form of a SwDrawModel) and DocShell (in form of a SwDocShell) // as needed, one or both parameters may be zero |