summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/swwrtshitem.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 09:51:08 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 09:51:08 +0000
commit61cbff3c0cd32a04e3c0346d29d7a16cd6d7b1e2 (patch)
treefde2ed22d442107c99c41312f92030b7139ee14a /sw/source/ui/inc/swwrtshitem.hxx
parentINTEGRATION: CWS tune03 (1.23.82); FILE MERGED (diff)
downloadcore-61cbff3c0cd32a04e3c0346d29d7a16cd6d7b1e2.tar.gz
core-61cbff3c0cd32a04e3c0346d29d7a16cd6d7b1e2.zip
INTEGRATION: CWS tune03 (1.2.82); FILE MERGED
2004/07/19 19:11:30 mhu 1.2.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/ui/inc/swwrtshitem.hxx')
-rw-r--r--sw/source/ui/inc/swwrtshitem.hxx16
1 files changed, 10 insertions, 6 deletions
diff --git a/sw/source/ui/inc/swwrtshitem.hxx b/sw/source/ui/inc/swwrtshitem.hxx
index 51ada2b2a722..52c3f4e558ee 100644
--- a/sw/source/ui/inc/swwrtshitem.hxx
+++ b/sw/source/ui/inc/swwrtshitem.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swwrtshitem.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-08-12 13:08:14 $
+ * last change: $Author: rt $ $Date: 2004-08-23 10:51:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,14 +61,18 @@
#ifndef _SW_WRTSHELLITEM_HXX
#define _SW_WRTSHELLITEM_HXX
-
#ifndef _SFXPOOLITEM_HXX
#include <svtools/poolitem.hxx>
#endif
-#include "wrtsh.hxx"
-#include <svtools/svstdarr.hxx>
-class SwWrtShellItem: public SfxPoolItem
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
+class SwWrtShell;
+class SvStringsDtor;
+
+class SW_DLLPUBLIC SwWrtShellItem: public SfxPoolItem
{
SwWrtShell* pWrtSh;