summaryrefslogtreecommitdiffstats
path: root/include/com/sun/star/uno/Type.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/com/sun/star/uno/Type.hxx')
-rw-r--r--include/com/sun/star/uno/Type.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/com/sun/star/uno/Type.hxx b/include/com/sun/star/uno/Type.hxx
index 5c95adc3bd85..f62d0a17b63a 100644
--- a/include/com/sun/star/uno/Type.hxx
+++ b/include/com/sun/star/uno/Type.hxx
@@ -82,16 +82,6 @@ inline Type::Type( const Type & rType )
::typelib_typedescriptionreference_acquire( _pType );
}
-#if defined LIBO_INTERNAL_ONLY
-inline Type::Type( Type && rType )
- : _pType( rType._pType )
-{
- rType._pType = reinterpret_cast< const ::com::sun::star::uno::Type * >(
- ::typelib_static_type_getByTypeClass( typelib_TypeClass_VOID ) )->getTypeLibType();
- ::typelib_typedescriptionreference_acquire( rType._pType );
-}
-#endif
-
inline ::rtl::OUString Type::getTypeName() const
{
return ::rtl::OUString( _pType->pTypeName );