summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:46:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:46:12 +0000
commit164a168a3ebca88bf7a81826a56de5abbf7e6a58 (patch)
tree72438d8b21366bf9f558000e60036e2e411cae3b /ucbhelper
parentb841bd996c8deb0d5d7e3b6b179ff692e8023059 (diff)
INTEGRATION: CWS visibility02 (1.3.170); FILE MERGED
2004/12/22 04:02:26 mnicel 1.3.170.1: Issue number:38608 Symbol visibility work.
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/inc/ucbhelper/resultset.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/ucbhelper/inc/ucbhelper/resultset.hxx b/ucbhelper/inc/ucbhelper/resultset.hxx
index 2a767c4e5438..696b1bae1350 100644
--- a/ucbhelper/inc/ucbhelper/resultset.hxx
+++ b/ucbhelper/inc/ucbhelper/resultset.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: resultset.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kso $ $Date: 2000-11-06 14:03:31 $
+ * last change: $Author: vg $ $Date: 2005-02-16 15:46:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,6 +107,9 @@
#ifndef _UCBHELPER_MACROS_HXX
#include <ucbhelper/macros.hxx>
#endif
+#ifndef INCLUDED_UCBHELPERDLLAPI_H
+#include "ucbhelper/ucbhelperdllapi.h"
+#endif
namespace ucb {
@@ -128,7 +131,7 @@ struct ResultSet_Impl;
*
* @see ResultSetDataSupplier
*/
-class ResultSet :
+class UCBHELPER_DLLPUBLIC ResultSet :
public cppu::OWeakObject,
public com::sun::star::lang::XTypeProvider,
public com::sun::star::lang::XServiceInfo,