summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-04 16:10:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-04 17:39:05 +0200
commit92a2bb96491b7f12c97474192f47d44683b6245c (patch)
treeea163c55ede7cf9583cdb4dd364d1da9ec553913 /include/cppuhelper
parentRemove leftover declaration of convertPropertyValue overload (diff)
downloadcore-92a2bb96491b7f12c97474192f47d44683b6245c.tar.gz
core-92a2bb96491b7f12c97474192f47d44683b6245c.zip
Declaration of sal_Bool overload of convertPropertyValue had been missing
...ever since b525a3115f54576017a576ff842dede5e2e3545d "initial import" Change-Id: I0824b673d222b6376ca199ad37f916ccaf80aa58
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/proptypehlp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cppuhelper/proptypehlp.h b/include/cppuhelper/proptypehlp.h
index 2251fbc9b5f7..b76279f02c29 100644
--- a/include/cppuhelper/proptypehlp.h
+++ b/include/cppuhelper/proptypehlp.h
@@ -37,6 +37,7 @@ inline void SAL_CALL convertPropertyValue( target &value , const css::uno::Any
/**
conversion of basic types
*/
+inline void SAL_CALL convertPropertyValue( sal_Bool & target , const css::uno::Any & source );
inline void SAL_CALL convertPropertyValue( sal_Int64 & target , const css::uno::Any & source );
inline void SAL_CALL convertPropertyValue( sal_uInt64 & target, const css::uno::Any & source );
inline void SAL_CALL convertPropertyValue( sal_Int32 & target , const css::uno::Any & source );