Kaydet (Commit) 3560c762 authored tarafından Luboš Luňák's avatar Luboš Luňák

remove needless friend declaration

Change-Id: Ib816e8126193a3477fca1334d7526743da0d4423
üst 585ae2a0
...@@ -2103,9 +2103,6 @@ public: ...@@ -2103,9 +2103,6 @@ public:
rtl_uString_newFromAscii( &pNew, value ); rtl_uString_newFromAscii( &pNew, value );
return OUString( pNew, (DO_NOT_ACQUIRE*)0 ); return OUString( pNew, (DO_NOT_ACQUIRE*)0 );
} }
template< typename T1, typename T2 >
friend struct OUStringConcat;
}; };
/* ======================================================================= */ /* ======================================================================= */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment