summaryrefslogtreecommitdiff
path: root/sd/inc/sdiocmpt.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:12:11 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:12:11 +0000
commita7183120d9c0733a6018738945c79edc876d1ca3 (patch)
treec5125fdd98da420045ee4ad47cbe16613b0761c5 /sd/inc/sdiocmpt.hxx
parent07b2493356abd5df2d9a66e96b42147f6487fb98 (diff)
INTEGRATION: CWS tune03 (1.1.1.1.542); FILE MERGED
2004/08/08 12:53:55 mhu 1.1.1.1.542.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.
Diffstat (limited to 'sd/inc/sdiocmpt.hxx')
-rw-r--r--sd/inc/sdiocmpt.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sd/inc/sdiocmpt.hxx b/sd/inc/sdiocmpt.hxx
index 4d37a033e23a..9d20847e13ff 100644
--- a/sd/inc/sdiocmpt.hxx
+++ b/sd/inc/sdiocmpt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdiocmpt.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:28 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:12:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,11 +66,15 @@
#include <svx/svdio.hxx>
#endif
+#ifndef INCLUDED_SDDLLAPI_H
+#include "sddllapi.h"
+#endif
+
class SvStream;
#define SDIOCOMPAT_VERSIONDONTKNOW (UINT16)0xffff
-class SdIOCompat : public SdrDownCompat
+class SD_DLLPUBLIC SdIOCompat : public SdrDownCompat
{
private:
UINT16 nVersion;