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

New commits:
commit 1866335fe6b59ce7943b6e5f934a3592ac81ae8a
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Feb 27 15:36:24 2017 +0100

    Clean up use of integer types
    
    Change-Id: Idf47d1511aff3cdb7c139671173a97e405b6078e

diff --git a/include/filter/msfilter/svdfppt.hxx 
b/include/filter/msfilter/svdfppt.hxx
index c853a16..36227d0 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -535,7 +535,7 @@ protected:
     PptColorSchemeAtom      aPageColors;
     ::std::vector< SdHyperlinkEntry* > aHyperList;
     sal_uInt32*             pPersistPtr;
-    sal_uLong               nPersistPtrAnz;
+    sal_uInt32              nPersistPtrAnz;
 
     const PPTStyleSheet*    pPPTStyleSheet; // this is the current stylesheet;
     const PPTStyleSheet*    pDefaultSheet;  // this is a sheet we are using if 
no masterpage can be found, but that should
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to