summaryrefslogtreecommitdiff
path: root/sw/source/core/text/portxt.cxx
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <od@openoffice.org>2009-11-23 12:21:42 +0100
committerOliver-Rainer Wittmann <od@openoffice.org>2009-11-23 12:21:42 +0100
commit5a529b82230a42b32bc153b89a5e73ff2c4f685f (patch)
tree637d2ebb1c4fead869788fcde9151c410eb4e3b9 /sw/source/core/text/portxt.cxx
parente75e3b6a6f67f069d83172bfb59906471c3d1192 (diff)
cbosdo02: fix compiler warning for Windows
Diffstat (limited to 'sw/source/core/text/portxt.cxx')
-rw-r--r--sw/source/core/text/portxt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/portxt.cxx b/sw/source/core/text/portxt.cxx
index 63a12948dc34..f4bb91d5f3b3 100644
--- a/sw/source/core/text/portxt.cxx
+++ b/sw/source/core/text/portxt.cxx
@@ -833,7 +833,7 @@ void SwFieldFormPortion::Paint( const SwTxtPaintInfo& rInf ) const
{ // a list...
rtl::OUString aTxt;
rInf.DrawViewOpt( *this, POR_FLD );
- rInf.DrawText( aTxt, *this, 0, aTxt.getLength(), false );
+ rInf.DrawText( aTxt, *this, 0, 0/*aTxt.getLength()*/, false );
}
else
{