[Libreoffice-commits] .: Branch 'feature/gnumake4' - 2 commits - sd/source

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Thu Jul 21 06:13:40 PDT 2011


 sd/source/ui/inc/fuediglu.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ebcd1df9ff6e712ac67dbea480bdb0be03068835
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Thu Jul 21 15:13:01 2011 +0200

    sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShell
    
    * fix attribute location

diff --git a/sd/source/ui/inc/fuediglu.hxx b/sd/source/ui/inc/fuediglu.hxx
index a036376..a299bb1 100644
--- a/sd/source/ui/inc/fuediglu.hxx
+++ b/sd/source/ui/inc/fuediglu.hxx
@@ -39,7 +39,7 @@ namespace sd {
 |*
 \************************************************************************/
 
-SD_DLLPUBLIC class FuEditGluePoints
+class SD_DLLPUBLIC FuEditGluePoints
     : public FuDraw
 {
 public:
commit d7d079b676f6de091d7558226d0baeff026c64d6
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Thu Jul 21 15:12:15 2011 +0200

    sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShell
    
    * fix attribute location


More information about the Libreoffice-commits mailing list