diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-21 12:10:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-21 13:05:11 +0100 |
commit | 773d5c69261f0b2511c7a0124804449bf664bfb5 (patch) | |
tree | 81ed8a62f67fadc44d7671e08f2a0a971193bd39 /ucb/source | |
parent | 75899a2b57ae54ac7d9d2ae27183c915ee238455 (diff) |
remove last WeakImplHelper8 uses
Change-Id: I7ecadedb77832fb3073870880dbfba121fdae826
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/sorter/sortresult.hxx | 4 | ||||
-rw-r--r-- | ucb/source/ucp/file/filrset.hxx | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/ucb/source/sorter/sortresult.hxx b/ucb/source/sorter/sortresult.hxx index a225fb969862..f5f74690cce6 100644 --- a/ucb/source/sorter/sortresult.hxx +++ b/ucb/source/sorter/sortresult.hxx @@ -34,7 +34,7 @@ #include <com/sun/star/ucb/NumberedSortingInfo.hpp> #include <com/sun/star/ucb/XAnyCompareFactory.hpp> #include <com/sun/star/ucb/ListAction.hpp> -#include <cppuhelper/implbase8.hxx> +#include <cppuhelper/implbase.hxx> #include <deque> namespace cppu { @@ -113,7 +113,7 @@ public: -class SortedResultSet: public cppu::WeakImplHelper8 < +class SortedResultSet: public cppu::WeakImplHelper < css::lang::XServiceInfo, css::lang::XComponent, css::ucb::XContentAccess, diff --git a/ucb/source/ucp/file/filrset.hxx b/ucb/source/ucp/file/filrset.hxx index a50645be44ff..c8e104a2cba1 100644 --- a/ucb/source/ucp/file/filrset.hxx +++ b/ucb/source/ucp/file/filrset.hxx @@ -35,16 +35,14 @@ #include <com/sun/star/beans/Property.hpp> #include "filrow.hxx" #include "filnot.hxx" -#include <cppuhelper/implbase8.hxx> - - +#include <cppuhelper/implbase.hxx> namespace fileaccess { - class Notifier; +class Notifier; class XResultSet_impl : public Notifier, - public cppu::WeakImplHelper8< css::lang::XEventListener, + public cppu::WeakImplHelper< css::lang::XEventListener, css::sdbc::XRow, css::sdbc::XResultSet, css::ucb::XDynamicResultSet, |