summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-04-16 09:23:12 +0200
committerDavid Tardon <dtardon@redhat.com>2015-04-16 09:23:12 +0200
commita21118b0492c6424b4cccaf588ab73cbf9423a18 (patch)
treee480c8a732e056fcedbbd4815fd529fc3d1cfb15 /sd/source
parent6b846cad777307c73d735b553153004170ef01c0 (diff)
fix windows build
error C2487: member of dll interface class may not be declared with dll interface Change-Id: I63898789eb9c9ee767a5c72e31156e23d50c81fb
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/inc/ViewShell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index dd5e1ea0e653..fc96c1a92fd1 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -149,11 +149,11 @@ public:
inline ::sd::View* GetView() const { return mpView; }
inline SdrView* GetDrawView() const;
- SD_DLLPUBLIC DrawDocShell* GetDocSh() const;
+ DrawDocShell* GetDocSh() const;
SdDrawDocument* GetDoc() const;
- SD_DLLPUBLIC SfxViewFrame* GetViewFrame() const;
+ SfxViewFrame* GetViewFrame() const;
/** The active window is usually the mpContentWindow. When there is a
show running then the active window is a ShowWindow.