[Libreoffice-commits] core.git: svtools/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 4 14:44:36 UTC 2018


 svtools/source/brwbox/brwbox1.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b24ab600b06c4aed43552544b4ef575649c93ee9
Author:     Lionel Elie Mamane <lionel at mamane.lu>
AuthorDate: Thu Oct 4 16:40:01 2018 +0200
Commit:     Lionel Elie Mamane <lionel at mamane.lu>
CommitDate: Thu Oct 4 16:44:11 2018 +0200

    sal_False -> false in comment
    
    Change-Id: I3344af4ce28bd2b94725ea9336ce1b1ab9c98554

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


More information about the Libreoffice-commits mailing list