diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2018-10-04 16:40:01 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2018-10-04 16:44:11 +0200 |
commit | b24ab600b06c4aed43552544b4ef575649c93ee9 (patch) | |
tree | f25684db7817ded1c486eb26d39d9c27894bcbe6 /svtools | |
parent | be7ab624c1d56fc4f169e4c7d379e376653165ab (diff) |
sal_False -> false in comment
Change-Id: I3344af4ce28bd2b94725ea9336ce1b1ab9c98554
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/brwbox/brwbox1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/brwbox/brwbox1.cxx b/svtools/source/brwbox/brwbox1.cxx index c5fe02e2f167..41d72eafa72b 100644 --- a/svtools/source/brwbox/brwbox1.cxx +++ b/svtools/source/brwbox/brwbox1.cxx @@ -2232,7 +2232,7 @@ bool BrowseBox::IsCursorMoveAllowed( long, sal_uInt16 ) const /* [Description] This virtual method is always called before the cursor is moved directly. - By means of 'return sal_False', we avoid doing this if e.g. a record + By means of 'return false', we avoid doing this if e.g. a record contradicts any rules. This method is not called, if the cursor movement results from removing or |