summaryrefslogtreecommitdiffstats
path: root/ucbhelper/inc/ucbhelper/resultsetmetadata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/inc/ucbhelper/resultsetmetadata.hxx')
-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