summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/odbcconfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/odbcconfig.hxx')
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.hxx16
1 files changed, 3 insertions, 13 deletions
diff --git a/dbaccess/source/ui/dlg/odbcconfig.hxx b/dbaccess/source/ui/dlg/odbcconfig.hxx
index 1feeab014c40..8db6771e6bfa 100644
--- a/dbaccess/source/ui/dlg/odbcconfig.hxx
+++ b/dbaccess/source/ui/dlg/odbcconfig.hxx
@@ -35,14 +35,10 @@
#include <memory>
-//.........................................................................
namespace dbaui
{
-//.........................................................................
-//=========================================================================
-//= OOdbcLibWrapper
-//=========================================================================
+// OOdbcLibWrapper
/** base for helper classes wrapping functionality from an ODBC library
*/
class OOdbcLibWrapper
@@ -74,9 +70,7 @@ protected:
void unload();
};
-//=========================================================================
-//= OOdbcEnumeration
-//=========================================================================
+// OOdbcEnumeration
struct OdbcTypesImpl;
class OOdbcEnumeration : public OOdbcLibWrapper
{
@@ -105,9 +99,7 @@ protected:
void freeEnv();
};
-//=========================================================================
-//= OOdbcManagement
-//=========================================================================
+// OOdbcManagement
#ifdef HAVE_ODBC_ADMINISTRATION
class ProcessTerminationWait;
class OOdbcManagement
@@ -124,9 +116,7 @@ public:
};
#endif
-//.........................................................................
} // namespace dbaui
-//.........................................................................
#endif // _DBAUI_ODBC_CONFIG_HXX_