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

-Werror,-Wunused-private-field

Change-Id: I465627958ef7a18c0e80361ae4a1c6ba27ec735d
Reviewed-on: https://gerrit.libreoffice.org/71513
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst c4439795
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#include <tools/time.hxx> #include <tools/time.hxx>
#include <tools/wintypes.hxx> #include <tools/wintypes.hxx>
#include <vcl/builder.hxx> #include <vcl/builder.hxx>
#include <vcl/image.hxx>
#include <vcl/vclptr.hxx> #include <vcl/vclptr.hxx>
#include <vcl/tabpage.hxx> #include <vcl/tabpage.hxx>
#include <vcl/tabctrl.hxx> #include <vcl/tabctrl.hxx>
...@@ -124,9 +123,6 @@ private: ...@@ -124,9 +123,6 @@ private:
DateTime aDaTiFilterFirst; DateTime aDaTiFilterFirst;
DateTime aDaTiFilterLast; DateTime aDaTiFilterLast;
OUString aAuthor; OUString aAuthor;
Color maEntryColor;
Image maEntryImage;
OUString maEntryString;
std::unique_ptr<utl::TextSearch> pCommentSearcher; std::unique_ptr<utl::TextSearch> pCommentSearcher;
int ColCompare(const weld::TreeIter& rLeft, const weld::TreeIter& rRight); int ColCompare(const weld::TreeIter& rLeft, const weld::TreeIter& rRight);
......
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