[Libreoffice-commits] core.git: fpicker/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 30 06:16:19 UTC 2019


 fpicker/source/office/fileview.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit f90d0de7b20b52c1910eb0ceac9d31f38a648613
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Oct 29 20:54:49 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Oct 30 07:14:49 2019 +0100

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

diff --git a/fpicker/source/office/fileview.cxx b/fpicker/source/office/fileview.cxx
index 1964bf789785..4d14086e0e8b 100644
--- a/fpicker/source/office/fileview.cxx
+++ b/fpicker/source/office/fileview.cxx
@@ -125,11 +125,9 @@ private:
     SvtFileView_Impl*       mpParent;
     Timer                   maResetQuickSearch;
     OUString                maQuickSearchText;
-    OUString const          msAccessibleDescText;
     sal_uInt32              mnSearchIndex;
     bool                    mbEnableDelete;
     bool                    mbEditing;
-    bool const              mbShowHeader;
     bool const              mbShowType;
 
     void            DeleteEntries();
@@ -418,7 +416,6 @@ ViewTabListBox_Impl::ViewTabListBox_Impl(std::unique_ptr<weld::TreeView> xTreeVi
     , mnSearchIndex( 0 )
     , mbEnableDelete( false )
     , mbEditing( false )
-    , mbShowHeader( !(nFlags & FileViewFlags::SHOW_NONE) )
     , mbShowType(nFlags & FileViewFlags::SHOW_TYPE)
 {
     std::vector<int> aWidths;


More information about the Libreoffice-commits mailing list