summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/svxbmpnumvalueset.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 11:27:40 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 11:27:40 +0000
commit701f4f6888e09c56a649e7a50eb1ce9eaa70635d (patch)
tree069ad062c24d48fe630f36d871212b2c25b9f1a6 /svx/source/dialog/svxbmpnumvalueset.cxx
parentINTEGRATION: CWS sb59 (1.3.62); FILE MERGED (diff)
downloadcore-701f4f6888e09c56a649e7a50eb1ce9eaa70635d.tar.gz
core-701f4f6888e09c56a649e7a50eb1ce9eaa70635d.zip
INTEGRATION: CWS sb59 (1.6.62); FILE MERGED
2006/08/18 12:02:50 sb 1.6.62.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'svx/source/dialog/svxbmpnumvalueset.cxx')
-rw-r--r--svx/source/dialog/svxbmpnumvalueset.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/svxbmpnumvalueset.cxx b/svx/source/dialog/svxbmpnumvalueset.cxx
index e09ed11c5cf7..417aa7680cee 100644
--- a/svx/source/dialog/svxbmpnumvalueset.cxx
+++ b/svx/source/dialog/svxbmpnumvalueset.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svxbmpnumvalueset.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 04:40:29 $
+ * last change: $Author: obo $ $Date: 2006-10-12 12:27:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -432,8 +432,8 @@ void SvxNumValueSet::UserDraw( const UserDrawEvent& rUDEvt )
if(aParentNumberings[i])
{
//insert old numberings here
- sal_Int16 nStartLevel = std::min((sal_Int32)aParentNumberings[i], i);
- for(sal_Int16 nParentLevel = i - nStartLevel; nParentLevel < i; nParentLevel++)
+ sal_Int32 nStartLevel = std::min((sal_Int32)aParentNumberings[i], i);
+ for(sal_Int32 nParentLevel = i - nStartLevel; nParentLevel < i; nParentLevel++)
{
OUString sTmp(sLevelTexts[nParentLevel]);
sTmp += C2U(".");