diff options
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 2 |
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; |