summaryrefslogtreecommitdiff
path: root/testtools/source/bridgetest/multi.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 09:19:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 12:03:35 +0200
commit0823da8c707e21b9b47fb2cbaea7a60996a0f8eb (patch)
tree7efdbea87be85269b318709884d63de605b22621 /testtools/source/bridgetest/multi.hxx
parentc37fe8886d8ce2f6374decc370a09b45e589ee0d (diff)
compact namespace in testtools..toolkit
Change-Id: Iae1a7d3e2f14ee98ad486b4423208d2c29039346 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93905 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'testtools/source/bridgetest/multi.hxx')
-rw-r--r--testtools/source/bridgetest/multi.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/multi.hxx b/testtools/source/bridgetest/multi.hxx
index cf499a324507..f8b6d404b4a7 100644
--- a/testtools/source/bridgetest/multi.hxx
+++ b/testtools/source/bridgetest/multi.hxx
@@ -31,7 +31,7 @@
#include "dllapi.hxx"
-namespace testtools { namespace bridgetest {
+namespace testtools::bridgetest {
class Multi: public cppu::WeakImplHelper< test::testtools::bridgetest::XMulti >
{
@@ -97,7 +97,7 @@ private:
LO_DLLPUBLIC_TESTTOOLS
OUString testMulti( css::uno::Reference< test::testtools::bridgetest::XMulti > const & multi);
-} }
+}
#endif