summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 10:55:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 12:16:54 +0200
commit3eed23154170fcb8d313ff079d61c9701b77eefa (patch)
tree1c9b0daee609373cdd68141d4f7d203e99f5e1cf /basctl
parent01107a6c1954ceff2d3affc7369027150bf6c032 (diff)
compact namespace in avmedia..bridges
Change-Id: Iba1282caadab91a0c6e1c044dbab5e6e15f3707b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93705 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2.hxx4
-rw-r--r--basctl/source/basicide/documentenumeration.hxx8
2 files changed, 4 insertions, 8 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx
index 76546f691d10..f5f3eea544e8 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -44,9 +44,7 @@
class ExtTextEngine;
class TextView;
class SvxSearchItem;
-namespace com { namespace sun { namespace star { namespace beans {
- class XMultiPropertySet;
-} } } }
+namespace com::sun::star::beans { class XMultiPropertySet; }
namespace basctl
{
diff --git a/basctl/source/basicide/documentenumeration.hxx b/basctl/source/basicide/documentenumeration.hxx
index 381f2aaf867d..084a4aa0cf09 100644
--- a/basctl/source/basicide/documentenumeration.hxx
+++ b/basctl/source/basicide/documentenumeration.hxx
@@ -23,12 +23,10 @@
#include <memory>
#include <vector>
-namespace com { namespace sun { namespace star { namespace uno {
- class XComponentContext;
-} } } }
+namespace com::sun::star::uno { class XComponentContext; }
-namespace basctl { namespace docs {
+namespace basctl::docs {
typedef std::vector< css::uno::Reference< css::frame::XController > > Controllers;
@@ -87,6 +85,6 @@ namespace basctl { namespace docs {
};
-} } // namespace basctl::docs
+} // namespace basctl::docs
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */