summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-03-13 22:46:18 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-03-13 22:49:20 -0400
commit90af4f50e8673975e63c928aa47fbc18eb160046 (patch)
treebc79db61720099e125162494a47fdb017d273af5 /sc/inc/document.hxx
parent5063f31c248fd3c16115582a1e3aef182257a225 (diff)
fdo#58307: Write export test for this to ensure it won't go away...
Change-Id: I01ebdfab7d6098402e2911713b0eb51e2003047c
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index d8b4d7cdf7c6..a6af9fb6295f 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -569,7 +569,7 @@ public:
SC_DLLPUBLIC bool SetCodeName( SCTAB nTab, const OUString& rName );
SC_DLLPUBLIC bool GetTable( const OUString& rName, SCTAB& rTab ) const;
- std::vector<OUString> GetAllTableNames() const;
+ SC_DLLPUBLIC std::vector<OUString> GetAllTableNames() const;
OUString GetCopyTabName(SCTAB nTab) const;