diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-31 13:23:11 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-31 13:23:11 +0100 |
commit | e4ee5496696455f7ef6657c15696f36d3da78659 (patch) | |
tree | d3fb3627e2361f3741efd68563321fac6a24c2a1 /editeng | |
parent | 6e0a48a00fd0f6f63cb651fb8bd7dc79a569152b (diff) |
removetooltypes01: #i112600# Make fixes for gcc on Linux x64
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/inc/editeng/fhgtitem.hxx | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/numitem.hxx | 8 |
2 files changed, 5 insertions, 5 deletions
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, |