Convert code like: buf.append( static_cast<sal_Unicode>('!') ); to: buf.append( '!' ); Change-Id: Iacb03a61de65a895540940953b49620677b3d051
Helper functionality for implementing UNO components ...anything not generic/mature enough to end up in URE's stable interface at cppuhelper etc.