summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/token.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2016-10-17 23:19:23 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2016-10-18 20:27:16 -0400
commite944d9510404d8c67b3867d7cd9f313fd5091004 (patch)
treeb79a7f8aed4f33b11f226867c836f05a585907f5 /sc/source/core/tool/token.cxx
parentbaeb3b43fb67192e8e8639e2d5dd21ccbf5178a4 (diff)
tdf#93894: Prohibit grouping when certain token types are present.
For instance, column / row label tokens don't work correctly in grouped cells with the current implementation. Change-Id: Idf86312ef15fbfd4382aa90ee6d131c671a80683
Diffstat (limited to 'sc/source/core/tool/token.cxx')
-rw-r--r--sc/source/core/tool/token.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 44dbe384e6e5..c5bac8d1c55f 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1796,6 +1796,7 @@ ScTokenArray* ScTokenArray::Clone() const
p->mnHashValue = mnHashValue;
p->meVectorState = meVectorState;
p->mbFromRangeName = mbFromRangeName;
+ p->mbShareable = mbShareable;
FormulaToken** pp;
if( nLen )