summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwptblformula.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-13 06:49:58 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-13 06:49:58 -0500
commit8021c2f31277989f87ca8224234358760bb3c865 (patch)
tree9675645b64b705b590bf1f68556414bd6caecda9 /lotuswordpro/source/filter/lwptblformula.hxx
parentfix mis-merge in oox (diff)
downloadcore-8021c2f31277989f87ca8224234358760bb3c865.tar.gz
core-8021c2f31277989f87ca8224234358760bb3c865.zip
convert tools type in lotuswordpro
Diffstat (limited to 'lotuswordpro/source/filter/lwptblformula.hxx')
-rw-r--r--lotuswordpro/source/filter/lwptblformula.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwptblformula.hxx b/lotuswordpro/source/filter/lwptblformula.hxx
index d41e2feb27a0..7901e83d939b 100644
--- a/lotuswordpro/source/filter/lwptblformula.hxx
+++ b/lotuswordpro/source/filter/lwptblformula.hxx
@@ -202,7 +202,7 @@ public:
LwpFormulaInfo(LwpObjectHeader &objHdr, LwpSvStream* pStrm);
~LwpFormulaInfo();
sal_Bool IsFormula(){return sal_True;}
- void SetRow(USHORT nRow){ m_nFormulaRow = nRow;}
+ void SetRow(sal_uInt16 nRow){ m_nFormulaRow = nRow;}
String Convert(LwpTableLayout* pCellsMap);
void Convert(XFCell * pCell, LwpTableLayout* pCellsMap);
protected:
@@ -218,7 +218,7 @@ private:
sal_Bool ReadConst();
void MarkUnsupported(sal_uInt16 TokenType);
- USHORT m_nFormulaRow;
+ sal_uInt16 m_nFormulaRow;
};
#endif