summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-12-04 18:08:22 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-12-06 13:35:17 +0100
commit3560c7624934eab8f8cc406828d55197b96740fe (patch)
treec3514be39c561a3de38a6f36bff6cb28c641bdc7
parent585ae2a0530d75189421c903bc12ee6c1845bd45 (diff)
remove needless friend declaration
Change-Id: Ib816e8126193a3477fca1334d7526743da0d4423
-rw-r--r--sal/inc/rtl/ustring.hxx3
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;
};
/* ======================================================================= */