summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-01-10 14:51:35 +0000
committerRüdiger Timm <rt@openoffice.org>2006-01-10 14:51:35 +0000
commitb247bf67548398c7eaa51a910db0f2e4759b433d (patch)
tree7a7823d44300a47c9e7df8957fad09c4ddf7ee59
parent8067fbcafbb51e4cf98420cd4702f4c61c9ac302 (diff)
INTEGRATION: CWS sb41 (1.8.32); FILE MERGED
2005/12/13 09:36:04 sb 1.8.32.1: #i57855# Bad forward declaration of class within namespace.
-rw-r--r--comphelper/inc/comphelper/IdPropArrayHelper.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/comphelper/inc/comphelper/IdPropArrayHelper.hxx b/comphelper/inc/comphelper/IdPropArrayHelper.hxx
index a97a9e81c53f..99bf1bee1204 100644
--- a/comphelper/inc/comphelper/IdPropArrayHelper.hxx
+++ b/comphelper/inc/comphelper/IdPropArrayHelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: IdPropArrayHelper.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:23:01 $
+ * last change: $Author: rt $ $Date: 2006-01-10 15:51:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,12 +55,13 @@
#endif
#include <cppuhelper/propshlp.hxx>
+namespace cppu { class IPropertyArrayHelper; }
+
namespace comphelper
{
//************************************************************
// OIdPropertyArrayUsageHelper
//************************************************************
- namespace cppu { class IPropertyArrayHelper; }
template <typename TYPE> struct OIdPropertyArrayUsageHelperMutex
: public rtl::Static< ::osl::Mutex, OIdPropertyArrayUsageHelperMutex<TYPE> > {};