summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-24 08:53:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-24 08:53:31 +0200
commit11e72223f2a4ac424309bef34268b6ff5821cda8 (patch)
tree2ca3896874a58ce75fed9e47434f8dc493e61954 /include/svtools
parentc3cdaa39505d85d530d848128d5370f97b57a411 (diff)
-Werror,-Wunused-private-field
Change-Id: I27a139506a9a88a00031958f6569eccb51375ef1
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/genericunodialog.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/genericunodialog.hxx b/include/svtools/genericunodialog.hxx
index 3111f339a132..a651471a21fa 100644
--- a/include/svtools/genericunodialog.hxx
+++ b/include/svtools/genericunodialog.hxx
@@ -68,9 +68,6 @@ namespace svt
,public ::comphelper::OMutexAndBroadcastHelper
,public ::comphelper::OPropertyContainer
{
- private:
- ::osl::Mutex m_aExecutionMutex; /// access safety for execute/cancel
-
protected:
VclPtr<Dialog> m_pDialog; /// the dialog to execute
bool m_bExecuting : 1; /// we're currently executing the dialog