diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-30 17:34:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-30 17:35:40 +0200 |
commit | bfc8185dd010fed0d149b976040be416dd7b674d (patch) | |
tree | 14f591787efaf9b6be1bd139ffcc3bcc16711731 /linguistic | |
parent | 14255b68e0b3a5155a588a16096c523156b1ff55 (diff) |
Revert "Revert "Wrong comment with 'sal_True' instead of 'true'""
This reverts commit 262dbabe8e07f60d55461ab3fb2c26d37b86a311,
no good reason to revert the original commit in the first place.
Conflicts:
linguistic/source/lngsvcmgr.cxx
Change-Id: Ifa1896da3ec3fd291a9b30a9a6734bdcce406b99
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 a9a74f103bb7..81fc4109aa2d 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -1635,7 +1635,7 @@ uno::Sequence< lang::Locale > SAL_CALL static bool IsEqSvcList( const uno::Sequence< OUString > &rList1, const uno::Sequence< OUString > &rList2 ) { - // returns sal_True iff both sequences are equal + // returns true iff both sequences are equal bool bRes = false; sal_Int32 nLen = rList1.getLength(); |