From b24ab600b06c4aed43552544b4ef575649c93ee9 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Thu, 4 Oct 2018 16:40:01 +0200 Subject: sal_False -> false in comment Change-Id: I3344af4ce28bd2b94725ea9336ce1b1ab9c98554 --- svtools/source/brwbox/brwbox1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source') 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 -- cgit