summaryrefslogtreecommitdiff
path: root/sw/inc/wdocsh.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:42:42 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:42:42 +0000
commitb0f745b417dd8da90c22003992611c242ef89ecb (patch)
treeb94f6ae9c95535bb15b3d14dd5b74d9cd7b877d5 /sw/inc/wdocsh.hxx
parent2de1756bd5c2a1b48f3a8b7aae779470a259c518 (diff)
INTEGRATION: CWS tune03 (1.4.310); FILE MERGED
2004/07/19 19:10:47 mhu 1.4.310.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/wdocsh.hxx')
-rw-r--r--sw/inc/wdocsh.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/sw/inc/wdocsh.hxx b/sw/inc/wdocsh.hxx
index ea9af92cd835..c2aed10a5587 100644
--- a/sw/inc/wdocsh.hxx
+++ b/sw/inc/wdocsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wdocsh.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2003-09-19 08:43:23 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:42:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,12 +61,17 @@
#ifndef _SWWDOCSH_HXX
#define _SWWDOCSH_HXX
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+#ifndef _SWDOCSH_HXX
#include "docsh.hxx"
+#endif
#ifndef SW_SWDLL_HXX
#include <swdll.hxx>
#endif
-class SwWebDocShell: public SwDocShell
+class SW_DLLPUBLIC SwWebDocShell: public SwDocShell
{
USHORT nSourcePara; // aktive Zeile in der SourceView
public: