filter/source/msfilter/svdfppt.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 475efb805b57230d7b88dbbe8d368ff593aac643
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Mar 28 14:42:19 2022 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Fri Jul 7 10:59:44 2023 +0200

    -Werror,-Wunused-but-set-variable
    
    ...ever since d2000efb31f864e912c6cf52760eea0e602b6893 "#i106421#: move 
msfilter
    to filter"
    
    Change-Id: Ia01b618c57318657976372257ea37ed2b1b354b0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132212
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/filter/source/msfilter/svdfppt.cxx 
b/filter/source/msfilter/svdfppt.cxx
index 93a9a9913335..79f612340446 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -6542,15 +6542,10 @@ PPTTextObj::PPTTextObj( SvStream& rIn, 
SdrPowerPointImport& rSdrPowerPointImport
         else
             nTextRulerAtomOfs = 0xffffffff;
 
-        sal_uInt32 nInstance = 0;
         switch( rSdrPowerPointImport.m_eCurrentPageKind )
         {
             case PPT_NOTEPAGE :
-                nInstance++;
-                [[fallthrough]];
             case PPT_MASTERPAGE :
-                nInstance++;
-                break;
             case PPT_SLIDEPAGE :
             break;
             default :

Reply via email to