summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/wview.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 08:04:43 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 08:04:43 +0000
commit74ca3446085f5caf88ea9cd97a0b7d51d6fc9d24 (patch)
tree3cf3e765d04f87fa4c050ab4ab99535199652143 /sw/source/ui/inc/wview.hxx
parentd9ae9371354cc56ef7f755847a296414b8f9088a (diff)
INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED
2004/07/19 19:11:33 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/ui/inc/wview.hxx')
-rw-r--r--sw/source/ui/inc/wview.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sw/source/ui/inc/wview.hxx b/sw/source/ui/inc/wview.hxx
index 56c2a1e27a72..a123775895e8 100644
--- a/sw/source/ui/inc/wview.hxx
+++ b/sw/source/ui/inc/wview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wview.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:43 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:04:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,14 +61,18 @@
#ifndef _SWWVIEW_HXX
#define _SWWVIEW_HXX
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+#ifndef _SWVIEW_HXX
#include "view.hxx"
-
+#endif
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
-class SwWebView: public SwView
+class SW_DLLPUBLIC SwWebView: public SwView
{
protected:
virtual void SelectShell();