summaryrefslogtreecommitdiff
path: root/include/com/sun/star/uno/Any.h
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-06 15:05:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-06 15:05:38 +0200
commit0fbe22a77289a624e1346ab457734c2f64f8e6fb (patch)
tree16388b26e4eeb464add07c173fbc89995f393387 /include/com/sun/star/uno/Any.h
parent1bf3cafd4cd6c3133adaad764e4f216a5d0ead1c (diff)
css::uno::Any move semantics (for LIBO_INTERNAL_ONLY)
Change-Id: Ib582a744321e0f209395651ac2edffe30152ffba
Diffstat (limited to 'include/com/sun/star/uno/Any.h')
-rw-r--r--include/com/sun/star/uno/Any.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/com/sun/star/uno/Any.h b/include/com/sun/star/uno/Any.h
index 26127f4add37..d6c7477d3f4c 100644
--- a/include/com/sun/star/uno/Any.h
+++ b/include/com/sun/star/uno/Any.h
@@ -135,6 +135,11 @@ public:
*/
inline Any & SAL_CALL operator = ( const Any & rAny );
+#if defined LIBO_INTERNAL_ONLY
+ inline Any(Any && other);
+ inline Any & operator =(Any && other);
+#endif
+
/** Gets the type of the set value.
@return a Type object of the set value