[Libreoffice-commits] .: sc/inc

Tor Lillqvist tml at kemper.freedesktop.org
Mon May 16 02:10:31 PDT 2011


 sc/inc/dbdata.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d890debd3738927c3c4b0515606d117471cfece2
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Mon May 16 12:07:58 2011 +0300

    The (nested) class ScDBCollection::NamedDBs must be DLLPUBLIC, too
    
    Referenced from Sc10Import::LoadDataBaseCollection() in the scfilt
    library.

diff --git a/sc/inc/dbdata.hxx b/sc/inc/dbdata.hxx
index 8c9fe39..2772a02 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;
 


More information about the Libreoffice-commits mailing list