summaryrefslogtreecommitdiff
path: root/svx/source/dialog/fntctrl.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 11:12:15 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 11:12:15 +0000
commit2e6665f19caf3fac3eb4196b451f18520f0575fd (patch)
treebd12eba624f7d022d9e9649abe9d1b126b5866a5 /svx/source/dialog/fntctrl.cxx
parent5e90badb402b0560450be4956484a6b274507940 (diff)
INTEGRATION: CWS sb59 (1.17.62); FILE MERGED
2006/08/18 12:02:47 sb 1.17.62.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'svx/source/dialog/fntctrl.cxx')
-rw-r--r--svx/source/dialog/fntctrl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx
index f67e424aa6..03dd94b8fd 100644
--- a/svx/source/dialog/fntctrl.cxx
+++ b/svx/source/dialog/fntctrl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fntctrl.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 04:19:36 $
+ * last change: $Author: obo $ $Date: 2006-10-12 12:12:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -636,7 +636,7 @@ void SvxFontPrevWindow::Paint( const Rectangle& )
// remove line feeds and carriage returns from string
bool bNotEmpty = false;
- for ( int i = 0; i < pImpl->aText.Len(); ++i )
+ for ( xub_StrLen i = 0; i < pImpl->aText.Len(); ++i )
{
if ( 0xa == pImpl->aText.GetChar( i ) ||
0xd == pImpl->aText.GetChar( i ) )