summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porref.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porref.cxx')
-rw-r--r--sw/source/core/text/porref.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/porref.cxx b/sw/source/core/text/porref.cxx
index 376600f51f75..0a94c0726889 100644
--- a/sw/source/core/text/porref.cxx
+++ b/sw/source/core/text/porref.cxx
@@ -65,8 +65,8 @@ SwIsoRefPortion::SwIsoRefPortion() : nViewWidth(0)
KSHORT SwIsoRefPortion::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
SwIsoRefPortion* pThis = (SwIsoRefPortion*)this;
if( !Width() && rInf.OnWin() && SwViewOption::IsFieldShadings() &&
!rInf.GetOpt().IsReadonly() && !rInf.GetOpt().IsPagePreview() )