summaryrefslogtreecommitdiff
path: root/include/com
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-10 11:50:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-10 11:50:37 +0200
commit8e6c335c1999ffd8381d1f61bfda8110b03c211e (patch)
tree2c2fa29ac63222b166cfb0c9cee30b7bb9c5b37f /include/com
parent81090304414ce8b7ffbd3a36a14a010704185ab4 (diff)
Update @since tags LO 4.5 -> 5.0
Change-Id: Idb2e46fcaa080d6763d2e3ed963f7673a2353eb2
Diffstat (limited to 'include/com')
-rw-r--r--include/com/sun/star/uno/Any.h2
-rw-r--r--include/com/sun/star/uno/Sequence.h2
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