summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/statementcomposer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/statementcomposer.cxx')
-rw-r--r--connectivity/source/commontools/statementcomposer.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/source/commontools/statementcomposer.cxx b/connectivity/source/commontools/statementcomposer.cxx
index 9838787f4fcd..5057aaf158f9 100644
--- a/connectivity/source/commontools/statementcomposer.cxx
+++ b/connectivity/source/commontools/statementcomposer.cxx
@@ -52,9 +52,6 @@ namespace dbtools
namespace CommandType = ::com::sun::star::sdb::CommandType;
-
- //= StatementComposer_Data
-
struct StatementComposer_Data
{
const Reference< XConnection > xConnection;
@@ -233,10 +230,6 @@ namespace dbtools
}
}
-
- //= StatementComposer
-
-
StatementComposer::StatementComposer( const Reference< XConnection >& _rxConnection,
const OUString& _rCommand, const sal_Int32 _nCommandType, const bool _bEscapeProcessing )
:m_pData( new StatementComposer_Data( _rxConnection ) )