summaryrefslogtreecommitdiffstats
path: root/sw/inc/dbfld.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:29:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:29:27 +0000
commitdfef125d3ed8a8bdbdc46feaa10250b8cbf48504 (patch)
treeb869d0c0e84deb2183f1b1676aac404dca12f8ce /sw/inc/dbfld.hxx
parentINTEGRATION: CWS tune03 (1.3.82); FILE MERGED (diff)
downloadcore-dfef125d3ed8a8bdbdc46feaa10250b8cbf48504.tar.gz
core-dfef125d3ed8a8bdbdc46feaa10250b8cbf48504.zip
INTEGRATION: CWS tune03 (1.5.70); FILE MERGED
2004/07/19 19:10:29 mhu 1.5.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/dbfld.hxx')
-rw-r--r--sw/inc/dbfld.hxx19
1 files changed, 12 insertions, 7 deletions
diff --git a/sw/inc/dbfld.hxx b/sw/inc/dbfld.hxx
index d67fd066480e..4f6fe0a9e0a8 100644
--- a/sw/inc/dbfld.hxx
+++ b/sw/inc/dbfld.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbfld.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2004-05-18 13:56:53 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:29:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,9 +61,14 @@
#ifndef _DBFLD_HXX
#define _DBFLD_HXX
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+#ifndef _FLDBAS_HXX
#include "fldbas.hxx"
+#endif
#ifndef _SWDBDATA_HXX
-#include <swdbdata.hxx>
+#include "swdbdata.hxx"
#endif
class SwDoc;
@@ -74,7 +79,7 @@ class SwFrm;
Beschreibung: Datenbankfeld
--------------------------------------------------------------------*/
-class SwDBFieldType : public SwValueFieldType
+class SW_DLLPUBLIC SwDBFieldType : public SwValueFieldType
{
SwDBData aDBData; //
String sName; // only used in ::GetName() !
@@ -105,7 +110,7 @@ public:
Der Inhalt wird entsprechend dem Format, soweit vorhanden, formatiert.
--------------------------------------------------------------------*/
-class SwDBField : public SwValueField
+class SW_DLLPUBLIC SwDBField : public SwValueField
{
String aContent;
USHORT nSubType;
@@ -175,7 +180,7 @@ inline void SwDBField::ChgBodyTxtFlag( BOOL bIsInBody )
Beschreibung: Basisklasse fuer alle weiteren Datenbankfelder
--------------------------------------------------------------------*/
-class SwDBNameInfField : public SwField
+class SW_DLLPUBLIC SwDBNameInfField : public SwField
{
SwDBData aDBData;
USHORT nSubType;
@@ -219,7 +224,7 @@ public:
Beschreibung: Naechsten Datensatz mit Bedingung
--------------------------------------------------------------------*/
-class SwDBNextSetField : public SwDBNameInfField
+class SW_DLLPUBLIC SwDBNextSetField : public SwDBNameInfField
{
String aCond;
BOOL bCondValid;