summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-07 09:41:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-07 09:41:24 +0100
commiteacb4a71ec6801f7bec491f705151844c6bfe945 (patch)
treee75b55ab6f3512a636c6f9ed68035e6bc8f7a8dd
parentebf5e56e2020359b648b0fec7bd64befe466e4b4 (diff)
Blind MSVC fix
Change-Id: I22c316cc82c40481fa1bf93412d97d67e1f95b41
-rw-r--r--sc/inc/externalrefmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index b3d35f9f4477..e7a5e79a7c60 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -381,7 +381,7 @@ public:
* values from external references. Interpreting formula strings is one
* such example.
*/
- class ApiGuard
+ class SC_DLLPUBLIC ApiGuard
{
public:
ApiGuard(ScDocument* pDoc);