summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 15:13:01 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 15:13:01 +0200
commit74bb009eaf645e029b790248f385f66eb1ce3233 (patch)
tree3588bc26b7c22358f6536ca77a25ab5f34a222a9
parent37d7fd8c4468e6f88110e6228370c3b480214a34 (diff)
sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShell
* fix attribute location
-rw-r--r--sd/source/ui/inc/fuediglu.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/fuediglu.hxx b/sd/source/ui/inc/fuediglu.hxx
index 631eb6aec5b8..73ae5ca9ff2d 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: