summaryrefslogtreecommitdiffstats
path: root/sc/inc/externalrefmgr.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-10-25 19:41:30 +0200
committerEike Rathke <erack@redhat.com>2016-10-25 19:45:45 +0200
commit8464ea6961b9cc54af9c11cce1b80ed7e0cc77e2 (patch)
tree4070b3c87090a7db61960cc7b715affe6b01934b /sc/inc/externalrefmgr.hxx
parenttdf#101814 sw: MSWord export: don't override first-page with heuristics (diff)
downloadcore-8464ea6961b9cc54af9c11cce1b80ed7e0cc77e2.tar.gz
core-8464ea6961b9cc54af9c11cce1b80ed7e0cc77e2.zip
Resolves: tdf#79442 in OOXML import add external files to LinkManager
Now that we store formula results without recalculating, the implicit logic that adds files of external references to the LinkManager is not triggered, explicitly force it during import. Change-Id: Id867d2fa2b39841fb4c8e90941814457c8db431d
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r--sc/inc/externalrefmgr.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index 4743d5e9a513..434685c085b3 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -724,6 +724,9 @@ public:
void enableDocTimer( bool bEnable );
+ /** Add all known external files to the LinkManager. */
+ void addFilesToLinkManager();
+
private:
ScExternalRefManager(const ScExternalRefManager&) = delete;