summaryrefslogtreecommitdiff
path: root/sc/inc/cell.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-14 09:35:23 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-14 15:21:36 +0200
commit28062c62818ce40c17fb67b480612f8bb9bcd522 (patch)
treefcea7ce07b17e435d185a5804f272b7fbb52c437 /sc/inc/cell.hxx
parenta233a98a90b81ea12e050a77aa4ccbfe5457ab7e (diff)
formulas in color scales should not be changed to external references
Change-Id: Ie85bd4320324ef932102576ca4ccf32c3527796c
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r--sc/inc/cell.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx
index 5de013037fbe..3bf2dfe7d87f 100644
--- a/sc/inc/cell.hxx
+++ b/sc/inc/cell.hxx
@@ -79,6 +79,8 @@ const int SC_CLONECELL_ADJUST3DREL = 0x0002;
copying cells to undo document, where captions are handled in drawing undo). */
const int SC_CLONECELL_NOCAPTION = 0x0004;
+/** If set, absolute refs will not transformed to external references */
+const int SC_CLONECELL_NOMAKEABS_EXTERNAL = 0x0008;
// ============================================================================
class SC_DLLPUBLIC ScBaseCell