summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-04-29 11:31:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-04-29 13:10:33 +0200
commit598c96a9afaf97a235371ce8d00405bdbbb24d25 (patch)
tree9277cf6d8cf16a8000282f86b6a05c517504c493 /include
parentc443979549dfff4a5a02b62e7037c7805e13e2cb (diff)
-Werror,-Wunused-private-field
Change-Id: I465627958ef7a18c0e80361ae4a1c6ba27ec735d Reviewed-on: https://gerrit.libreoffice.org/71513 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/ctredlin.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx
index 946ffb414dfa..cb0f854821b5 100644
--- a/include/svx/ctredlin.hxx
+++ b/include/svx/ctredlin.hxx
@@ -38,7 +38,6 @@
#include <tools/time.hxx>
#include <tools/wintypes.hxx>
#include <vcl/builder.hxx>
-#include <vcl/image.hxx>
#include <vcl/vclptr.hxx>
#include <vcl/tabpage.hxx>
#include <vcl/tabctrl.hxx>
@@ -124,9 +123,6 @@ private:
DateTime aDaTiFilterFirst;
DateTime aDaTiFilterLast;
OUString aAuthor;
- Color maEntryColor;
- Image maEntryImage;
- OUString maEntryString;
std::unique_ptr<utl::TextSearch> pCommentSearcher;
int ColCompare(const weld::TreeIter& rLeft, const weld::TreeIter& rRight);