diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-21 00:00:57 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-21 13:25:37 -0400 |
commit | 50454f382215d63855684402b4258183be8d0e4c (patch) | |
tree | 86fc1ef42fdc56285171b1c7ab0801435936f834 /sc/inc | |
parent | 713c2f197b46cefe3d46f0658536af3be1c3842e (diff) |
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')
-rw-r--r-- | sc/inc/unonames.hxx | 3 |
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 |