summaryrefslogtreecommitdiff
path: root/binaryurp/source/lessoperators.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/lessoperators.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/lessoperators.hxx')
-rw-r--r--binaryurp/source/lessoperators.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/binaryurp/source/lessoperators.hxx b/binaryurp/source/lessoperators.hxx
index 8090db850e66..65f2c5366ca3 100644
--- a/binaryurp/source/lessoperators.hxx
+++ b/binaryurp/source/lessoperators.hxx
@@ -22,16 +22,14 @@
#include <sal/config.h>
-namespace com { namespace sun { namespace star { namespace uno {
- class TypeDescription;
-} } } }
+namespace com::sun::star::uno { class TypeDescription; }
namespace rtl { class ByteSequence; }
-namespace com { namespace sun { namespace star { namespace uno {
+namespace com::sun::star::uno {
bool operator <(TypeDescription const & left, TypeDescription const & right);
-} } } }
+}
namespace rtl {