summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 11:29:03 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 11:29:03 +0000
commita1fb6579886a2512cb78d519744b2caa563e580d (patch)
treef23dca630dec6672f36637fae8af11f02949a33b /unotools
parentfbef5a493596e506464767816dbc310c6338985f (diff)
INTEGRATION: CWS visibility03 (1.23.54); FILE MERGED
2005/02/17 10:31:42 mnicel 1.23.54.1: Issue number: 40092 symbol visibility
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/ucblockbytes.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/unotools/inc/unotools/ucblockbytes.hxx b/unotools/inc/unotools/ucblockbytes.hxx
index 80f1a86519f7..29fe7b019b37 100644
--- a/unotools/inc/unotools/ucblockbytes.hxx
+++ b/unotools/inc/unotools/ucblockbytes.hxx
@@ -13,6 +13,9 @@
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
#include <com/sun/star/beans/PropertyValue.hpp>
#endif
+#ifndef INCLUDED_UNOTOOLSDLLAPI_H
+#include "unotools/unotoolsdllapi.h"
+#endif
#include <vos/thread.hxx>
#include <vos/conditn.hxx>
@@ -83,7 +86,7 @@ SV_DECL_IMPL_REF( UcbLockBytesHandler )
#define NS_BEANS ::com::sun::star::beans
#define NS_TASK ::com::sun::star::task
-class UcbLockBytes : public virtual SvLockBytes
+class UNOTOOLS_DLLPUBLIC UcbLockBytes : public virtual SvLockBytes
{
vos::OCondition m_aInitialized;
vos::OCondition m_aTerminated;