From afbe3ea870ca40cfc1fff67ff80533b0bd3b4bd2 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 18 Aug 2011 09:34:34 +0200 Subject: Remove SD_DLLPUBLIC, it breaks Windows build. If there is a method that needs to be public, better SD_DLLPUBLIC just that one. --- sd/source/ui/inc/fuediglu.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/inc/fuediglu.hxx b/sd/source/ui/inc/fuediglu.hxx index 73ae5ca9ff2d..af2c49672179 100644 --- a/sd/source/ui/inc/fuediglu.hxx +++ b/sd/source/ui/inc/fuediglu.hxx @@ -39,7 +39,7 @@ namespace sd { |* \************************************************************************/ -class SD_DLLPUBLIC FuEditGluePoints +class FuEditGluePoints : public FuDraw { public: -- cgit