summaryrefslogtreecommitdiff
path: root/framework/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/inc')
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index 48e8516fd6a9..86fa1cc13ace 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_FRAMEWORK_SOURCE_INC_ACCELERATORS_PRESETHANDLER_HXX
#include <accelerators/storageholder.hxx>
-#include <threadhelp/threadhelpbase.hxx>
#include <general.h>
#include <stdtypes.h>
@@ -92,12 +91,10 @@ class PresetHandler
@descr This struct makes it possible to use any shared storage
in combination with a SingletonRef<> template ...
- Attention: Because these struct is shared it must be
- used within a synchronized section. Thats why this struct
- uses a base class ThreadHelpBase and can be locked
- from outside doing so!
+ This struct is allegedly shared and must be used within a
+ synchronized section. But it isn't.
*/
- struct TSharedStorages : public ThreadHelpBase
+ struct TSharedStorages
{
public: