diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-12-04 18:08:22 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-06 13:35:17 +0100 |
commit | 3560c7624934eab8f8cc406828d55197b96740fe (patch) | |
tree | c3514be39c561a3de38a6f36bff6cb28c641bdc7 | |
parent | 585ae2a0530d75189421c903bc12ee6c1845bd45 (diff) |
remove needless friend declaration
Change-Id: Ib816e8126193a3477fca1334d7526743da0d4423
-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; }; /* ======================================================================= */ |