include/svtools/genericunodialog.hxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 11e72223f2a4ac424309bef34268b6ff5821cda8
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Jun 24 08:53:31 2016 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: I27a139506a9a88a00031958f6569eccb51375ef1

diff --git a/include/svtools/genericunodialog.hxx 
b/include/svtools/genericunodialog.hxx
index 3111f33..a651471 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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to