summaryrefslogtreecommitdiff
path: root/sc/inc/filtuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/filtuno.hxx')
-rw-r--r--sc/inc/filtuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/filtuno.hxx b/sc/inc/filtuno.hxx
index a3126db578ee..14039479037b 100644
--- a/sc/inc/filtuno.hxx
+++ b/sc/inc/filtuno.hxx
@@ -26,14 +26,14 @@
#include <com/sun/star/document/XExporter.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <cppuhelper/implbase5.hxx>
+#include <cppuhelper/implbase.hxx>
#include "scdllapi.h"
namespace com { namespace sun { namespace star { namespace io {
class XInputStream;
} } } }
-class ScFilterOptionsObj : public ::cppu::WeakImplHelper5<
+class ScFilterOptionsObj : public ::cppu::WeakImplHelper<
::com::sun::star::beans::XPropertyAccess,
::com::sun::star::ui::dialogs::XExecutableDialog,
::com::sun::star::document::XImporter,