diff options
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/Columns.hxx | 4 | ||||
-rw-r--r-- | forms/source/richtext/featuredispatcher.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/Columns.hxx b/forms/source/component/Columns.hxx index 9a2e9028251e..ee769e67eab6 100644 --- a/forms/source/component/Columns.hxx +++ b/forms/source/component/Columns.hxx @@ -28,10 +28,10 @@ #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/util/XCloneable.hpp> -#include <comphelper/broadcasthelper.hxx> #include <comphelper/propagg.hxx> #include <comphelper/proparrhlp.hxx> #include <comphelper/uno3.hxx> +#include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase2.hxx> #include <cppuhelper/component.hxx> @@ -43,7 +43,7 @@ namespace frm typedef ::cppu::WeakAggComponentImplHelper2 < css::lang::XUnoTunnel , css::util::XCloneable > OGridColumn_BASE; -class OGridColumn :public ::comphelper::OBaseMutex +class OGridColumn :public ::cppu::BaseMutex ,public OGridColumn_BASE ,public OPropertySetAggregationHelper ,public OCloneableAggregation diff --git a/forms/source/richtext/featuredispatcher.hxx b/forms/source/richtext/featuredispatcher.hxx index b36a563c9d0f..a15558cb5455 100644 --- a/forms/source/richtext/featuredispatcher.hxx +++ b/forms/source/richtext/featuredispatcher.hxx @@ -24,7 +24,7 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <comphelper/interfacecontainer2.hxx> #include <cppuhelper/implbase.hxx> -#include <comphelper/broadcasthelper.hxx> +#include <cppuhelper/basemutex.hxx> class EditView; @@ -34,7 +34,7 @@ namespace frm typedef ::cppu::WeakImplHelper < css::frame::XDispatch > ORichTextFeatureDispatcher_Base; - class ORichTextFeatureDispatcher :public ::comphelper::OBaseMutex + class ORichTextFeatureDispatcher :public ::cppu::BaseMutex ,public ORichTextFeatureDispatcher_Base { private: |