diff options
author | Eike Rathke <erack@redhat.com> | 2017-06-15 11:08:44 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-06-15 11:14:29 +0200 |
commit | 416752b9e4bc4605c479d3eff7797be9f0ef2a38 (patch) | |
tree | 03ce83b1884c3f65805efd0b99dcf875ce5742f3 /sc/inc/externalrefmgr.hxx | |
parent | 420cecf55878a2d652a61540ddc37a7faaf4cc46 (diff) |
Resolves: tdf#104875 defer filter detection to first load/update of external
Attempting to access all linked external documents right on load time was
specifically nasty for non-local URIs (unmounted smb, http, ...)
Change-Id: If4a7414dfe36875b505c73b8c963b650eeffe204
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r-- | sc/inc/externalrefmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx index 27002763d88e..5a63a0030797 100644 --- a/sc/inc/externalrefmgr.hxx +++ b/sc/inc/externalrefmgr.hxx @@ -772,7 +772,7 @@ private: */ ScDocument& cacheNewDocShell( sal_uInt16 nFileId, SrcShell& rSrcShell ); - void maybeLinkExternalFile(sal_uInt16 nFileId); + void maybeLinkExternalFile( sal_uInt16 nFileId, bool bDeferFilterDetection = false ); /** * Try to create a "real" file name from the relative path. The original |