From 1376eddaf7d14c6e91919c3bc3aa4b7a98f713b5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 4 May 2016 16:02:46 +0200 Subject: Remove leftover declaration of convertPropertyValue overload ...that had originally been introduced with a comment // This template is needed at least for msci4 compiler in b525a3115f54576017a576ff842dede5e2e3545d "initial import", and whose corresponding definition had been removed in 6231a9b4e926d5dc213f94ddf35b14bab411d77d "visual studio version 4 is long gone" Change-Id: I0cf4913a2c2c4701d41cf24d2f89c1de0bd86323 --- include/cppuhelper/proptypehlp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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 */ -- cgit