diff options
Diffstat (limited to 'connectivity/source/drivers/macab/MacabResultSet.hxx')
-rw-r--r-- | connectivity/source/drivers/macab/MacabResultSet.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/drivers/macab/MacabResultSet.hxx b/connectivity/source/drivers/macab/MacabResultSet.hxx index 418a66c1f5b6..d8cb200e84e6 100644 --- a/connectivity/source/drivers/macab/MacabResultSet.hxx +++ b/connectivity/source/drivers/macab/MacabResultSet.hxx @@ -32,10 +32,8 @@ #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> -namespace connectivity +namespace connectivity::macab { - namespace macab - { /* ** MacabResultSet */ @@ -211,7 +209,6 @@ namespace connectivity // XDeleteRows virtual css::uno::Sequence< sal_Int32 > SAL_CALL deleteRows( const css::uno::Sequence< css::uno::Any >& rows ) override; }; - } } #endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MACAB_MACABRESULTSET_HXX |