From b8a57dd12d074d45eb90a0606f86675f942e29d4 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 16 Feb 2005 14:46:39 +0000 Subject: INTEGRATION: CWS visibility02 (1.3.166); FILE MERGED 2004/12/22 04:02:26 mnicel 1.3.166.1: Issue number:38608 Symbol visibility work. --- ucbhelper/inc/ucbhelper/resultsetmetadata.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/inc/ucbhelper/resultsetmetadata.hxx b/ucbhelper/inc/ucbhelper/resultsetmetadata.hxx index 0a335337f3f3..bf8ce1965ddf 100644 --- a/ucbhelper/inc/ucbhelper/resultsetmetadata.hxx +++ b/ucbhelper/inc/ucbhelper/resultsetmetadata.hxx @@ -2,9 +2,9 @@ * * $RCSfile: resultsetmetadata.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kso $ $Date: 2001-01-26 11:28:30 $ + * last change: $Author: vg $ $Date: 2005-02-16 15:46:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,6 +88,9 @@ #ifndef _UCBHELPER_MACROS_HXX #include #endif +#ifndef INCLUDED_UCBHELPERDLLAPI_H +#include "ucbhelper/ucbhelperdllapi.h" +#endif namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } @@ -192,7 +195,7 @@ struct ResultSetMetaData_Impl; * com::sun::star::sdbc::XResultSetMetaDataSupplier, which is required for * implementations of service com.sun.star.ucb.ContentResultSet. */ -class ResultSetMetaData : +class UCBHELPER_DLLPUBLIC ResultSetMetaData : public ::cppu::OWeakObject, public ::com::sun::star::lang::XTypeProvider, public ::com::sun::star::sdbc::XResultSetMetaData -- cgit