diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-08-18 09:34:34 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-08-18 09:40:13 +0200 |
commit | afbe3ea870ca40cfc1fff67ff80533b0bd3b4bd2 (patch) | |
tree | 4b1fb1d3566098b60007ae22bf95c2d3adc34bb9 /sd | |
parent | 65a03924b20852235db5f2ec68cd2d3b1042d8b3 (diff) |
Remove SD_DLLPUBLIC, it breaks Windows build.
If there is a method that needs to be public, better SD_DLLPUBLIC just that one.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/fuediglu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: |