summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xeescher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xeescher.hxx')
-rw-r--r--sc/source/filter/inc/xeescher.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xeescher.hxx b/sc/source/filter/inc/xeescher.hxx
index 6ef12e5de038..56b183a39e82 100644
--- a/sc/source/filter/inc/xeescher.hxx
+++ b/sc/source/filter/inc/xeescher.hxx
@@ -179,9 +179,9 @@ protected:
inline sal_uInt16 GetSourceEntryCount() const { return mnEntryCount; }
/** Writes a formula with special style only valid in OBJ records. */
- void WriteFormula( XclExpStream& rStrm, const XclTokenArray& rTokArr ) const;
+ static void WriteFormula( XclExpStream& rStrm, const XclTokenArray& rTokArr );
/** Writes a formula subrecord with special style only valid in OBJ records. */
- void WriteFormulaSubRec( XclExpStream& rStrm, sal_uInt16 nSubRecId, const XclTokenArray& rTokArr ) const;
+ static void WriteFormulaSubRec( XclExpStream& rStrm, sal_uInt16 nSubRecId, const XclTokenArray& rTokArr );
private:
XclTokenArrayRef mxCellLink; /// Formula for linked cell.