summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2011-06-02 16:14:15 -0430
committerPetr Mladek <pmladek@suse.cz>2011-06-07 21:25:16 +0200
commit51d962e3dc34a774b466265adc9678aa00cb2c78 (patch)
treeb414783481df90224a0f2d4878d466e2ae9a5470 /sc/source/filter/xcl97
parent241ed4b030c159e6a8ec71c38f55ce3c0aef202f (diff)
Make read only functions in ExcEScenarioCell const.
Diffstat (limited to 'sc/source/filter/xcl97')
-rw-r--r--sc/source/filter/xcl97/xcl97rec.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx
index fb20ca476229..4c61797e43c3 100644
--- a/sc/source/filter/xcl97/xcl97rec.cxx
+++ b/sc/source/filter/xcl97/xcl97rec.cxx
@@ -1164,17 +1164,17 @@ ExcEScenarioCell::ExcEScenarioCell( sal_uInt16 nC, sal_uInt16 nR, const String&
{
}
-void ExcEScenarioCell::WriteAddress( XclExpStream& rStrm )
+void ExcEScenarioCell::WriteAddress( XclExpStream& rStrm ) const
{
rStrm << nRow << nCol;
}
-void ExcEScenarioCell::WriteText( XclExpStream& rStrm )
+void ExcEScenarioCell::WriteText( XclExpStream& rStrm ) const
{
rStrm << sText;
}
-void ExcEScenarioCell::SaveXml( XclExpXmlStream& rStrm )
+void ExcEScenarioCell::SaveXml( XclExpXmlStream& rStrm ) const
{
rStrm.GetCurrentStream()->singleElement( XML_inputCells,
// OOXTODO: XML_deleted,