Kaydet (Commit) b7ea1c0d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field (Clang towards 3.2)

Change-Id: I1badf39ddd5c7fc05657d21f17d7775503617b19
üst 68628d84
......@@ -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 )
{}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment