summaryrefslogtreecommitdiff
path: root/binaryurp/source/bridge.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-01-14 14:20:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-01-14 15:28:21 +0100
commite01b9e772637bbb3b6d856bd0288fb9691bc234d (patch)
tree69c236097dbcee6e833f2f9b458a862a8fd36fdf /binaryurp/source/bridge.hxx
parent1977291fc08de7425db469e21bd2ad385e722707 (diff)
Use C++17 nested namespace definitions (in binaryurp)
Change-Id: I21594a9fec47ac4a0dd1b821a6b47ea468445c42 Reviewed-on: https://gerrit.libreoffice.org/66295 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'binaryurp/source/bridge.hxx')
-rw-r--r--binaryurp/source/bridge.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/bridge.hxx b/binaryurp/source/bridge.hxx
index a258f331639e..4572e7e573c2 100644
--- a/binaryurp/source/bridge.hxx
+++ b/binaryurp/source/bridge.hxx
@@ -50,7 +50,7 @@ namespace binaryurp {
class Proxy;
class Reader;
}
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace bridge { class XInstanceProvider; }
namespace connection { class XConnection; }
namespace lang { class XEventListener; }
@@ -60,7 +60,7 @@ namespace com { namespace sun { namespace star {
class UnoInterfaceReference;
class XInterface;
}
-} } }
+}
namespace rtl { class ByteSequence; }
namespace binaryurp {