summaryrefslogtreecommitdiff
path: root/sw/source/core/text/portox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/portox.cxx')
-rw-r--r--sw/source/core/text/portox.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/portox.cxx b/sw/source/core/text/portox.cxx
index bda596e5b818..2d8df416b864 100644
--- a/sw/source/core/text/portox.cxx
+++ b/sw/source/core/text/portox.cxx
@@ -65,10 +65,10 @@ SwIsoToxPortion::SwIsoToxPortion() : nViewWidth(0)
KSHORT SwIsoToxPortion::GetViewWidth( const SwTxtSizeInfo &rInf ) const
{
- // Wir stehen zwar im const, aber nViewWidth sollte erst im letzten
- // Moment errechnet werden:
+ // Although we are const, nViewWidth should be calculated in the last
+ // moment possible
SwIsoToxPortion* pThis = (SwIsoToxPortion*)this;
- // nViewWidth muss errechnet werden.
+ // nViewWidth need to be calculated
if( !Width() && rInf.OnWin() &&
!rInf.GetOpt().IsPagePreview() &&
!rInf.GetOpt().IsReadonly() && SwViewOption::IsFieldShadings() )