summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/prcntfld.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 08:00:57 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 08:00:57 +0000
commit504488522bb18d06551133bebeee92cf13e5e6e4 (patch)
tree216b8541e4c1e731929926f28717911d8c23d4b1 /sw/source/ui/inc/prcntfld.hxx
parentf897517662d03a411f29843926e6550f3ae90a73 (diff)
INTEGRATION: CWS tune03 (1.4.70); FILE MERGED
2004/07/19 19:11:29 mhu 1.4.70.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/ui/inc/prcntfld.hxx')
-rw-r--r--sw/source/ui/inc/prcntfld.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sw/source/ui/inc/prcntfld.hxx b/sw/source/ui/inc/prcntfld.hxx
index 3a283eb032ff..f7887e485a6e 100644
--- a/sw/source/ui/inc/prcntfld.hxx
+++ b/sw/source/ui/inc/prcntfld.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: prcntfld.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2004-05-18 15:00:53 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:00:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,7 +65,11 @@
#include <vcl/field.hxx>
#endif
-class PercentField : public MetricField
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
+class SW_DLLPUBLIC PercentField : public MetricField
{
long nRefValue; // 100%-Wert fuer Umrechnung (in Twips)
long nOldMax, nOldMin, nOldSpinSize, nOldBaseValue;
@@ -75,7 +79,7 @@ class PercentField : public MetricField
sal_Bool bLockAutoCalculation; //prevent recalcution of percent values when the
//reference value is changed
- long ImpPower10(USHORT n);
+ SW_DLLPRIVATE long ImpPower10(USHORT n);
public:
virtual void SetValue(long nNewValue, FieldUnit eInUnit = FUNIT_NONE);