summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortresult.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/sorter/sortresult.hxx')
-rw-r--r--ucb/source/sorter/sortresult.hxx4
1 files changed, 2 insertions, 2 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,