summaryrefslogtreecommitdiffstats
path: root/sc/inc/unonames.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-05-21 00:00:57 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-05-21 13:25:37 -0400
commit50454f382215d63855684402b4258183be8d0e4c (patch)
tree86fc1ef42fdc56285171b1c7ab0801435936f834 /sc/inc/unonames.hxx
parentFiner grained ODS import mode selection. (diff)
downloadcore-50454f382215d63855684402b4258183be8d0e4c.tar.gz
core-50454f382215d63855684402b4258183be8d0e4c.zip
cp#1000072: Skip styles import for external link cache documents.
This reduces external link update time by 10%. Change-Id: Ic14d9ea7530818f839330a2004f6aa67ef1e831e
Diffstat (limited to 'sc/inc/unonames.hxx')
-rw-r--r--sc/inc/unonames.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx
index 689dceac66fd..ca7a28c5c3bf 100644
--- a/sc/inc/unonames.hxx
+++ b/sc/inc/unonames.hxx
@@ -668,7 +668,8 @@
#define SC_UNO_EMBED_FONTS "EmbedFonts"
-#define SC_UNO_ODS_LOCK_SOLAR_MUTEX "LockSolarMutex"
+#define SC_UNO_ODS_LOCK_SOLAR_MUTEX "ODSLockSolarMutex"
+#define SC_UNO_ODS_IMPORT_STYLES "ODSImportStyles"
#endif