summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-29 08:33:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-29 08:33:13 +0000
commit8aaa969fe6c9a14e2206fd58775f2a85247d4450 (patch)
tree47f44658848cd07b43b2857df0811834324d5c92 /sw/source
parenta9bdcbd5c08a96b590be61c9c03c20675e34a46b (diff)
#i10000# undef SW_DLLIMPLEMENTATION because this one gets into swui library.
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/ui/dbui/addresslistdialog.cxx9
-rw-r--r--sw/source/ui/dbui/createaddresslistdialog.cxx9
-rw-r--r--sw/source/ui/dbui/customizeaddresslistdialog.cxx8
-rw-r--r--sw/source/ui/dbui/dbtablepreviewdialog.cxx9
-rw-r--r--sw/source/ui/dbui/mailmergewizard.cxx9
-rw-r--r--sw/source/ui/dbui/mmaddressblockpage.cxx9
-rw-r--r--sw/source/ui/dbui/mmdocselectpage.cxx9
-rw-r--r--sw/source/ui/dbui/mmgreetingspage.cxx9
-rw-r--r--sw/source/ui/dbui/mmlayoutpage.cxx9
-rw-r--r--sw/source/ui/dbui/mmmergepage.cxx9
-rw-r--r--sw/source/ui/dbui/mmoutputpage.cxx9
-rw-r--r--sw/source/ui/dbui/mmoutputtypepage.cxx9
-rw-r--r--sw/source/ui/dbui/mmpreparemergepage.cxx9
-rw-r--r--sw/source/ui/dbui/selectdbtabledialog.cxx9
14 files changed, 97 insertions, 28 deletions
diff --git a/sw/source/ui/dbui/addresslistdialog.cxx b/sw/source/ui/dbui/addresslistdialog.cxx
index bfaad542e5..b864a2f5ea 100644
--- a/sw/source/ui/dbui/addresslistdialog.cxx
+++ b/sw/source/ui/dbui/addresslistdialog.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: addresslistdialog.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:09:00 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:30:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,11 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
#ifndef _SWTYPES_HXX
diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx
index 8a3680ebc9..79e0218989 100644
--- a/sw/source/ui/dbui/createaddresslistdialog.cxx
+++ b/sw/source/ui/dbui/createaddresslistdialog.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: createaddresslistdialog.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:09:43 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:30:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,11 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
#ifndef _SWTYPES_HXX
diff --git a/sw/source/ui/dbui/customizeaddresslistdialog.cxx b/sw/source/ui/dbui/customizeaddresslistdialog.cxx
index 9fc1575629..d13e720480 100644
--- a/sw/source/ui/dbui/customizeaddresslistdialog.cxx
+++ b/sw/source/ui/dbui/customizeaddresslistdialog.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: customizeaddresslistdialog.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:10:29 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:30:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,10 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
#pragma hdrstop
#ifndef _SWTYPES_HXX
diff --git a/sw/source/ui/dbui/dbtablepreviewdialog.cxx b/sw/source/ui/dbui/dbtablepreviewdialog.cxx
index 5c33cdd55a..0a3e5a8731 100644
--- a/sw/source/ui/dbui/dbtablepreviewdialog.cxx
+++ b/sw/source/ui/dbui/dbtablepreviewdialog.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbtablepreviewdialog.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:11:44 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:30:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,11 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
#ifndef _SWTYPES_HXX
diff --git a/sw/source/ui/dbui/mailmergewizard.cxx b/sw/source/ui/dbui/mailmergewizard.cxx
index a40bfd9eb8..d981c03d63 100644
--- a/sw/source/ui/dbui/mailmergewizard.cxx
+++ b/sw/source/ui/dbui/mailmergewizard.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mailmergewizard.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:13:33 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:30:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,11 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
#ifndef _MAILMERGEWIZARD_HXX
diff --git a/sw/source/ui/dbui/mmaddressblockpage.cxx b/sw/source/ui/dbui/mmaddressblockpage.cxx
index f2e9fa3420..826c8a2c10 100644
--- a/sw/source/ui/dbui/mmaddressblockpage.cxx
+++ b/sw/source/ui/dbui/mmaddressblockpage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mmaddressblockpage.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:14:20 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:31:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,11 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
#ifndef _MAILMERGEADDRESSBLOCKPAGE_HXX
#include <mmaddressblockpage.hxx>
diff --git a/sw/source/ui/dbui/mmdocselectpage.cxx b/sw/source/ui/dbui/mmdocselectpage.cxx
index 84077d2492..44e26c69c6 100644
--- a/sw/source/ui/dbui/mmdocselectpage.cxx
+++ b/sw/source/ui/dbui/mmdocselectpage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mmdocselectpage.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-09-27 13:39:38 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:31:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,11 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX
diff --git a/sw/source/ui/dbui/mmgreetingspage.cxx b/sw/source/ui/dbui/mmgreetingspage.cxx
index 658f084365..d7d4e1bb71 100644
--- a/sw/source/ui/dbui/mmgreetingspage.cxx
+++ b/sw/source/ui/dbui/mmgreetingspage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mmgreetingspage.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:15:57 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:31:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,11 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
#ifndef _MAILMERGEGREETINGSPAGE_HXX
#include <mmgreetingspage.hxx>
diff --git a/sw/source/ui/dbui/mmlayoutpage.cxx b/sw/source/ui/dbui/mmlayoutpage.cxx
index 7787f1b635..2b483304a7 100644
--- a/sw/source/ui/dbui/mmlayoutpage.cxx
+++ b/sw/source/ui/dbui/mmlayoutpage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mmlayoutpage.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:16:41 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:31:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,11 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
#ifndef _SWTYPES_HXX
#include <swtypes.hxx>
diff --git a/sw/source/ui/dbui/mmmergepage.cxx b/sw/source/ui/dbui/mmmergepage.cxx
index 16ddbb4ad9..58878fef59 100644
--- a/sw/source/ui/dbui/mmmergepage.cxx
+++ b/sw/source/ui/dbui/mmmergepage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mmmergepage.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:17:26 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:32:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,11 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
#ifndef _MAILMERGEMERGEPAGE_HXX
#include <mmmergepage.hxx>
diff --git a/sw/source/ui/dbui/mmoutputpage.cxx b/sw/source/ui/dbui/mmoutputpage.cxx
index 8e09705938..3b9d6d30c0 100644
--- a/sw/source/ui/dbui/mmoutputpage.cxx
+++ b/sw/source/ui/dbui/mmoutputpage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mmoutputpage.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:18:10 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:33:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,11 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
#ifndef _MAILMERGEOUTPUTPAGE_HXX
#include <mmoutputpage.hxx>
diff --git a/sw/source/ui/dbui/mmoutputtypepage.cxx b/sw/source/ui/dbui/mmoutputtypepage.cxx
index 76be277dd3..43242a32cf 100644
--- a/sw/source/ui/dbui/mmoutputtypepage.cxx
+++ b/sw/source/ui/dbui/mmoutputtypepage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mmoutputtypepage.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:18:55 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:32:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,11 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
#ifndef _MAILMERGEOUTPUTTYPEPAGE_HXX
diff --git a/sw/source/ui/dbui/mmpreparemergepage.cxx b/sw/source/ui/dbui/mmpreparemergepage.cxx
index c8eeb2416d..e507e6af6a 100644
--- a/sw/source/ui/dbui/mmpreparemergepage.cxx
+++ b/sw/source/ui/dbui/mmpreparemergepage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mmpreparemergepage.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:19:40 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:33:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,11 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
#ifndef _MAILMERGEPREPAREMERGEPAGE_HXX
#include <mmpreparemergepage.hxx>
diff --git a/sw/source/ui/dbui/selectdbtabledialog.cxx b/sw/source/ui/dbui/selectdbtabledialog.cxx
index 731513b564..873226527d 100644
--- a/sw/source/ui/dbui/selectdbtabledialog.cxx
+++ b/sw/source/ui/dbui/selectdbtabledialog.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: selectdbtabledialog.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-09-20 13:20:26 $
+ * last change: $Author: rt $ $Date: 2004-09-29 09:32:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,11 @@
*
*
************************************************************************/
+
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
#ifndef _SWTYPES_HXX