summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 13:05:17 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 13:05:17 +0000
commit8e45b316940bff4023161ca5d3039aec35231572 (patch)
treec4aa03ef859be0faf075eefb5345a6e5ae011912 /toolkit
parentd0946de03fb3f0c21c39c5590c8ef5a17f000975 (diff)
INTEGRATION: CWS sb25 (1.1.320); FILE MERGED
2004/11/25 18:14:42 mt 1.1.320.1: #i37760# Less exports...
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/inc/toolkit/helper/externallock.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/toolkit/inc/toolkit/helper/externallock.hxx b/toolkit/inc/toolkit/helper/externallock.hxx
index 6aa1ea7068b0..b2e68ad8b45a 100644
--- a/toolkit/inc/toolkit/helper/externallock.hxx
+++ b/toolkit/inc/toolkit/helper/externallock.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: externallock.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: pb $ $Date: 2002-05-30 13:09:19 $
+ * last change: $Author: rt $ $Date: 2005-01-11 14:05:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,10 @@
#ifndef _TOOLKIT_HELPER_EXTERNALLOCK_HXX_
#define _TOOLKIT_HELPER_EXTERNALLOCK_HXX_
+#ifndef TOOLKIT_DLLAPI_H
+#include <toolkit/dllapi.h>
+#endif
+
#ifndef COMPHELPER_ACCESSIBLE_CONTEXT_HELPER_HXX
#include <comphelper/accessiblecontexthelper.hxx>
#endif
@@ -69,7 +73,7 @@
// class VCLExternalSolarLock
// -----------------------------------------------------------------------------
-class VCLExternalSolarLock : public ::comphelper::IMutex
+class TOOLKIT_DLLPUBLIC VCLExternalSolarLock : public ::comphelper::IMutex
{
public:
virtual void acquire();