From 8ece98a1fca3918a9d735391a6cbe5cc6900f485 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 23 Aug 2004 08:26:46 +0000 Subject: 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. --- sc/inc/tablink.hxx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'sc/inc/tablink.hxx') 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 - -- cgit v1.2.3