| #
49b34792
|
| 12-Feb-2014 |
Herbert Dürr <hdu@apache.org> |
#i123862# use O*String's isEmpty() method to check for emptiness in the comphelper module
Patch-by: j.nitschke@ok.de Review-by: hdu@apache.org
git-svn-id: https://svn.apache.org/repos/asf/openoffi
#i123862# use O*String's isEmpty() method to check for emptiness in the comphelper module
Patch-by: j.nitschke@ok.de Review-by: hdu@apache.org
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1567594 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| #
7d472e45
|
| 18-Dec-2013 |
Herbert Dürr <hdu@apache.org> |
#i123859# avoid incomplete Locale class as return value
Some static Locale methods used the Locale class as return value type while it was still incompletely defined. Most compilers allow this, but
#i123859# avoid incomplete Locale class as return value
Some static Locale methods used the Locale class as return value type while it was still incompletely defined. Most compilers allow this, but in general C++ doesn't require them to do so. Using a const reference as return value solves this, improves the C++ compliance and avoids unneeded copy constructions.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551855 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|