diff options
author | David Tardon <dtardon@redhat.com> | 2011-06-13 05:51:12 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-18 17:21:20 +0200 |
commit | 5c867b59668dd9144cab863c9e7593c85fc73609 (patch) | |
tree | 016a84090fee93872ce37922f147e6a120e50506 /sd | |
parent | 008179de694e8e2f5fe95bbddf6ba5673dc67fcc (diff) |
debug STL needs visible typeinfo
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/FrameView.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/FrameView.hxx b/sd/source/ui/inc/FrameView.hxx index 058880e9da4c..838e0d05ea73 100644 --- a/sd/source/ui/inc/FrameView.hxx +++ b/sd/source/ui/inc/FrameView.hxx @@ -43,11 +43,11 @@ namespace sd { |* View fuer den MDIFrame |* \************************************************************************/ -class FrameView +class SD_DLLPUBLIC FrameView : public SdrView { public: - SD_DLLPUBLIC FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView = NULL ); + FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView = NULL ); FrameView(const FrameView& rFrameView); virtual ~FrameView(); @@ -104,7 +104,7 @@ public: /** can be used to get the page kind that was selected on last save of this document */ PageKind GetPageKindOnLoad() const { return mePageKindOnLoad; } - SD_DLLPUBLIC void SetSelectedPage (sal_uInt16 nPage); + void SetSelectedPage (sal_uInt16 nPage); sal_uInt16 GetSelectedPage () const; /** is used in FrameView::ReadUserDataSequence() only to store the @@ -114,7 +114,7 @@ public: /** can be used to get the page that was selected on last save of this document */ sal_uInt16 GetSelectedPageOnLoad () const { return mnSelectedPageOnLoad; } - SD_DLLPUBLIC void SetViewShEditMode(EditMode eMode, PageKind eKind); + void SetViewShEditMode(EditMode eMode, PageKind eKind); EditMode GetViewShEditMode (PageKind eKind); /** Remember the edit mode of the main view shell at the time when the |