summaryrefslogtreecommitdiff
path: root/svtools/source/edit/xtextedt.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 14:16:42 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 14:16:42 +0000
commit950a5fcba9514f2a8aba24b2eb14fb6a414845b5 (patch)
treeacddbe0d7a50465493ca648e9af334dccbd83f8b /svtools/source/edit/xtextedt.cxx
parentbebdb22d9ca710341eb0a2214cafa9a1f2ac9f5c (diff)
INTEGRATION: CWS sb59 (1.11.64); FILE MERGED
2006/07/28 15:24:16 sb 1.11.64.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'svtools/source/edit/xtextedt.cxx')
-rw-r--r--svtools/source/edit/xtextedt.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/edit/xtextedt.cxx b/svtools/source/edit/xtextedt.cxx
index 1a490373b691..25d3c6a791e2 100644
--- a/svtools/source/edit/xtextedt.cxx
+++ b/svtools/source/edit/xtextedt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xtextedt.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 14:49:23 $
+ * last change: $Author: obo $ $Date: 2006-10-12 15:16:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -173,7 +173,7 @@ BOOL ExtTextEngine::Search( TextSelection& rSel, const util::SearchOptions& rSea
aStartPaM = aSel.GetStart();
}
- BOOL bFound = FALSE;
+ bool bFound = false;
ULONG nStartNode, nEndNode;
if ( bSearchInSelection )
@@ -234,7 +234,7 @@ BOOL ExtTextEngine::Search( TextSelection& rSel, const util::SearchOptions& rSea
else
{
rSel.GetEnd().GetIndex() = nStartPos;
- bFound = FALSE;
+ bFound = false;
}
}