diff options
Diffstat (limited to 'connectivity/source/inc/hsqldb/HConnection.hxx')
-rw-r--r-- | connectivity/source/inc/hsqldb/HConnection.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx index dcc2eb49f6a6..93efe9dfb9d2 100644 --- a/connectivity/source/inc/hsqldb/HConnection.hxx +++ b/connectivity/source/inc/hsqldb/HConnection.hxx @@ -29,9 +29,7 @@ #include <comphelper/uno3.hxx> #include <comphelper/interfacecontainer2.hxx> -namespace connectivity -{ - namespace hsqldb +namespace connectivity::hsqldb { class SAL_NO_VTABLE IMethodGuardAccess { @@ -142,7 +140,7 @@ namespace connectivity _rComponent.checkDisposed(); } }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_HSQLDB_HCONNECTION_HXX |