diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-12-18 17:48:59 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-12-18 18:15:34 -0500 |
commit | 12a0bf110bca1f4365a254a09ebf8761ce222865 (patch) | |
tree | bb0a8475799c06e052f6e7f57fac95d57f562e52 /sc/inc | |
parent | d5452cef5f8c40fbb9da9e91c6606d525c98bfd3 (diff) |
We don't need these yet.
Change-Id: Iff875a690f319eb92ccfb8010853714ac60dcc9a
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 61dd1bd955e1..74d9cd1a9d71 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1818,9 +1818,6 @@ public: */ void Broadcast( const ScHint& rHint ); - void BroadcastCells( const ScRange& rRange, sal_uLong nHint ); - void BroadcastCells( const ScRangeList& rRanges, sal_uLong nHint ); - /// only area, no cell broadcast void AreaBroadcast( const ScHint& rHint ); /// only areas in range, no cell broadcasts |