[Libreoffice-commits] core.git: include/svx

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 29 11:11:27 UTC 2019


 include/svx/ctredlin.hxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 598c96a9afaf97a235371ce8d00405bdbbb24d25
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Apr 29 11:31:44 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Apr 29 13:10:33 2019 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: I465627958ef7a18c0e80361ae4a1c6ba27ec735d
    Reviewed-on: https://gerrit.libreoffice.org/71513
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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);


More information about the Libreoffice-commits mailing list