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

-Werror,-Wunused-private-field

Change-Id: Ief089d6d2a43b4fbd18519cb2c8ab1d867c47118
üst 7b04874f
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include <vector> #include <vector>
#include <algorithm> #include <algorithm>
#include <functional> #include <functional>
#include <osl/mutex.hxx>
#include <tools/debug.hxx> #include <tools/debug.hxx>
#include <vcl/window.hxx> #include <vcl/window.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
...@@ -170,9 +169,6 @@ namespace accessibility ...@@ -170,9 +169,6 @@ namespace accessibility
// a wrapper for the text forwarders (guarded by solar mutex) // a wrapper for the text forwarders (guarded by solar mutex)
mutable SvxEditSourceAdapter maEditSource; mutable SvxEditSourceAdapter maEditSource;
// guard for maOffset
mutable ::osl::Mutex maMutex;
}; };
...@@ -181,8 +177,7 @@ namespace accessibility ...@@ -181,8 +177,7 @@ namespace accessibility
AccessibleStaticTextBase_Impl::AccessibleStaticTextBase_Impl() : AccessibleStaticTextBase_Impl::AccessibleStaticTextBase_Impl() :
mxTextParagraph( new AccessibleEditableTextPara(nullptr) ), mxTextParagraph( new AccessibleEditableTextPara(nullptr) ),
maEditSource(), maEditSource()
maMutex()
{ {
// TODO: this is still somewhat of a hack, all the more since // TODO: this is still somewhat of a hack, all the more since
......
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