sc/source/ui/view/viewfun2.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 012e7d8a2889da23b3c9fc11da9e9097f3b03a61 Author: Kohei Yoshida <kohei.yosh...@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 ); _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits