summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/sqlerror.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/sqlerror.cxx')
-rw-r--r--connectivity/source/commontools/sqlerror.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/connectivity/source/commontools/sqlerror.cxx b/connectivity/source/commontools/sqlerror.cxx
index fa5f4c034ebc..f5318f80cba2 100644
--- a/connectivity/source/commontools/sqlerror.cxx
+++ b/connectivity/source/commontools/sqlerror.cxx
@@ -53,8 +53,6 @@ namespace connectivity
}
- //= SQLError_Impl - declaration
-
class SQLError_Impl
{
public:
@@ -95,10 +93,6 @@ namespace connectivity
bool m_bAttemptedInit;
};
-
- //= SQLError_Impl - implementation
-
-
SQLError_Impl::SQLError_Impl( const Reference<XComponentContext> & _rxContext )
:m_aContext( _rxContext )
,m_pResources( )
@@ -282,10 +276,6 @@ namespace connectivity
return m_pResources.get() != NULL;
}
-
- //= SQLError
-
-
SQLError::SQLError( const Reference<XComponentContext> & _rxContext )
:m_pImpl( new SQLError_Impl( _rxContext ) )
{