summaryrefslogtreecommitdiff
path: root/sw/inc/tblafmt.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:40:35 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:40:35 +0000
commit46cc6398192efc6dda6883fb5a7f9e6bbf071093 (patch)
tree225ff913d194d612ff26212a46115b5ab0978844 /sw/inc/tblafmt.hxx
parente92ca31241cb7e96c3432fd250a4522fccbeeca7 (diff)
INTEGRATION: CWS tune03 (1.3.764); FILE MERGED
2004/08/09 21:19:45 mhu 1.3.764.2: RESYNC: (1.3-1.4); FILE MERGED 2004/07/19 19:10:44 mhu 1.3.764.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/tblafmt.hxx')
-rw-r--r--sw/inc/tblafmt.hxx21
1 files changed, 14 insertions, 7 deletions
diff --git a/sw/inc/tblafmt.hxx b/sw/inc/tblafmt.hxx
index e3eab032d603..7ae2d01c2477 100644
--- a/sw/inc/tblafmt.hxx
+++ b/sw/inc/tblafmt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tblafmt.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 17:16:16 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:40:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,9 @@ JP 20.07.95:
#include <svtools/svarray.hxx>
#endif
+#ifndef _HINTIDS_HXX
#include "hintids.hxx" //_immmer_ vor den solar-items!
+#endif
#define ITEMID_HORJUSTIFY 0
#define ITEMID_VERJUSTIFY 0
@@ -142,6 +144,10 @@ JP 20.07.95:
#include <svx/bolnitem.hxx>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
struct SwAfVersions;
class SvNumberFormatter;
@@ -266,7 +272,7 @@ public:
#endif
};
-class SwTableAutoFmt
+class SW_DLLPUBLIC SwTableAutoFmt
{
friend void _FinitCore(); // zum Zerstoeren des dflt. Pointers
static SwBoxAutoFmt* pDfltBoxAutoFmt;
@@ -327,14 +333,15 @@ public:
BOOL LoadOld( SvStream& rStream, USHORT aLoadVer[] );
#endif
};
-typedef SwTableAutoFmt* SwTableAutoFmtPtr ;
+typedef SwTableAutoFmt* SwTableAutoFmtPtr ;
SV_DECL_PTRARR_DEL( _SwTableAutoFmtTbl, SwTableAutoFmtPtr, 1, 5 )
-class SwTableAutoFmtTbl : public _SwTableAutoFmtTbl
+class SW_DLLPUBLIC SwTableAutoFmtTbl : public _SwTableAutoFmtTbl
{
- BOOL Load( SvStream& rStream );
- BOOL Save( SvStream& rStream ) const;
+ SW_DLLPRIVATE BOOL Load( SvStream& rStream );
+ SW_DLLPRIVATE BOOL Save( SvStream& rStream ) const;
+
public:
SwTableAutoFmtTbl();