summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb/HConnection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/hsqldb/HConnection.cxx')
-rw-r--r--connectivity/source/drivers/hsqldb/HConnection.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/hsqldb/HConnection.cxx b/connectivity/source/drivers/hsqldb/HConnection.cxx
index 497b2cec2fa1..b6cbc1e4879c 100644
--- a/connectivity/source/drivers/hsqldb/HConnection.cxx
+++ b/connectivity/source/drivers/hsqldb/HConnection.cxx
@@ -69,7 +69,7 @@ using ::com::sun::star::sdb::application::XDatabaseDocumentUI;
using ::com::sun::star::beans::PropertyValue;
-namespace connectivity { namespace hsqldb
+namespace connectivity::hsqldb
{
void SAL_CALL OHsqlConnection::disposing()
{
@@ -335,6 +335,6 @@ namespace connectivity { namespace hsqldb
return xGraphic;
}
-} } // namespace connectivity::hsqldb
+} // namespace connectivity::hsqldb
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */