diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 18:46:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 19:54:00 +0200 |
commit | 39aa0d149eb71fabe9307d0aa466624f855d6daf (patch) | |
tree | 7541e21d19f0962f395c6ab3f886dc2ad83f3860 /sd/inc | |
parent | a8503fd5b8a72309f4d643b1db7ae41ced38ba80 (diff) |
compact namespace: sd
Change-Id: I3189239e100f2bf6bef55bb787c850dd2ca5c8fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99004
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/drawdoc.hxx | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 9bcce338fa0e..12d905f732db 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -35,21 +35,7 @@ namespace com::sun::star::xml::dom { class XNode; } namespace com::sun::star::uno { class XInterface; } namespace vcl { class Font; } - -namespace com -{ - namespace sun - { - namespace star - { - namespace presentation - { - class XPresentation2; - } - } - } -} - +namespace com::sun::star::presentation { class XPresentation2; } class SdOutliner; class Timer; class SfxObjectShell; |