summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx
index c75e8fc46eb4..145117f7dd6a 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx
@@ -23,7 +23,7 @@
#include "unopkg_shared.h"
#include <osl/thread.h>
#include <tools/resmgr.hxx>
-#include <cppuhelper/implbase3.hxx>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <comphelper/anytostring.hxx>
#include <unotools/configmgr.hxx>
@@ -52,7 +52,7 @@ namespace {
class CommandEnvironmentImpl
- : public ::cppu::WeakImplHelper3< XCommandEnvironment,
+ : public ::cppu::WeakImplHelper< XCommandEnvironment,
task::XInteractionHandler,
XProgressHandler >
{