summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xelink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xelink.cxx')
-rw-r--r--sc/source/filter/excel/xelink.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/excel/xelink.cxx b/sc/source/filter/excel/xelink.cxx
index df22f9838c84..6fd5e8269e94 100644
--- a/sc/source/filter/excel/xelink.cxx
+++ b/sc/source/filter/excel/xelink.cxx
@@ -171,11 +171,11 @@ public:
private:
virtual void WriteBody( XclExpStream& rStrm ) SAL_OVERRIDE;
- void WriteBool( XclExpStream& rStrm, bool bValue );
- void WriteDouble( XclExpStream& rStrm, double fValue );
- void WriteString( XclExpStream& rStrm, const OUString& rValue );
- void WriteError( XclExpStream& rStrm, sal_uInt8 nErrCode );
- void WriteEmpty( XclExpStream& rStrm );
+ static void WriteBool( XclExpStream& rStrm, bool bValue );
+ static void WriteDouble( XclExpStream& rStrm, double fValue );
+ static void WriteString( XclExpStream& rStrm, const OUString& rValue );
+ static void WriteError( XclExpStream& rStrm, sal_uInt8 nErrCode );
+ static void WriteEmpty( XclExpStream& rStrm );
private:
typedef ::std::vector< Any > CachedValues;