summaryrefslogtreecommitdiff
path: root/sc/inc/rangeutl.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 08:25:41 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 08:25:41 +0000
commitf65777032de96c3a353e66191efb802ecdf0f8e4 (patch)
tree845a25b35db6cc981c368bd0c948025609c1fe59 /sc/inc/rangeutl.hxx
parent7ef4a96999b908b95e01e18ee9effa99c60ba126 (diff)
INTEGRATION: CWS tune03 (1.4.52); FILE MERGED
2004/07/08 16:45:00 mhu 1.4.52.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/rangeutl.hxx')
-rw-r--r--sc/inc/rangeutl.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx
index c82ba8278d9d..eb196b0fea5d 100644
--- a/sc/inc/rangeutl.hxx
+++ b/sc/inc/rangeutl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rangeutl.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 10:14:16 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:25:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,10 @@
#include <tools/string.hxx>
#endif
+#ifndef INCLUDED_SCDLLAPI_H
+#include "scdllapi.h"
+#endif
+
//------------------------------------------------------------------------
class SvStream;
@@ -84,7 +88,7 @@ enum RutlNameScope { RUTL_NONE=0, RUTL_NAMES, RUTL_DBASE };
//------------------------------------------------------------------------
-class ScRangeUtil
+class SC_DLLPUBLIC ScRangeUtil
{
public:
ScRangeUtil() {}
@@ -169,7 +173,7 @@ SvStream& operator>> ( SvStream& rStream, ScArea& rArea );
// gibt Bereiche mit Referenz und alle DB-Bereiche zurueck
//
-class ScAreaNameIterator
+class SC_DLLPUBLIC ScAreaNameIterator
{
private:
ScRangeName* pRangeName;