summaryrefslogtreecommitdiffstats
path: root/sc/inc/unonames.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-11-10 15:51:56 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-11-10 15:51:56 -0500
commit75b796a60d0e224b4df985bb7799df5fb3480a52 (patch)
tree167881696ebc054424526219786239e5f4bf6e6b /sc/inc/unonames.hxx
parentReplace ScfNoCopy in calc with boost::noncopyable. (diff)
downloadcore-75b796a60d0e224b4df985bb7799df5fb3480a52.tar.gz
core-75b796a60d0e224b4df985bb7799df5fb3480a52.zip
Disable document modify and broadcasting of changes on range names.
We don't need to set document status modified & broadcast changes on every single addition of range names during document import. Doing so would make the document import painfully slow esp with docs with lots of range names defined. (n#634257)
Diffstat (limited to 'sc/inc/unonames.hxx')
-rw-r--r--sc/inc/unonames.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx
index 6a508cf40ce1..d417f026b38f 100644
--- a/sc/inc/unonames.hxx
+++ b/sc/inc/unonames.hxx
@@ -642,14 +642,15 @@
// Solver
#define SC_UNONAME_TIMEOUT "Timeout"
-
#define SC_UNO_SHAREDOC "IsDocumentShared"
// EventDescriptor
-
#define SC_UNO_EVENTTYPE "EventType"
#define SC_UNO_SCRIPT "Script"
+// Named ranges
+#define SC_UNO_MODIFY_BROADCAST "ModifyAndBroadcast"
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */