summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/viewcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/viewcontainer.hxx')
-rw-r--r--dbaccess/source/core/inc/viewcontainer.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/dbaccess/source/core/inc/viewcontainer.hxx b/dbaccess/source/core/inc/viewcontainer.hxx
index 4d339de34837..dafe21f489dc 100644
--- a/dbaccess/source/core/inc/viewcontainer.hxx
+++ b/dbaccess/source/core/inc/viewcontainer.hxx
@@ -73,12 +73,13 @@
#include "FilteredContainer.hxx"
#endif
-namespace dbaccess
+namespace dbtools
{
- //==========================================================================
- //= IWarningsContainer
- //==========================================================================
class IWarningsContainer;
+}
+
+namespace dbaccess
+{
typedef ::cppu::ImplHelper1< ::com::sun::star::container::XContainerListener> OViewContainer_Base;
//==========================================================================
@@ -102,7 +103,7 @@ namespace dbaccess
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xCon,
sal_Bool _bCase,
IRefreshListener* _pRefreshListener,
- IWarningsContainer* _pWarningsContainer,
+ ::dbtools::IWarningsContainer* _pWarningsContainer,
oslInterlockedCount& _nInAppend
);