Files
loongoffice/editeng/source
Noel Grandin 1114d92759 fix OUString simplify
In my commit fb847101519ad74c02183672c04ebf1d700aae83
"simplify - use OUString::startsWith where possible"

I incorrectly converted
 if ( !aURL.isEmpty() && ( aURL[ 0 ] != '#' ) )
to
 if ( aURL.startsWith("#") )

Change-Id: I7fa3a814e13724dc65821e09c03db898b92626ec
2013-12-12 13:32:04 +02:00
..
2013-12-12 13:32:04 +02:00
2013-11-26 15:27:17 +00:00
2013-11-26 19:53:38 +02:00
2013-10-02 15:14:09 +00:00