[Libreoffice-commits] core.git: include/filter
Stephan Bergmann
sbergman at redhat.com
Mon Feb 27 14:36:56 UTC 2017
include/filter/msfilter/svdfppt.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1866335fe6b59ce7943b6e5f934a3592ac81ae8a
Author: Stephan Bergmann <sbergman at 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
More information about the Libreoffice-commits
mailing list