From d890debd3738927c3c4b0515606d117471cfece2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 16 May 2011 12:07:58 +0300 Subject: The (nested) class ScDBCollection::NamedDBs must be DLLPUBLIC, too Referenced from Sc10Import::LoadDataBaseCollection() in the scfilt library. --- sc/inc/dbdata.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/inc/dbdata.hxx b/sc/inc/dbdata.hxx index 8c9fe3961..2772a0216 100644 --- a/sc/inc/dbdata.hxx +++ b/sc/inc/dbdata.hxx @@ -166,7 +166,7 @@ public: /** * Stores global named database ranges. */ - class NamedDBs + class SC_DLLPUBLIC NamedDBs { friend class ScDBCollection; -- cgit v1.2.3