diff options
author | Eike Rathke <erack@redhat.com> | 2014-12-09 17:11:22 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-12-09 17:12:56 +0100 |
commit | 3d2ee524942c063ee13645723bb60db35255e350 (patch) | |
tree | 9426891ab33495c7fa1ba70828089ca497f5ff50 /sc/inc | |
parent | f882be560930600a2f8734b8e08e4b81e5014c17 (diff) |
remove now unused BROADCAST_ALL_POSITIONS case
Change-Id: I4e6b362f31d93964567fe9ca394cd96568981746
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/column.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index bef0d0511780..1d7078f526a4 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -172,7 +172,6 @@ public: { BROADCAST_NONE, ///< no broadcasting BROADCAST_DATA_POSITIONS, ///< broadcast existing cells with position => does AreaBroadcast - BROADCAST_ALL_POSITIONS, ///< broadcast all cells, including empty, with position => does AreaBroadcast BROADCAST_BROADCASTERS ///< broadcast only existing cell broadcasters => no AreaBroadcast of range! }; |