diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 15:54:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 20:02:08 +0200 |
commit | 32ff26f771a90050f524968dfd5381818274f673 (patch) | |
tree | e9630b8d37ed6b4bb5cdfb3bc3975680201a2b51 /sc/source/ui/inc/dbdocfun.hxx | |
parent | de3ba2df0a5ddccee02d9cf55f60a5ce348c00f1 (diff) |
compact namespace in sc
Change-Id: I05ffad6b92883d3eb6d337fe75f5fc7864485861
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93860
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/dbdocfun.hxx')
-rw-r--r-- | sc/source/ui/inc/dbdocfun.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sc/source/ui/inc/dbdocfun.hxx b/sc/source/ui/inc/dbdocfun.hxx index 8ba37a18f077..827c7c85ccab 100644 --- a/sc/source/ui/inc/dbdocfun.hxx +++ b/sc/source/ui/inc/dbdocfun.hxx @@ -34,13 +34,8 @@ class ScDocShell; class ScDPObject; class ScDBCollection; -namespace com { namespace sun { namespace star { namespace uno { template <typename > class Sequence; } } } } - -namespace com { namespace sun { namespace star { - namespace beans { - struct PropertyValue; - } -} } } +namespace com::sun::star::uno { template <typename > class Sequence; } +namespace com::sun::star::beans { struct PropertyValue; } namespace svx { class ODataAccessDescriptor; |