From e4ee5496696455f7ef6657c15696f36d3da78659 Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Mon, 31 Jan 2011 13:23:11 +0100 Subject: removetooltypes01: #i112600# Make fixes for gcc on Linux x64 --- editeng/inc/editeng/fhgtitem.hxx | 2 +- editeng/inc/editeng/numitem.hxx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'editeng/inc/editeng') diff --git a/editeng/inc/editeng/fhgtitem.hxx b/editeng/inc/editeng/fhgtitem.hxx index 91076a3a3766..5b087e952d57 100644 --- a/editeng/inc/editeng/fhgtitem.hxx +++ b/editeng/inc/editeng/fhgtitem.hxx @@ -58,7 +58,7 @@ class EDITENG_DLLPUBLIC SvxFontHeightItem : public SfxPoolItem public: TYPEINFO(); - SvxFontHeightItem( const sal_uInt32 nSz /*= 240*/, const sal_uInt16 nPropHeight /*= 100*/, + SvxFontHeightItem( const sal_uLong nSz /*= 240*/, const sal_uInt16 nPropHeight /*= 100*/, const sal_uInt16 nId ); // "pure virtual Methoden" vom SfxPoolItem diff --git a/editeng/inc/editeng/numitem.hxx b/editeng/inc/editeng/numitem.hxx index fb1051e38c78..cb0f8a1f6765 100644 --- a/editeng/inc/editeng/numitem.hxx +++ b/editeng/inc/editeng/numitem.hxx @@ -83,8 +83,8 @@ public: SvxNumberType(const SvxNumberType& rType); ~SvxNumberType(); - String GetNumStr( sal_uInt32 nNo ) const; - String GetNumStr( sal_uInt32 nNo, const com::sun::star::lang::Locale& rLocale ) const; + String GetNumStr( sal_uLong nNo ) const; + String GetNumStr( sal_uLong nNo, const com::sun::star::lang::Locale& rLocale ) const; void SetNumberingType(sal_Int16 nSet) {nNumType = nSet;} sal_Int16 GetNumberingType() const {return nNumType;} @@ -254,7 +254,7 @@ public: // <-- static Size GetGraphicSizeMM100(const Graphic* pGraphic); - static String CreateRomanString( sal_uInt32 nNo, sal_Bool bUpper ); + static String CreateRomanString( sal_uLong nNo, sal_Bool bUpper ); }; enum SvxNumRuleType @@ -279,7 +279,7 @@ class EDITENG_DLLPUBLIC SvxNumRule com::sun::star::lang::Locale aLocale; public: // --> OD 2008-02-11 #newlistlevelattrs# - SvxNumRule( sal_uInt32 nFeatures, + SvxNumRule( sal_uLong nFeatures, sal_uInt16 nLevels, sal_Bool bCont, SvxNumRuleType eType = SVX_RULETYPE_NUMBERING, -- cgit v1.2.3