diff options
-rw-r--r-- | sal/inc/rtl/ustring.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx index ca9a9e3b6a38..656bdcf23075 100644 --- a/sal/inc/rtl/ustring.hxx +++ b/sal/inc/rtl/ustring.hxx @@ -2103,9 +2103,6 @@ public: rtl_uString_newFromAscii( &pNew, value ); return OUString( pNew, (DO_NOT_ACQUIRE*)0 ); } - - template< typename T1, typename T2 > - friend struct OUStringConcat; }; /* ======================================================================= */ |