diff options
-rw-r--r-- | include/rtl/string.hxx | 4 | ||||
-rw-r--r-- | include/rtl/ustring.hxx | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx index acfe7d586405..809b0a11bcd5 100644 --- a/include/rtl/string.hxx +++ b/include/rtl/string.hxx @@ -121,7 +121,6 @@ public: rtl_string_acquire( pData ); } -#ifndef _MSC_VER // TODO? #if defined LIBO_INTERNAL_ONLY /** Move constructor. @@ -136,7 +135,6 @@ public: rtl_string_new( &str.pData ); } #endif -#endif /** New string from OString data. @@ -314,7 +312,6 @@ public: return *this; } -#ifndef _MSC_VER // TODO? #if defined LIBO_INTERNAL_ONLY /** Move assign a new string. @@ -331,7 +328,6 @@ public: return *this; } #endif -#endif /** @overload diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx index f648cddce1d8..5919e3de6371 100644 --- a/include/rtl/ustring.hxx +++ b/include/rtl/ustring.hxx @@ -150,7 +150,6 @@ public: rtl_uString_acquire( pData ); } -#ifndef _MSC_VER // TODO? #if defined LIBO_INTERNAL_ONLY /** Move constructor. @@ -165,7 +164,6 @@ public: rtl_uString_new( &str.pData ); } #endif -#endif /** New string from OUString data. @@ -463,7 +461,6 @@ public: return *this; } -#ifndef _MSC_VER // TODO? #if defined LIBO_INTERNAL_ONLY /** Move assign a new string. @@ -480,7 +477,6 @@ public: return *this; } #endif -#endif /** Assign a new string from an 8-Bit string literal that is expected to contain only |