summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShell.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:20:50 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:20:50 +0000
commitbb4696625364f721aee4fb6920d4a703dfa47387 (patch)
tree3c2f062664e5d39ca7d77838c134d0f3990fcce8 /sd/source/ui/inc/ViewShell.hxx
parent06153ca2ff9820ad3146552428db54214d44a631 (diff)
INTEGRATION: CWS tune03 (1.3.2); FILE MERGED
2004/08/11 13:18:47 mhu 1.3.2.3: #i29979# Cleaned up resync merge leftovers. 2004/08/09 19:33:11 mhu 1.3.2.2: RESYNC: (1.3-1.6); FILE MERGED 2004/08/08 12:54:14 mhu 1.3.2.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.
Diffstat (limited to 'sd/source/ui/inc/ViewShell.hxx')
-rw-r--r--sd/source/ui/inc/ViewShell.hxx23
1 files changed, 19 insertions, 4 deletions
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index 8de8b6ea6c48..ddab0e0490e4 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ViewShell.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-08-04 08:55:08 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:20:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,10 +82,24 @@
#ifndef _SD_GLOB_HXX
#include "glob.hxx"
#endif
+#ifndef _PRESENTATION_HXX
#include "pres.hxx"
+#endif
+#ifndef _SD_CFGID_HXX
#include "cfgids.hxx"
+#endif
+#ifndef _SD_VIEW_HXX
#include "View.hxx"
+#endif
+
+#ifndef INCLUDED_SDDLLAPI_H
+#include "sddllapi.h"
+#endif
+
+#ifndef INCLUDED_MEMORY
#include <memory>
+#define INCLUDED_MEMORY
+#endif
class SdPage;
class SvxRuler;
@@ -207,10 +221,11 @@ public:
inline ::sd::View* GetView (void) const;
inline SdrView* GetDrawView (void) const;
- DrawDocShell* GetDocSh (void) const;
+ SD_DLLPUBLIC DrawDocShell* GetDocSh (void) const;
+
SdDrawDocument* GetDoc (void) const;
- SfxViewFrame* GetViewFrame (void) const;
+ SD_DLLPUBLIC SfxViewFrame* GetViewFrame (void) const;
/** The active window is usually the mpContentWindow. When there is a
show running then the active window is a ShowWindow.