[Libreoffice-commits] .: svtools/inc
Caolán McNamara
caolan at kemper.freedesktop.org
Mon May 23 01:15:56 PDT 2011
svtools/inc/svtools/treelist.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d9888e2ab78273f2c477cd90eefa5938ad1f581a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon May 23 09:15:41 2011 +0100
make the class DLLPUBLIC
diff --git a/svtools/inc/svtools/treelist.hxx b/svtools/inc/svtools/treelist.hxx
index 6cbb873..53d6ff7 100644
--- a/svtools/inc/svtools/treelist.hxx
+++ b/svtools/inc/svtools/treelist.hxx
@@ -66,7 +66,7 @@ typedef ::std::vector< SvListEntry* > SvTreeEntryList_impl;
//=============================================================================
-class SvTreeEntryList
+class SVT_DLLPUBLIC SvTreeEntryList
{
private:
SvTreeEntryList_impl aTreeEntryList;
More information about the Libreoffice-commits
mailing list