diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-10-06 11:05:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-10-06 11:05:20 +0000 |
commit | 84b6bbeb092a473128c4d667b56f2f8f5db37a2f (patch) | |
tree | 98b0792555c22175a52414410d3e469b7e518229 /sc | |
parent | 2a7c4b4b2889539f02a506fb695b0c3eb2791bd1 (diff) |
#i10000# fix for koheicoderemoval CWS problems
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/attrib.cxx | 20 | ||||
-rw-r--r-- | sc/source/filter/inc/colrowst.hxx | 1 |
2 files changed, 11 insertions, 10 deletions
diff --git a/sc/source/core/data/attrib.cxx b/sc/source/core/data/attrib.cxx index 683787966ce1..6aebab504370 100644 --- a/sc/source/core/data/attrib.cxx +++ b/sc/source/core/data/attrib.cxx @@ -942,7 +942,7 @@ class ScFieldChangerEditEngine : public ScEditEngineDefaulter BOOL bConvert; public: -//UNUSED2008-05 ScFieldChangerEditEngine( SfxItemPool* pEnginePool, BOOL bDeleteEnginePool ); + ScFieldChangerEditEngine( SfxItemPool* pEnginePool, BOOL bDeleteEnginePool ); virtual ~ScFieldChangerEditEngine() {} virtual String CalcFieldValue( const SvxFieldItem& rField, USHORT nPara, @@ -952,15 +952,15 @@ public: //UNUSED2008-05 BOOL ConvertFields(); }; -//UNUSED2008-05 ScFieldChangerEditEngine::ScFieldChangerEditEngine( SfxItemPool* pEnginePoolP, -//UNUSED2008-05 BOOL bDeleteEnginePoolP ) : -//UNUSED2008-05 ScEditEngineDefaulter( pEnginePoolP, bDeleteEnginePoolP ), -//UNUSED2008-05 aExtFileId( TYPE( SvxExtFileField ) ), -//UNUSED2008-05 nConvPara( 0 ), -//UNUSED2008-05 nConvPos( 0 ), -//UNUSED2008-05 bConvert( FALSE ) -//UNUSED2008-05 { -//UNUSED2008-05 } +ScFieldChangerEditEngine::ScFieldChangerEditEngine( SfxItemPool* pEnginePoolP, + BOOL bDeleteEnginePoolP ) : + ScEditEngineDefaulter( pEnginePoolP, bDeleteEnginePoolP ), + aExtFileId( TYPE( SvxExtFileField ) ), + nConvPara( 0 ), + nConvPos( 0 ), + bConvert( FALSE ) +{ +} String ScFieldChangerEditEngine::CalcFieldValue( const SvxFieldItem& rField, USHORT nPara, USHORT nPos, Color*& /* rTxtColor */, Color*& /* rFldColor */ ) diff --git a/sc/source/filter/inc/colrowst.hxx b/sc/source/filter/inc/colrowst.hxx index 0e1e70fc3b78..19b696ec3a07 100644 --- a/sc/source/filter/inc/colrowst.hxx +++ b/sc/source/filter/inc/colrowst.hxx @@ -51,6 +51,7 @@ public: void SetDefHeight( sal_uInt16 nDefHeight, sal_uInt16 nFlags ); void SetHeight( SCROW nRow, sal_uInt16 nHeight ); void SetRowSettings( SCROW nRow, sal_uInt16 nHeight, sal_uInt16 nFlags ); + void SetManualRowHeight( SCROW nScRow ); void SetDefaultXF( SCCOL nScCol1, SCCOL nScCol2, sal_uInt16 nXFIndex ); /** Inserts all column and row settings of the specified sheet, except the hidden flags. */ |