summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-01-07 17:42:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-01-07 17:42:23 +0100
commit8ad48d881b5d36af4d2e744cf8031b5f4b2f43e1 (patch)
treeb71a231a0d14bf671934a94e2675f43ee6848f35 /dbaccess/source/ui/inc
parent7a091b24ef3abc2f27bfaebdd47714d936f4e9c9 (diff)
Variadic cppu::ImplInheritanceHelper
Change-Id: I7d958fdf328e44a0d299b29a3a165425731ccf7c
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r--dbaccess/source/ui/inc/brwctrlr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx
index 87c0fd3cd8ee..4644830f66c0 100644
--- a/dbaccess/source/ui/inc/brwctrlr.hxx
+++ b/dbaccess/source/ui/inc/brwctrlr.hxx
@@ -43,7 +43,7 @@
#include <svtools/transfer.hxx>
#include <osl/mutex.hxx>
#include <osl/thread.hxx>
-#include <cppuhelper/implbase9.hxx>
+#include <cppuhelper/implbase.hxx>
#include <svtools/cliplistener.hxx>
struct FmFoundRecordInformation;
@@ -57,7 +57,7 @@ namespace dbtools
namespace dbaui
{
- typedef ::cppu::ImplInheritanceHelper9 < OGenericUnoController
+ typedef ::cppu::ImplInheritanceHelper < OGenericUnoController
, ::com::sun::star::sdb::XSQLErrorListener
, ::com::sun::star::form::XDatabaseParameterListener
, ::com::sun::star::form::XConfirmDeleteListener