diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-10 11:50:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-10 11:50:37 +0200 |
commit | 8e6c335c1999ffd8381d1f61bfda8110b03c211e (patch) | |
tree | 2c2fa29ac63222b166cfb0c9cee30b7bb9c5b37f /include/com/sun/star/uno | |
parent | 81090304414ce8b7ffbd3a36a14a010704185ab4 (diff) |
Update @since tags LO 4.5 -> 5.0
Change-Id: Idb2e46fcaa080d6763d2e3ed963f7673a2353eb2
Diffstat (limited to 'include/com/sun/star/uno')
-rw-r--r-- | include/com/sun/star/uno/Any.h | 2 | ||||
-rw-r--r-- | include/com/sun/star/uno/Sequence.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/com/sun/star/uno/Any.h b/include/com/sun/star/uno/Any.h index 13547409d7e8..b700a54c4ceb 100644 --- a/include/com/sun/star/uno/Any.h +++ b/include/com/sun/star/uno/Any.h @@ -267,7 +267,7 @@ template<> Any SAL_CALL makeAny(Any const &) SAL_DELETED_FUNCTION; The difference to makeAny is that makeAny cannot be called on an Any, while toAny just returns the given Any. - @since LibreOffice 4.5 + @since LibreOffice 5.0 */ template<typename T> inline Any toAny(T const & value); diff --git a/include/com/sun/star/uno/Sequence.h b/include/com/sun/star/uno/Sequence.h index 6b8241045886..4241851fa934 100644 --- a/include/com/sun/star/uno/Sequence.h +++ b/include/com/sun/star/uno/Sequence.h @@ -118,7 +118,7 @@ public: @param init an initializer_list - @since LibreOffice 4.5 + @since LibreOffice 5.0 */ inline Sequence(std::initializer_list<E> init); #endif |