summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/extract.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-07-30 14:34:07 +0000
committerKurt Zenker <kz@openoffice.org>2004-07-30 14:34:07 +0000
commitf3b9d7f8462dd35960f4491024f8dc4e0513430b (patch)
tree09b2cacccec472c809f6e89762a19e37a6aee860 /comphelper/inc/comphelper/extract.hxx
parent5a4bdf2f312cfc1b58261fb9a49093d52faa984b (diff)
INTEGRATION: CWS gcc340fixes01 (1.1.200); FILE MERGED
2004/07/02 10:09:45 sb 1.1.200.1: #i29352# Avoid problems with dependent names in templates.
Diffstat (limited to 'comphelper/inc/comphelper/extract.hxx')
-rw-r--r--comphelper/inc/comphelper/extract.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/inc/comphelper/extract.hxx b/comphelper/inc/comphelper/extract.hxx
index 1b3d5a3e9410..03f68e3ba07f 100644
--- a/comphelper/inc/comphelper/extract.hxx
+++ b/comphelper/inc/comphelper/extract.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: extract.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dbo $ $Date: 2001-03-07 13:55:53 $
+ * last change: $Author: kz $ $Date: 2004-07-30 15:34:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,7 +149,7 @@ inline void SAL_CALL any2enum( E & eRet, const ::com::sun::star::uno::Any & rAny
template< typename E >
inline ::com::sun::star::uno::Any SAL_CALL enum2any( E eEnum )
{
- return ::com::sun::star::uno::Any( &eEnum, ::getCppuType((const E*)0) );
+ return ::com::sun::star::uno::Any( &eEnum, getCppuType((const E*)0) );
}
/**