summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-04 16:02:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-04 17:39:05 +0200
commit1376eddaf7d14c6e91919c3bc3aa4b7a98f713b5 (patch)
treeb932a9aa8b714b38a5b84c4a01fdce76850d4467 /include/cppuhelper
parenttdf#89466: Getting/setting page size works now (diff)
downloadcore-1376eddaf7d14c6e91919c3bc3aa4b7a98f713b5.tar.gz
core-1376eddaf7d14c6e91919c3bc3aa4b7a98f713b5.zip
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
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/proptypehlp.h3
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
*/