diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-19 17:26:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-19 18:17:05 +0100 |
commit | fab2a35de66230b799194b8dbbdc314b0cff296d (patch) | |
tree | 1d31f57bafa6b3e91e3df0ba4592025bfc8b2f35 /framework/inc | |
parent | f02e6d3de7d26d4ac3fe6cfcb0d75aafeb5466d2 (diff) |
Access safe members directly
Change-Id: I048bc4ba4e1fc3c7b0dab55cc8e5818086cb70c7
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/xml/acceleratorconfigurationwriter.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/inc/xml/acceleratorconfigurationwriter.hxx b/framework/inc/xml/acceleratorconfigurationwriter.hxx index 00190cbfe381..c6c48d1cb727 100644 --- a/framework/inc/xml/acceleratorconfigurationwriter.hxx +++ b/framework/inc/xml/acceleratorconfigurationwriter.hxx @@ -22,7 +22,6 @@ #include <accelerators/acceleratorcache.hxx> #include <accelerators/keymapping.hxx> -#include <threadhelp/threadhelpbase.hxx> #include <general.h> #include <com/sun/star/xml/sax/XDocumentHandler.hpp> @@ -32,7 +31,7 @@ namespace framework{ -class AcceleratorConfigurationWriter : private ThreadHelpBase +class AcceleratorConfigurationWriter { // member |