summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptblcell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwptblcell.hxx')
-rw-r--r--lotuswordpro/source/filter/lwptblcell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwptblcell.hxx b/lotuswordpro/source/filter/lwptblcell.hxx
index bde674e9ea31..b0ab4e9823b2 100644
--- a/lotuswordpro/source/filter/lwptblcell.hxx
+++ b/lotuswordpro/source/filter/lwptblcell.hxx
@@ -313,7 +313,7 @@ public:
~LwpRowSpecifier(){}
void QuickRead(LwpObjectStream *pStrm);
- String ToString(sal_uInt16 nFormulaRow);
+ OUString ToString(sal_uInt16 nFormulaRow);
sal_uInt16 RowID(sal_uInt16 FormulaRow);
sal_uInt16 &Row(void);
@@ -415,7 +415,7 @@ public:
void QuickRead(LwpObjectStream *pStrm);
sal_uInt8 Column(){return cColumn;}
- String ToString(sal_uInt8 nFormulaCol);
+ OUString ToString(sal_uInt8 nFormulaCol);
sal_uInt8 ColumnID(sal_uInt8 FormulaColumn);
void SetAbsolute(void);