diff options
-rw-r--r-- | include/cppuhelper/proptypehlp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/cppuhelper/proptypehlp.h b/include/cppuhelper/proptypehlp.h index cda2401cd033..2251fbc9b5f7 100644 --- a/include/cppuhelper/proptypehlp.h +++ b/include/cppuhelper/proptypehlp.h @@ -34,9 +34,6 @@ namespace cppu { template < class target > inline void SAL_CALL convertPropertyValue( target &value , const css::uno::Any & a); -template < class target > -inline void SAL_CALL convertPropertyValue( target &value , css::uno::Any & a); - /** conversion of basic types */ |