diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-10 16:21:05 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-10 16:23:45 -0500 |
commit | 831d1b6e62e91e67f171bd00305651043731d496 (patch) | |
tree | e5cf9898159d8468ef0486e8a004432849d59c2f /sc/inc | |
parent | 0260f0b256c3675bb6d836c0a2babb7626577b7a (diff) |
fdo#58069: Invalidate sheet stream cache when directory path changes.
To properly regenerate hyperlinks (among other things) which depend on
the full path of the host document.
Change-Id: I44fdd5b0ef0a57bf4fae13f29f1ebacfe1ab19a8
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index a72f7596cd2d..7573a80c0b24 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -572,6 +572,7 @@ public: void AppendTabOnLoad(const rtl::OUString& rName); void SetTabNameOnLoad(SCTAB nTab, const rtl::OUString& rName); + void InvalidateStreamOnSave(); SC_DLLPUBLIC bool InsertTab( SCTAB nPos, const rtl::OUString& rName, bool bExternalDocument = false ); |