summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/docprev.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:21:47 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:21:47 +0000
commitbf87b0d94716b9663ce9980e532fa7459fd5fffd (patch)
tree78ceb577c5180c208483c7bf4dc50a69443bbf6c /sd/source/ui/inc/docprev.hxx
parentf3337247bd1f7ca812046c5f5728fad10ea3b800 (diff)
INTEGRATION: CWS tune03 (1.3.340); FILE MERGED
2004/08/09 19:34:39 mhu 1.3.340.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/08 12:54:16 mhu 1.3.340.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.
Diffstat (limited to 'sd/source/ui/inc/docprev.hxx')
-rw-r--r--sd/source/ui/inc/docprev.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/sd/source/ui/inc/docprev.hxx b/sd/source/ui/inc/docprev.hxx
index 1c11e43553ee..f3b3d5fdda87 100644
--- a/sd/source/ui/inc/docprev.hxx
+++ b/sd/source/ui/inc/docprev.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docprev.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-07-12 15:11:19 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:21:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,12 +82,15 @@
#endif
#ifndef _SD_FADEDEF_H
-#include <fadedef.h>
+#include "fadedef.h"
+#endif
+#ifndef INCLUDED_SDDLLAPI_H
+#include "sddllapi.h"
#endif
class GDIMetaFile;
-class SdDocPreviewWin : public Control, public SfxListener
+class SD_DLLPUBLIC SdDocPreviewWin : public Control, public SfxListener
{
protected:
GDIMetaFile* pMetaFile;