summaryrefslogtreecommitdiffstats
path: root/ucbhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:46:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:46:39 +0000
commitb8a57dd12d074d45eb90a0606f86675f942e29d4 (patch)
tree7e584b51c971f7b100f97b365381d13b00b8e8a3 /ucbhelper
parentINTEGRATION: CWS visibility02 (1.2.30); FILE MERGED (diff)
downloadcore-b8a57dd12d074d45eb90a0606f86675f942e29d4.tar.gz
core-b8a57dd12d074d45eb90a0606f86675f942e29d4.zip
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.
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/inc/ucbhelper/resultsetmetadata.hxx9
1 files changed, 6 insertions, 3 deletions
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 <ucbhelper/macros.hxx>
#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