diff options
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index b6e69c172e5b..a284d275d0c6 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -911,7 +911,6 @@ public: SvtBroadcaster* GetBroadcaster( SCCOL nCol, SCROW nRow ); const SvtBroadcaster* GetBroadcaster( SCCOL nCol, SCROW nRow ) const; void DeleteBroadcasters( sc::ColumnBlockPosition& rBlockPos, SCCOL nCol, SCROW nRow1, SCROW nRow2 ); - bool HasBroadcaster( SCCOL nCol ) const; void FillMatrix( ScMatrix& rMat, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, svl::SharedStringPool* pPool = nullptr ) const; |