[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Sep 19 17:54:16 PDT 2011


 sc/source/ui/view/viewfun2.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 012e7d8a2889da23b3c9fc11da9e9097f3b03a61
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Sep 19 20:53:18 2011 -0400

    sal_True to true.

diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index 7728043..a0e22f3 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -1742,7 +1742,7 @@ void ScViewFunc::SearchAndReplace( const SvxSearchItem* pSearchItem,
 
             break;                      // break 'while (TRUE)'
         }
-    }                               // of while sal_True
+    }                               // of while true
 
     if (!aOldSelectedTables.empty())
     {
@@ -1774,7 +1774,7 @@ void ScViewFunc::SearchAndReplace( const SvxSearchItem* pSearchItem,
         //  if nothing is marked, DoneBlockMode, then marking can start
         //  directly from this place via Shift-Cursor
         if (!rMark.IsMarked() && !rMark.IsMultiMarked())
-            DoneBlockMode(sal_True);
+            DoneBlockMode(true);
 
         AlignToCursor( nCol, nRow, SC_FOLLOW_JUMP );
         SetCursor( nCol, nRow, true );


More information about the Libreoffice-commits mailing list