diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-16 12:07:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-16 12:08:23 +0300 |
commit | d890debd3738927c3c4b0515606d117471cfece2 (patch) | |
tree | 0fcc9269d65500ae4ad979594afb273f41b4452e | |
parent | 407ea72c6ac9e1dccd7437b07c0398748833cd31 (diff) |
The (nested) class ScDBCollection::NamedDBs must be DLLPUBLIC, too
Referenced from Sc10Import::LoadDataBaseCollection() in the scfilt
library.
-rw-r--r-- | sc/inc/dbdata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |