summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/htmlattr.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:13:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:13:10 +0000
commit7436ec3d91c08795af4bcef1dc0566ffe16cddf5 (patch)
treeceb454936f61c77e1be980713e9884e7c99bd1ac /sd/source/filter/html/htmlattr.cxx
parent7b1bafe635225126ad65f980c0f911dbc2699be1 (diff)
INTEGRATION: CWS tune03 (1.1.508); FILE MERGED
2004/08/08 12:53:57 mhu 1.1.508.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.
Diffstat (limited to 'sd/source/filter/html/htmlattr.cxx')
-rw-r--r--sd/source/filter/html/htmlattr.cxx18
1 files changed, 13 insertions, 5 deletions
diff --git a/sd/source/filter/html/htmlattr.cxx b/sd/source/filter/html/htmlattr.cxx
index 3f8f3f5046fb..d1df81f935af 100644
--- a/sd/source/filter/html/htmlattr.cxx
+++ b/sd/source/filter/html/htmlattr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: htmlattr.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: ka $ $Date: 2002-04-18 15:04:35 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:13:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,14 +59,22 @@
*
************************************************************************/
-#include <tools/link.hxx>
+#ifdef SD_DLLIMPLEMENTATION
+#undef SD_DLLIMPLEMENTATION
+#endif
+#include "htmlattr.hxx"
+
+#ifndef _SD_HTMLEX_HXX
+#include "htmlex.hxx"
+#endif
+#ifndef _LINK_HXX
+#include <tools/link.hxx>
+#endif
#ifndef _SV_DECOVIEW_HXX //autogen
#include <vcl/decoview.hxx>
#endif
-#include "htmlex.hxx"
-#include "htmlattr.hxx"
// =====================================================================
// =====================================================================