summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/inc/token.hxx2
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 );