diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:41:33 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:41:33 +0200 |
commit | 262dbabe8e07f60d55461ab3fb2c26d37b86a311 (patch) | |
tree | 8f4ac1fe67627cf240321e100e518fc101c214bd /linguistic | |
parent | abd7ad8bff9b1874e3903aa55f33ef887d95096a (diff) |
Revert "Wrong comment with 'sal_True' instead of 'true'"
This reverts commit abd7ad8bff9b1874e3903aa55f33ef887d95096a.
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/lngsvcmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index caa7d0932fef..9b4cc9fcbac9 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -1653,7 +1653,7 @@ uno::Sequence< lang::Locale > SAL_CALL static bool IsEqSvcList( const uno::Sequence< OUString > &rList1, const uno::Sequence< OUString > &rList2 ) { - // returns true if both sequences are equal + // returns sal_True if both sequences are equal bool bRes = false; sal_Int32 nLen = rList1.getLength(); |