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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/portox.cxx b/sw/source/core/text/portox.cxx
index df10d88f69d8..d940fa96d7fb 100644
--- a/sw/source/core/text/portox.cxx
+++ b/sw/source/core/text/portox.cxx
@@ -72,7 +72,7 @@ KSHORT SwIsoToxPortion::GetViewWidth( const SwTxtSizeInfo &rInf ) const
!rInf.GetOpt().IsReadonly() && SwViewOption::IsFieldShadings() )
{
if( !nViewWidth )
- pThis->nViewWidth = rInf.GetTxtSize(rtl::OUString(' ')).Width();
+ pThis->nViewWidth = rInf.GetTxtSize(OUString(' ')).Width();
}
else
pThis->nViewWidth = 0;