Files
loongoffice/cppuhelper/source
Noel Grandin 82625bb98e remove unnecessary sal_Unicode casts in OUStringBuffer::append calls
Convert code like:
    buf.append( static_cast<sal_Unicode>('!') );
to:
    buf.append( '!' );

Change-Id: Iacb03a61de65a895540940953b49620677b3d051
2014-01-07 09:43:37 +02:00
..
2013-12-16 21:43:12 +01:00
2013-12-20 15:55:00 +01:00
2013-08-24 14:02:48 +01:00
2013-12-16 21:43:12 +01:00
2013-10-20 18:49:48 +02:00
2013-12-16 21:43:12 +01:00
2013-09-12 13:15:08 +02:00