summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 16:34:29 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 16:34:29 +0000
commite2bb68ee8f6acecdfbece8767f3b4a357460c453 (patch)
tree60bf7ea347d889ba0f946a846c78ffd7f940770f /cppuhelper
parent631d26c696c448626d6d6b6ec2b8df919a45b375 (diff)
INTEGRATION: CWS tune04 (1.11.28); FILE MERGED
2004/06/15 08:53:08 cmc 1.11.28.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/inc/cppuhelper/implbase.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/cppuhelper/inc/cppuhelper/implbase.hxx b/cppuhelper/inc/cppuhelper/implbase.hxx
index 4af0a639b7a7..af60e51c2f4f 100644
--- a/cppuhelper/inc/cppuhelper/implbase.hxx
+++ b/cppuhelper/inc/cppuhelper/implbase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implbase.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 23:10:53 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 17:34:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,9 @@
#ifndef _CPPUHELPER_WEAKAGG_HXX_
#include <cppuhelper/weakagg.hxx>
#endif
+#ifndef INCLUDED_RTL_INSTANCE_HXX
+#include <rtl/instance.hxx>
+#endif
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>