diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-07 09:41:24 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-07 09:41:24 +0100 |
commit | eacb4a71ec6801f7bec491f705151844c6bfe945 (patch) | |
tree | e75b55ab6f3512a636c6f9ed68035e6bc8f7a8dd | |
parent | ebf5e56e2020359b648b0fec7bd64befe466e4b4 (diff) |
Blind MSVC fix
Change-Id: I22c316cc82c40481fa1bf93412d97d67e1f95b41
-rw-r--r-- | sc/inc/externalrefmgr.hxx | 2 |
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); |