summaryrefslogtreecommitdiff
path: root/sw/inc/cshtyp.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:29:15 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:29:15 +0000
commitfa3cc5219279d22601d00a530bc05b3bf4112420 (patch)
tree2b666418b8193fd3a92d80d168fbfdd197920863 /sw/inc/cshtyp.hxx
parentdd692b69b5abbfcbee04bd6e67434bd5e09cd4d9 (diff)
INTEGRATION: CWS tune03 (1.3.82); FILE MERGED
2004/07/19 19:10:29 mhu 1.3.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/cshtyp.hxx')
-rw-r--r--sw/inc/cshtyp.hxx23
1 files changed, 15 insertions, 8 deletions
diff --git a/sw/inc/cshtyp.hxx b/sw/inc/cshtyp.hxx
index 73f8d4675b55..0f945c270537 100644
--- a/sw/inc/cshtyp.hxx
+++ b/sw/inc/cshtyp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cshtyp.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 16:13:20 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:29:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include <tools/solar.h>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
class UniString;
class SwPaM;
class SwCntntFrm;
@@ -143,10 +147,13 @@ enum SwDocPositions
DOCPOS_OTHEREND
};
-extern SwWhichPara SwuiGetfnParaCurr();//CHINA001
-extern SwPosPara SwuiGetfnParaStart();//CHINA001
-extern SwWhichTable SwuiGetfnTablePrev(); //CHINA001
-extern SwWhichTable SwuiGetfnTableCurr(); //CHINA001
-extern SwPosTable SwuiGetfnTableStart(); //CHINA001
-extern SwPosTable SwuiGetfnTableEnd(); //CHINA001
+SW_DLLPUBLIC SwWhichPara SwuiGetfnParaCurr(); //CHINA001
+SW_DLLPUBLIC SwPosPara SwuiGetfnParaStart(); //CHINA001
+SW_DLLPUBLIC SwPosPara SwuiGetfnParaEnd(); //CHINA001
+
+SW_DLLPUBLIC SwWhichTable SwuiGetfnTablePrev(); //CHINA001
+SW_DLLPUBLIC SwWhichTable SwuiGetfnTableCurr(); //CHINA001
+SW_DLLPUBLIC SwPosTable SwuiGetfnTableStart(); //CHINA001
+SW_DLLPUBLIC SwPosTable SwuiGetfnTableEnd(); //CHINA001
+
#endif // _CSHTYP_HXX