summaryrefslogtreecommitdiff
path: root/cppuhelper/inc
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-03-09 11:47:35 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-03-09 11:47:35 +0000
commit1c62ec9d7411df21f09d1d001d1e0358a7c818a4 (patch)
tree47c139eaaf89c2038b934e58a98c377750845f22 /cppuhelper/inc
parent981faecf5a0904b97ca78555b1dab36a2b5d22de (diff)
forward decl
Diffstat (limited to 'cppuhelper/inc')
-rw-r--r--cppuhelper/inc/cppuhelper/proptypehlp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/inc/cppuhelper/proptypehlp.h b/cppuhelper/inc/cppuhelper/proptypehlp.h
index 52da2adbb..9a72560f0 100644
--- a/cppuhelper/inc/cppuhelper/proptypehlp.h
+++ b/cppuhelper/inc/cppuhelper/proptypehlp.h
@@ -2,9 +2,9 @@
*
* $RCSfile: proptypehlp.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2001-03-09 12:15:26 $
+ * last change: $Author: dbo $ $Date: 2001-03-09 12:47:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,13 +76,13 @@ namespace cppu {
*/
template < class target >
-inline void SAL_CALL convertPropertyValue( target &value , const ::com::sun::star::uno::Any & a);
+inline void SAL_CALL convertPropertyValue( target &value , const ::com::sun::star::uno::Any & a)
// SAL_THROW( (::com::sun::star::lang::IllegalArgumentException) )
;
// This template is needed at least for msci4 compiler
template < class target >
-inline void SAL_CALL convertPropertyValue( target &value , ::com::sun::star::uno::Any & a);
+inline void SAL_CALL convertPropertyValue( target &value , ::com::sun::star::uno::Any & a)
// SAL_THROW( (::com::sun::star::lang::IllegalArgumentException) )
;