[Libreoffice-commits] .: sd/source

David Tardon dtardon at kemper.freedesktop.org
Sat Jun 18 08:21:29 PDT 2011


 sd/source/ui/inc/FrameView.hxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 4a8f37070f1bc9dd25247371105c788069eb2ceb
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Jun 13 05:51:12 2011 +0200

    debug STL needs visible typeinfo

diff --git a/sd/source/ui/inc/FrameView.hxx b/sd/source/ui/inc/FrameView.hxx
index 6c8a404..58ba873 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


More information about the Libreoffice-commits mailing list