diff options
Diffstat (limited to 'framework/inc/helper/propertysetcontainer.hxx')
-rw-r--r-- | framework/inc/helper/propertysetcontainer.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/inc/helper/propertysetcontainer.hxx b/framework/inc/helper/propertysetcontainer.hxx index 9675be82b5df..5f3051ca18c0 100644 --- a/framework/inc/helper/propertysetcontainer.hxx +++ b/framework/inc/helper/propertysetcontainer.hxx @@ -27,14 +27,12 @@ #include <cppuhelper/weak.hxx> #include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <threadhelp/threadhelpbase.hxx> #include <framework/fwedllapi.h> namespace framework { class FWE_DLLPUBLIC PropertySetContainer : public com::sun::star::container::XIndexContainer , - public ThreadHelpBase , // Struct for right initalization of mutex member! Must be first of baseclasses. public ::cppu::OWeakObject { public: |