summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-22 22:32:05 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-22 22:32:05 -0500
commita725d287a2b19f56639cc727b102cc7103afe173 (patch)
treeb46ebd05bc299b2f5cfc0278a66127df365d4521 /sc/inc
parentf7831ed5ca23d5b45cb5b6fb4955c0c572a32f39 (diff)
Unit test for cell function T with external references.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/externalrefmgr.hxx1
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);