diff options
Diffstat (limited to 'cppu/qa')
-rw-r--r-- | cppu/qa/cppumaker/test_cppumaker.cxx | 4 | ||||
-rw-r--r-- | cppu/qa/test_unotype.cxx | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/cppu/qa/cppumaker/test_cppumaker.cxx b/cppu/qa/cppumaker/test_cppumaker.cxx index ca81355210bb..78097e26e854 100644 --- a/cppu/qa/cppumaker/test_cppumaker.cxx +++ b/cppu/qa/cppumaker/test_cppumaker.cxx @@ -365,7 +365,7 @@ #include <cstddef> -namespace test { namespace codemaker { namespace cppumaker { +namespace test::codemaker::cppumaker { static bool operator ==( test::codemaker::cppumaker::TestException1 const & e1, @@ -376,7 +376,7 @@ static bool operator ==( && e1.m4.member1 == e2.m4.member1 && e1.m4.member2 == e2.m4.member2; } -} } } +} namespace { diff --git a/cppu/qa/test_unotype.cxx b/cppu/qa/test_unotype.cxx index 910afec9db95..829676a14d74 100644 --- a/cppu/qa/test_unotype.cxx +++ b/cppu/qa/test_unotype.cxx @@ -38,11 +38,11 @@ #include <cppu/unotype.hxx> #include <rtl/ustring.hxx> -namespace com { namespace sun { namespace star { namespace uno { +namespace com::sun::star::uno { class Any; -} } } } +} -namespace com { namespace sun { namespace star { namespace uno { template <class interface_type> class Reference; } } } } +namespace com::sun::star::uno { template <class interface_type> class Reference; } namespace { |