diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-15 08:45:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-15 08:43:46 +0100 |
commit | b43f64f430bc19c07f6b5d457a9168de5fb9de69 (patch) | |
tree | 388cd4c39c5645c4a1511f388f3f2b8b768e8222 /connectivity/qa | |
parent | 3a0c4574449fc2313306c4e0e39bb7416cc20657 (diff) |
clang-tidy modernize-concat-nested-namespace in connectivity
Change-Id: Id18966cc44c012730a872ebfa93f2b468cefff38
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86823
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/qa')
-rw-r--r-- | connectivity/qa/connectivity/commontools/FValue_test.cxx | 4 | ||||
-rw-r--r-- | connectivity/qa/connectivity/mork/DriverTest.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/qa/connectivity/commontools/FValue_test.cxx b/connectivity/qa/connectivity/commontools/FValue_test.cxx index 036fbbc3ca5f..b6f0e36588ad 100644 --- a/connectivity/qa/connectivity/commontools/FValue_test.cxx +++ b/connectivity/qa/connectivity/commontools/FValue_test.cxx @@ -24,7 +24,7 @@ using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::uno; -namespace connectivity { namespace commontools { +namespace connectivity::commontools { class FValueTest: public test::BootstrapFixture { @@ -359,7 +359,7 @@ void FValueTest::test_bool_creation() CPPUNIT_TEST_SUITE_REGISTRATION(FValueTest); -}} +} CPPUNIT_PLUGIN_IMPLEMENT(); diff --git a/connectivity/qa/connectivity/mork/DriverTest.cxx b/connectivity/qa/connectivity/mork/DriverTest.cxx index 1ce3b981a238..e2f2849ffff4 100644 --- a/connectivity/qa/connectivity/mork/DriverTest.cxx +++ b/connectivity/qa/connectivity/mork/DriverTest.cxx @@ -16,7 +16,7 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::uno; -namespace connectivity { namespace mork { +namespace connectivity::mork { class MorkDriverTest: public test::BootstrapFixture @@ -194,6 +194,6 @@ void MorkDriverTest::test_select_list_table_joe_doe_5() CPPUNIT_TEST_SUITE_REGISTRATION(MorkDriverTest); -}} +} CPPUNIT_PLUGIN_IMPLEMENT(); |