summaryrefslogtreecommitdiff
path: root/sc/inc/tablink.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:26:46 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:26:46 +0000
commit8ece98a1fca3918a9d735391a6cbe5cc6900f485 (patch)
treeb2e6bb12140a65a5dec4eb5570a590c0b2c6f3dc /sc/inc/tablink.hxx
parent5054e9c298c1d8079c6d098484c51e50e2b0b543 (diff)
INTEGRATION: CWS tune03 (1.10.138); FILE MERGED
2004/07/08 16:45:01 mhu 1.10.138.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/tablink.hxx')
-rw-r--r--sc/inc/tablink.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/sc/inc/tablink.hxx b/sc/inc/tablink.hxx
index ea1a850a5846..116ad455ecf0 100644
--- a/sc/inc/tablink.hxx
+++ b/sc/inc/tablink.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tablink.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2004-03-02 09:31:33 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:26:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,10 @@
#ifndef SC_TABLINK_HXX
#define SC_TABLINK_HXX
+#ifndef INCLUDED_SCDLLAPI_H
+#include "scdllapi.h"
+#endif
+
#ifndef SC_REFRESHTIMER_HXX
#include "refreshtimer.hxx"
#endif
@@ -127,7 +131,7 @@ public:
class ScDocument;
class SfxMedium;
-class ScDocumentLoader
+class SC_DLLPUBLIC ScDocumentLoader
{
private:
ScDocShell* pDocShell;
@@ -160,4 +164,3 @@ public:
};
#endif
-