[Libreoffice-commits] .: svx/inc

Michael Stahl mst at kemper.freedesktop.org
Thu Aug 16 08:48:09 PDT 2012


 svx/inc/svx/svdmark.hxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit d2ca1e5ec8e89d7c44a95fa216aee53b7a47f73d
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Aug 16 17:36:02 2012 +0200

    SdrUShortCont: MSVC build can't link libsw if that is public
    
    Change-Id: Id21368194c32f43e2f3bb091205ef7387fc0ee5b

diff --git a/svx/inc/svx/svdmark.hxx b/svx/inc/svx/svdmark.hxx
index c29ce81..ffae34c 100644
--- a/svx/inc/svx/svdmark.hxx
+++ b/svx/inc/svx/svdmark.hxx
@@ -43,8 +43,7 @@ class SdrObjList;
 class SdrObject;
 class SdrPageView;
 
-// Ein Container fuer USHORTs (im Prinzip ein dynamisches Array)
-class SVX_DLLPUBLIC SdrUShortCont : public std::set<sal_uInt16> {};
+class SdrUShortCont : public std::set<sal_uInt16> {};
 
 
 // Alles was eine View ueber ein markiertes Objekt wissen muss


More information about the Libreoffice-commits mailing list