summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 13:11:15 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 13:11:15 +0000
commiteeb2a4cdd9c7c92b3e73d072a6e0f1bf85da6d29 (patch)
treec6870a8f435e63bc1ca286bb769e54b00f85fd06 /xmloff/inc
parent2cd923c27f96eec640039bcacdb8cffc1a14da50 (diff)
INTEGRATION: CWS sb25 (1.3.428); FILE MERGED
2004/11/15 16:44:42 sb 1.3.428.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/HatchStyle.hxx16
-rw-r--r--xmloff/inc/MarkerStyle.hxx15
2 files changed, 23 insertions, 8 deletions
diff --git a/xmloff/inc/HatchStyle.hxx b/xmloff/inc/HatchStyle.hxx
index 489b8b06400a..6c2bd4f86f40 100644
--- a/xmloff/inc/HatchStyle.hxx
+++ b/xmloff/inc/HatchStyle.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: HatchStyle.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dvo $ $Date: 2001-10-19 18:43:57 $
+ * last change: $Author: rt $ $Date: 2005-01-11 14:10:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,14 @@
#ifndef _XMLOFF_HATCHSTYLE_HXX
#define _XMLOFF_HATCHSTYLE_HXX
+#ifndef _SAL_CONFIG_H_
+#include "sal/config.h"
+#endif
+
+#ifndef INCLUDED_XMLOFF_DLLAPI_H
+#include "xmloff/dllapi.h"
+#endif
+
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
#endif
@@ -76,7 +84,7 @@ namespace com { namespace sun { namespace star {
namespace rtl { class OUString; }
-class XMLHatchStyleImport
+class XMLOFF_DLLPUBLIC XMLHatchStyleImport
{
SvXMLImport& rImport;
@@ -91,7 +99,7 @@ public:
::rtl::OUString& rStrName );
};
-class XMLHatchStyleExport
+class XMLOFF_DLLPUBLIC XMLHatchStyleExport
{
SvXMLExport& rExport;
diff --git a/xmloff/inc/MarkerStyle.hxx b/xmloff/inc/MarkerStyle.hxx
index 003317653aec..c6b00bd965e3 100644
--- a/xmloff/inc/MarkerStyle.hxx
+++ b/xmloff/inc/MarkerStyle.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MarkerStyle.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dvo $ $Date: 2001-10-19 18:43:57 $
+ * last change: $Author: rt $ $Date: 2005-01-11 14:11:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,13 @@
#ifndef _XMLOFF_MARKERSTYLE_HXX
#define _XMLOFF_MARKERSTYLE_HXX
+#ifndef _SAL_CONFIG_H_
+#include "sal/config.h"
+#endif
+
+#ifndef INCLUDED_XMLOFF_DLLAPI_H
+#include "xmloff/dllapi.h"
+#endif
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
@@ -77,7 +84,7 @@ namespace com { namespace sun { namespace star {
namespace rtl { class OUString; }
-class XMLMarkerStyleImport
+class XMLOFF_DLLPUBLIC XMLMarkerStyleImport
{
SvXMLImport& rImport;
@@ -92,7 +99,7 @@ public:
::rtl::OUString& rStrName );
};
-class XMLMarkerStyleExport
+class XMLOFF_DLLPUBLIC XMLMarkerStyleExport
{
SvXMLExport& rExport;