summaryrefslogtreecommitdiff
path: root/sw/inc/swwait.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:40:13 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:40:13 +0000
commit37f04920b1589f4560ea21ed10ba0bb7f132025a (patch)
tree71e72cf8587579eaba972558eafdeea923b81ec5 /sw/inc/swwait.hxx
parent616ed41eb79cebfd2b112ad5ad918bec0a075419 (diff)
INTEGRATION: CWS tune03 (1.1.1.1.788); FILE MERGED
2004/07/19 19:10:43 mhu 1.1.1.1.788.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/swwait.hxx')
-rw-r--r--sw/inc/swwait.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/inc/swwait.hxx b/sw/inc/swwait.hxx
index 73e009332038..a83473e6ca7c 100644
--- a/sw/inc/swwait.hxx
+++ b/sw/inc/swwait.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swwait.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:28 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:40:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,9 +65,13 @@
#include <tools/solar.h>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
class SwDocShell;
-class SwWait
+class SW_DLLPUBLIC SwWait
{
SwDocShell &rDoc;
BOOL bLock;