summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r--sc/inc/address.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index efba2fcad8d4..f3b82d19b009 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -155,7 +155,7 @@ enum class ScRefFlags : sal_uInt16
COL_VALID = 0x0200,
TAB_VALID = 0x0400,
// BITS for convience
- BITS = COL_ABS | ROW_ABS | TAB_ABS | TAB_3D \
+ BITS = COL_ABS | ROW_ABS | TAB_ABS | TAB_3D
| ROW_VALID | COL_VALID | TAB_VALID,
// somewhat cheesy kludge to force the display of the document name even for
// local references. Requires TAB_3D to be valid