filter/source/msfilter/svdfppt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9988dfd934754a917086bc9423b6c5b16faea40a
Author: Julien Nabet <[email protected]>
Date:   Sun Mar 17 18:19:01 2013 +0100

    coverity#735375 Copy-paste error
    
    Change-Id: Ib976de6a5a1c54fd80645b675b20186a4b9d6661
    Reviewed-on: https://gerrit.libreoffice.org/2799
    Reviewed-by: Joren De Cuyper <[email protected]>
    Reviewed-by: Noel Power <[email protected]>
    Tested-by: Noel Power <[email protected]>

diff --git a/filter/source/msfilter/svdfppt.cxx 
b/filter/source/msfilter/svdfppt.cxx
index d4b16e3..db41aed 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -5987,7 +5987,7 @@ sal_Bool PPTParagraphObj::GetAttrib( sal_uInt32 nAttr, 
sal_uInt32& nRetValue, sa
             case PPT_ParaAttr_DefaultTab :
             {
                 nRetValue = rParaLevel.mnDefaultTab;
-                if ( pParaLevel && ( nRetValue != pParaLevel->mnBulletOfs ) )
+                if ( pParaLevel && ( nRetValue != pParaLevel->mnDefaultTab ) )
                     bIsHardAttribute = 1;
             }
             break;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to