summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/hsqldb/HConnection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/hsqldb/HConnection.hxx')
-rw-r--r--connectivity/source/inc/hsqldb/HConnection.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx
index 5c380e0a7640..3fbe63c6b657 100644
--- a/connectivity/source/inc/hsqldb/HConnection.hxx
+++ b/connectivity/source/inc/hsqldb/HConnection.hxx
@@ -44,8 +44,8 @@ namespace connectivity
};
- //= OHsqlConnection - wraps all methods to the real connection from the driver
- //= but when disposed it doesn't dispose the real connection
+ // OHsqlConnection - wraps all methods to the real connection from the driver
+ // but when disposed it doesn't dispose the real connection
typedef ::cppu::WeakComponentImplHelper2< ::com::sun::star::util::XFlushable
, ::com::sun::star::sdb::application::XTableUIProvider
@@ -128,7 +128,7 @@ namespace connectivity
};
- //= OHsqlConnection
+ // OHsqlConnection
class MethodGuard : public ::osl::MutexGuard
{