Kaydet (Commit) ae0cd13f authored tarafından Caolán McNamara's avatar Caolán McNamara

remove last WeakImplHelper12 use

Change-Id: I804132abe01ef3a54e6824d415e19c7edc8039cb
üst 61c0c81c
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <vcl/timer.hxx> #include <vcl/timer.hxx>
#include <vcl/event.hxx> #include <vcl/event.hxx>
#include <cppuhelper/implbase12.hxx> #include <cppuhelper/implbase.hxx>
#include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/document/XUndoManager.hpp> #include <com/sun/star/document/XUndoManager.hpp>
...@@ -129,7 +129,7 @@ class DrawViewWrapper; ...@@ -129,7 +129,7 @@ class DrawViewWrapper;
class ReferenceSizeProvider; class ReferenceSizeProvider;
class ViewElementListProvider; class ViewElementListProvider;
class ChartController : public ::cppu::WeakImplHelper12 < class ChartController : public ::cppu::WeakImplHelper <
::com::sun::star::frame::XController //comprehends XComponent (required interface) ::com::sun::star::frame::XController //comprehends XComponent (required interface)
,::com::sun::star::frame::XDispatchProvider //(required interface) ,::com::sun::star::frame::XDispatchProvider //(required interface)
,::com::sun::star::view::XSelectionSupplier //(optional interface) ,::com::sun::star::view::XSelectionSupplier //(optional interface)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment