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

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Fri Oct 16 15:27:34 PDT 2015


 sfx2/source/appl/sfxpicklist.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a9b31303b76326e0dc0043082082c5fc1dc69be9
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Sat Oct 17 00:26:21 2015 +0200

    Revert "sfx2: -Werror=unused-parameter"
    
    This reverts commit 7ad750aed1f97ae195e7db896d101116d0c23534.
    
    A fixup that now as a leftover causes build-breaks on its own after
    192e1cd86f0b072c3efaa7ad32afb303efbff9d9 did revert the reason for it

diff --git a/sfx2/source/appl/sfxpicklist.cxx b/sfx2/source/appl/sfxpicklist.cxx
index c1f1203..370049b 100644
--- a/sfx2/source/appl/sfxpicklist.cxx
+++ b/sfx2/source/appl/sfxpicklist.cxx
@@ -224,8 +224,6 @@ void SfxPickList::AddDocumentToPickList( SfxObjectShell* pDocSh )
             }
         }
     }
-#else
-    (void)bAvoidThumbnail;
 #endif
     // add to svtool history options
     SvtHistoryOptions().AppendItem( ePICKLIST,


More information about the Libreoffice-commits mailing list