From d3705e8c1ab8a7f9c741bf2d1928be120554e95b Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 23 Aug 2004 07:41:21 +0000 Subject: INTEGRATION: CWS tune03 (1.2.576); FILE MERGED 2004/07/19 19:10:45 mhu 1.2.576.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes. --- sw/inc/toxwrap.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sw/inc/toxwrap.hxx') diff --git a/sw/inc/toxwrap.hxx b/sw/inc/toxwrap.hxx index 504e0755a94c..922b215f6e89 100644 --- a/sw/inc/toxwrap.hxx +++ b/sw/inc/toxwrap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: toxwrap.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-08-12 12:07:50 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:41:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,6 +75,9 @@ #ifndef _SWUNODEF_HXX #include #endif +#ifndef INCLUDED_SWDLLAPI_H +#include "swdllapi.h" +#endif namespace com { namespace sun { namespace star { namespace i18n { @@ -88,7 +91,7 @@ namespace lang { class String; -class IndexEntrySupplierWrapper +class SW_DLLPUBLIC IndexEntrySupplierWrapper { STAR_NMSPC::lang::Locale aLcl; STAR_NMSPC::uno::Reference < com::sun::star::i18n::XExtendedIndexEntrySupplier > xIES; -- cgit