summaryrefslogtreecommitdiffstats
path: root/sc/inc/unonames.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-23 22:18:05 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-23 22:23:02 -0500
commit043e30baedb42dbc8799003ea2ae7987a97871ca (patch)
tree1236516133e08a5704cbcbc1fffddafb8989be49 /sc/inc/unonames.hxx
parentsmall improvement of the code (diff)
downloadcore-043e30baedb42dbc8799003ea2ae7987a97871ca.tar.gz
core-043e30baedb42dbc8799003ea2ae7987a97871ca.zip
fdo#58562: Ensure internal data is always used when pasting to another doc.
Without this, pasting a chart object from one Calc doc to another may occasionally incorrectly switch to range references *if* the destination document contains the "right" set of sheet names. With this fix, pasted chart objects always switch to internal cached data source when pasting to another document, while retaining range references when pasting within the same document. Change-Id: If1dbc854c5faae62f06ece155fad470b229ca0c7
Diffstat (limited to 'sc/inc/unonames.hxx')
-rw-r--r--sc/inc/unonames.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx
index ca89837fafbd..9ab18568fe14 100644
--- a/sc/inc/unonames.hxx
+++ b/sc/inc/unonames.hxx
@@ -652,6 +652,7 @@
#define SC_UNONAME_HIDDENVALUES "HiddenValues"
#define SC_UNONAME_INCLUDEHIDDENCELLS "IncludeHiddenCells"
#define SC_UNONAME_HIDDENVALUES "HiddenValues"
+#define SC_UNONAME_USE_INTERNAL_DATA_PROVIDER "UseInternalDataProvider"
// Solver
#define SC_UNONAME_TIMEOUT "Timeout"