diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2011-02-28 14:05:07 +0100 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2011-02-28 14:05:07 +0100 |
commit | a49ccf80a5fb9115fe7abfcc9c107d3ae126a33b (patch) | |
tree | ec39c08cf8ee03db9bb0fa1204dd4cf57145f946 /sc/inc | |
parent | 24698e58787949576600a83ca7adccdc757ccbc4 (diff) |
dr78: removed remaining tools types
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dociter.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index 02eaca587e3b..d5d22ff46ba4 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -453,8 +453,8 @@ private: ScDocument *pDoc; const ScAttrArray *pAttrArray; ScHorizontalCellIterator *pCellIter; - ULONG nNumFormat; // for CalcAsShown - ULONG nNumFmtIndex; + sal_uInt32 nNumFormat; // for CalcAsShown + sal_uInt32 nNumFmtIndex; SCTAB nEndTab; SCCOL nCurCol; SCROW nCurRow; @@ -473,9 +473,9 @@ public: bool bSTotal = false, bool bTextAsZero = false ); ~ScHorizontalValueIterator(); - void GetCurNumFmtInfo( short& nType, ULONG& nIndex ); + void GetCurNumFmtInfo( short& nType, sal_uInt32& nIndex ); /// Does NOT reset rValue if no value found! - bool GetNext( double& rValue, USHORT& rErr ); + bool GetNext( double& rValue, sal_uInt16& rErr ); }; |