diff options
author | Eike Rathke <erack@redhat.com> | 2015-03-12 21:14:16 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-03-12 21:18:55 +0100 |
commit | 6e690a62e419b2de364bac09d30786b66a98f2f3 (patch) | |
tree | 120d086a73152fb37732d50bb340b0b3b96ece16 /sc/inc/token.hxx | |
parent | e36c121992819853138bbce13141fcc30e6c643c (diff) |
TableRef: use existing ALL instead of yet another bit
Change-Id: I7f8cdba40d1d455927557c31867b822afb9dff7e
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r-- | sc/inc/token.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index 662c17c37a7b..6f6cd4bb9091 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -224,7 +224,7 @@ public: HEADERS_DATA = HEADERS | DATA, DATA_TOTALS = DATA | TOTALS, HEADERS_DATA_TOTALS = HEADERS | DATA | TOTALS, - ALL_COLUMN = HEADERS_DATA_TOTALS | 32 // semantically the same, but just a [#All] item + ALL_COLUMN = HEADERS_DATA_TOTALS | ALL // semantically the same, but just a [#All] item }; ScTableRefToken( sal_uInt16 nIndex, Item eItem ); |