diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-14 00:39:56 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-14 00:39:56 +0100 |
commit | bd2ea8f871ca6dc02f09af5f55c5c5c6fd511a91 (patch) | |
tree | bcafb27166166243d871d6ac8f66fc07f63fbd38 /sc/inc/table.hxx | |
parent | 12343c15568dcc2c9209d8ca41fda2263122448f (diff) |
making sc/source/filter compile again
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index faacdb368368..ad479d7ab1b4 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -570,8 +570,8 @@ public: sal_Bool IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const; - bool ApplyFlags( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, INT16 nFlags ); - bool RemoveFlags( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, INT16 nFlags ); + bool ApplyFlags( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, sal_Int16 nFlags ); + bool RemoveFlags( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, sal_Int16 nFlags ); void ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark, ScEditDataArray* pDataArray = NULL ); void DeleteSelection( sal_uInt16 nDelFlag, const ScMarkData& rMark ); |