summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/flat/EPreparedStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/flat/EPreparedStatement.hxx')
-rw-r--r--connectivity/source/inc/flat/EPreparedStatement.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/connectivity/source/inc/flat/EPreparedStatement.hxx b/connectivity/source/inc/flat/EPreparedStatement.hxx
index ca164be8d5ba..5b51ecdf547d 100644
--- a/connectivity/source/inc/flat/EPreparedStatement.hxx
+++ b/connectivity/source/inc/flat/EPreparedStatement.hxx
@@ -22,16 +22,16 @@
#include <file/FPreparedStatement.hxx>
namespace connectivity::flat
+{
+ class OConnection;
+ class OFlatPreparedStatement : public file::OPreparedStatement
{
- class OConnection;
- class OFlatPreparedStatement : public file::OPreparedStatement
- {
- protected:
- virtual rtl::Reference<file::OResultSet> createResultSet() override;
- public:
- OFlatPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection){}
- DECLARE_SERVICE_INFO();
- };
+ protected:
+ virtual rtl::Reference<file::OResultSet> createResultSet() override;
+ public:
+ OFlatPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection){}
+ DECLARE_SERVICE_INFO();
+ };
}