diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-30 23:12:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-31 09:04:15 +0200 |
commit | b7ea1c0d7464a6789cf37fc4600f7c752dfe7ff3 (patch) | |
tree | 1d7e3a06380764448fd6cb1e5b611bf68dd75ec9 /embeddedobj | |
parent | 68628d84ad853c68635c5d39379c89145c448229 (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I1badf39ddd5c7fc05657d21f17d7775503617b19
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/inc/oleembobj.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/embeddedobj/source/inc/oleembobj.hxx b/embeddedobj/source/inc/oleembobj.hxx index a772b8b2d48a..04f8d63d2297 100644 --- a/embeddedobj/source/inc/oleembobj.hxx +++ b/embeddedobj/source/inc/oleembobj.hxx @@ -46,8 +46,6 @@ #include <com/sun/star/util/XCloseListener.hpp> #include <cppuhelper/implbase5.hxx> -#include <osl/thread.h> - namespace cppu { class OMultiTypeInterfaceContainerHelper; } @@ -58,8 +56,6 @@ class VerbExecutionController ::osl::Mutex m_aVerbExecutionMutex; sal_Bool m_bVerbExecutionInProgress; - oslThreadIdentifier m_nVerbExecutionThreadIdentifier; - sal_Bool m_bChangedOnVerbExecution; sal_Bool m_bWasEverActive; sal_Int32 m_nNotificationLock; @@ -68,8 +64,6 @@ public: VerbExecutionController() : m_bVerbExecutionInProgress( sal_False ) - , m_nVerbExecutionThreadIdentifier( 0 ) - , m_bChangedOnVerbExecution( sal_False ) , m_bWasEverActive( sal_False ) , m_nNotificationLock( 0 ) {} |