diff options
Diffstat (limited to 'connectivity/source/inc/dbase/DStatement.hxx')
-rw-r--r-- | connectivity/source/inc/dbase/DStatement.hxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/connectivity/source/inc/dbase/DStatement.hxx b/connectivity/source/inc/dbase/DStatement.hxx index cb4b1d8e4a03..83fc73aa2b9c 100644 --- a/connectivity/source/inc/dbase/DStatement.hxx +++ b/connectivity/source/inc/dbase/DStatement.hxx @@ -22,16 +22,16 @@ #include <file/FStatement.hxx> namespace connectivity::dbase +{ + class OConnection; + class ODbaseStatement : public file::OStatement { - class OConnection; - class ODbaseStatement : public file::OStatement - { - protected: - virtual rtl::Reference<file::OResultSet> createResultSet() override; - public: - ODbaseStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){} - DECLARE_SERVICE_INFO(); - }; + protected: + virtual rtl::Reference<file::OResultSet> createResultSet() override; + public: + ODbaseStatement( file::OConnection* _pConnection) : file::OStatement( _pConnection){} + DECLARE_SERVICE_INFO(); + }; } |