diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-03 15:05:51 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-09 13:34:31 -0400 |
commit | 59f38babd074cc0b835a5d2a1c81af013dba0deb (patch) | |
tree | 6a9fd62c6b8eabe939845e85f3dd5942963cc51b /sc/inc/table.hxx | |
parent | ff4731fb89f3b9d394c3826ab8dbe9d77df90a5a (diff) |
Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...
and Calc is now officially broken. Let's start fixing this bit by bit...
Change-Id: I383c88245fe1e573666da636c6a8ca8815352ce7
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index c090f8bb313f..c7b3498d726c 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -831,6 +831,8 @@ public: ScRefCellValue GetRefCellValue( SCCOL nCol, SCROW nRow ); + SvtBroadcaster* GetBroadcaster( SCCOL nCol, SCROW nRow ); + /** Replace behaves differently to the Search; adjust the rCol and rRow accordingly. 'Replace' replaces at the 'current' position, but in order to achieve |