summaryrefslogtreecommitdiff
path: root/sw/inc/tgrditem.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:40:58 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:40:58 +0000
commit65d1aee87017bf26e4d87dedb2ad4f409d3b3424 (patch)
tree8005ba87ba022cd959993046f401e68127e214cc /sw/inc/tgrditem.hxx
parente7307cd31bbece36d367ee4c33746bb6070e4569 (diff)
INTEGRATION: CWS tune03 (1.3.756); FILE MERGED
2004/07/19 19:10:44 mhu 1.3.756.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/tgrditem.hxx')
-rw-r--r--sw/inc/tgrditem.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/inc/tgrditem.hxx b/sw/inc/tgrditem.hxx
index 413490a0a508..e7d175fa4ebf 100644
--- a/sw/inc/tgrditem.hxx
+++ b/sw/inc/tgrditem.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tgrditem.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2002-02-07 15:13:30 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:40:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#ifndef _SFXPOOLITEM_HXX //autogen
#include <svtools/poolitem.hxx>
#endif
+
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
#ifndef _HINTIDS_HXX
#include <hintids.hxx>
#endif
@@ -76,7 +80,7 @@ class IntlWrapper;
enum SwTextGrid { GRID_NONE, GRID_LINES_ONLY, GRID_LINES_CHARS };
-class SwTextGridItem : public SfxPoolItem
+class SW_DLLPUBLIC SwTextGridItem : public SfxPoolItem
{
Color aColor;
sal_uInt16 nLines;