summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpsdwrect.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-13 06:49:58 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-13 06:49:58 -0500
commit8021c2f31277989f87ca8224234358760bb3c865 (patch)
tree9675645b64b705b590bf1f68556414bd6caecda9 /lotuswordpro/source/filter/lwpsdwrect.cxx
parentfix mis-merge in oox (diff)
downloadcore-8021c2f31277989f87ca8224234358760bb3c865.tar.gz
core-8021c2f31277989f87ca8224234358760bb3c865.zip
convert tools type in lotuswordpro
Diffstat (limited to 'lotuswordpro/source/filter/lwpsdwrect.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpsdwrect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpsdwrect.cxx b/lotuswordpro/source/filter/lwpsdwrect.cxx
index d2732057e297..b84b2520e77a 100644
--- a/lotuswordpro/source/filter/lwpsdwrect.cxx
+++ b/lotuswordpro/source/filter/lwpsdwrect.cxx
@@ -70,7 +70,7 @@
**************************************************************************/
SdwRectangle::SdwRectangle() : m_bRotated(sal_False)
{
- for (UINT16 i = 0; i < 4; i++)
+ for (sal_uInt16 i = 0; i < 4; i++)
{
m_nRectCorner[0] = Point(0, 0);
}