diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-22 22:32:05 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-22 22:32:05 -0500 |
commit | a725d287a2b19f56639cc727b102cc7103afe173 (patch) | |
tree | b46ebd05bc299b2f5cfc0278a66127df365d4521 /sc/inc | |
parent | f7831ed5ca23d5b45cb5b6fb4955c0c572a32f39 (diff) |
Unit test for cell function T with external references.
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/externalrefmgr.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx index 0904871c17c8..80dda704870e 100644 --- a/sc/inc/externalrefmgr.hxx +++ b/sc/inc/externalrefmgr.hxx @@ -596,6 +596,7 @@ public: const ::rtl::OUString* getRealTableName(sal_uInt16 nFileId, const ::rtl::OUString& rTabName) const; const ::rtl::OUString* getRealRangeName(sal_uInt16 nFileId, const ::rtl::OUString& rRangeName) const; + void clearCache(sal_uInt16 nFileId); void refreshNames(sal_uInt16 nFileId); void breakLink(sal_uInt16 nFileId); void switchSrcFile(sal_uInt16 nFileId, const ::rtl::OUString& rNewFile, const ::rtl::OUString& rNewFilter); |