summaryrefslogtreecommitdiffstats
path: root/sw/inc/fmtline.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:34:17 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:34:17 +0000
commite78c0adb67a133b72c6d0cfd111a13f8c917c397 (patch)
treea15e52f8223001e36bf175957a398fec7c8f7d50 /sw/inc/fmtline.hxx
parentINTEGRATION: CWS tune03 (1.3.750); FILE MERGED (diff)
downloadcore-e78c0adb67a133b72c6d0cfd111a13f8c917c397.tar.gz
core-e78c0adb67a133b72c6d0cfd111a13f8c917c397.zip
INTEGRATION: CWS tune03 (1.6.222); FILE MERGED
2004/07/19 19:10:35 mhu 1.6.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/fmtline.hxx')
-rw-r--r--sw/inc/fmtline.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/inc/fmtline.hxx b/sw/inc/fmtline.hxx
index 9ec2bac45443..d8899785974d 100644
--- a/sw/inc/fmtline.hxx
+++ b/sw/inc/fmtline.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtline.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 17:57:48 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:34:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,9 +71,13 @@
#ifndef _FORMAT_HXX //autogen
#include <format.hxx>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
class IntlWrapper;
-class SwFmtLineNumber: public SfxPoolItem
+class SW_DLLPUBLIC SwFmtLineNumber: public SfxPoolItem
{
ULONG nStartValue :24; //Startwert fuer den Absatz, 0 == kein Startwert
ULONG bCountLines :1; //Zeilen des Absatzes sollen mitgezaehlt werden.