summaryrefslogtreecommitdiff
path: root/connectivity/qa/connectivity/commontools/FValue_test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/qa/connectivity/commontools/FValue_test.cxx')
-rw-r--r--connectivity/qa/connectivity/commontools/FValue_test.cxx4
1 files changed, 2 insertions, 2 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();