summaryrefslogtreecommitdiff
path: root/sc/inc/dbdata.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-16 12:07:58 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-16 12:08:23 +0300
commit080f1432c76bc235aa9d084b6a3b69711ab07dd6 (patch)
tree03d5267794eb5eec97cc89d23e303727ccde3055 /sc/inc/dbdata.hxx
parentf30162187a5fdcc21ab7e505b7d1b7606656871e (diff)
The (nested) class ScDBCollection::NamedDBs must be DLLPUBLIC, too
Referenced from Sc10Import::LoadDataBaseCollection() in the scfilt library.
Diffstat (limited to 'sc/inc/dbdata.hxx')
-rw-r--r--sc/inc/dbdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dbdata.hxx b/sc/inc/dbdata.hxx
index 8c9fe39619d1..2772a0216827 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;