diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2019-02-06 09:02:23 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2019-02-20 16:46:24 +0100 |
commit | 6d00c53fac49a29c89bcc4a5e8346195bd2a3b96 (patch) | |
tree | a93a0b1979422c28db9677924518186ff93d8469 /vcl | |
parent | e180574ff8b6055fc962974042acb9b1ef27690e (diff) |
KDE5FilePicker: Drop (now) unused member '_helperMutex'
Change-Id: I4680cc4a8507d0d2409301b62ab81165fcfcdba1
Reviewed-on: https://gerrit.libreoffice.org/68047
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/kde5/KDE5FilePicker.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/unx/kde5/KDE5FilePicker.hxx b/vcl/unx/kde5/KDE5FilePicker.hxx index 451e76af659c..195fd2c66b9c 100644 --- a/vcl/unx/kde5/KDE5FilePicker.hxx +++ b/vcl/unx/kde5/KDE5FilePicker.hxx @@ -31,7 +31,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <osl/conditn.hxx> -#include <osl/mutex.hxx> #include <rtl/ustrbuf.hxx> #include <functional> @@ -51,8 +50,6 @@ class KDE5FilePicker : public Qt5FilePicker { Q_OBJECT protected: - osl::Mutex _helperMutex; - //running filter string to add to dialog QStringList _filters; // map of filter titles to full filter for selection |