diff options
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r-- | sc/inc/docuno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index dd3f10e285e9..420975ace5d7 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -51,7 +51,7 @@ #include <com/sun/star/util/XChangesNotifier.hpp> #include <com/sun/star/uno/XAggregation.hpp> #include <cppuhelper/implbase.hxx> -#include <comphelper/interfacecontainer2.hxx> +#include <comphelper/interfacecontainer3.hxx> #include <svl/itemprop.hxx> #include <vcl/ITiledRenderable.hxx> @@ -108,7 +108,7 @@ private: css::uno::Reference<css::uno::XInterface> xChartDataProv; css::uno::Reference<css::uno::XInterface> xObjProvider; - ::comphelper::OInterfaceContainerHelper2 maChangesListeners; + ::comphelper::OInterfaceContainerHelper3<css::util::XChangesListener> maChangesListeners; bool FillRenderMarkData( const css::uno::Any& aSelection, const css::uno::Sequence< css::beans::PropertyValue >& rOptions, |