summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/CommandInfoProvider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/CommandInfoProvider.cxx')
-rw-r--r--sfx2/source/sidebar/CommandInfoProvider.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/CommandInfoProvider.cxx b/sfx2/source/sidebar/CommandInfoProvider.cxx
index 46bda049eac1..9bb6639831b9 100644
--- a/sfx2/source/sidebar/CommandInfoProvider.cxx
+++ b/sfx2/source/sidebar/CommandInfoProvider.cxx
@@ -21,7 +21,7 @@
#include <comphelper/processfactory.hxx>
#include <svtools/acceleratorexecute.hxx>
-#include <cppuhelper/compbase1.hxx>
+#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <com/sun/star/frame/ModuleManager.hpp>
@@ -37,7 +37,7 @@ using ::rtl::OUString;
namespace
{
- typedef ::cppu::WeakComponentImplHelper1 <
+ typedef ::cppu::WeakComponentImplHelper <
css::lang::XEventListener
> FrameListenerInterfaceBase;
class FrameListener