summaryrefslogtreecommitdiff
path: root/sw/inc/unosrch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unosrch.hxx')
-rw-r--r--sw/inc/unosrch.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unosrch.hxx b/sw/inc/unosrch.hxx
index 71f6943f1ba9..b614822224f5 100644
--- a/sw/inc/unosrch.hxx
+++ b/sw/inc/unosrch.hxx
@@ -22,7 +22,7 @@
#include <com/sun/star/util/XPropertyReplace.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
-#include <cppuhelper/implbase3.hxx>
+#include <cppuhelper/implbase.hxx>
#include <rtl/ustring.hxx>
class SfxItemPropertySet;
@@ -34,7 +34,7 @@ namespace com{namespace sun{namespace star{namespace util{
struct SearchOptions;
}}}}
-class SwXTextSearch : public cppu::WeakImplHelper3
+class SwXTextSearch : public cppu::WeakImplHelper
<
::com::sun::star::util::XPropertyReplace,
::com::sun::star::lang::XServiceInfo,