Hi Stephan,
On Tue, 01 Oct 2013 18:13:39 +0200
Stephan Bergmann wrote:
> On 10/01/2013 05:05 PM, Matteo Casalin wrote:
> > OUString provides the metod replace(sal_Unicode, sal_Unicode), which
> > seems to be not widely used, while there are for sure some replaceAll("a",
> > "b") calls her
On 10/01/2013 05:05 PM, Matteo Casalin wrote:
OUString provides the metod replace(sal_Unicode, sal_Unicode), which seems to be not widely
used, while there are for sure some replaceAll("a", "b") calls here and there.
Would it be fine to rename the former to replaceAll(sal_Unicode, sal_Unico
Hi all,
OUString provides the metod replace(sal_Unicode, sal_Unicode), which seems
to be not widely used, while there are for sure some replaceAll("a", "b") calls
here and there.
Would it be fine to rename the former to replaceAll(sal_Unicode, sal_Unicode)
for consistency, fix the current ca