diff options
Diffstat (limited to 'svl/source/items/szitem.cxx')
-rw-r--r-- | svl/source/items/szitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/szitem.cxx b/svl/source/items/szitem.cxx index d983fcc0f943..ca7bac49880d 100644 --- a/svl/source/items/szitem.cxx +++ b/svl/source/items/szitem.cxx @@ -48,7 +48,7 @@ bool SfxSizeItem::GetPresentation MapUnit /*eCoreMetric*/, MapUnit /*ePresentationMetric*/, OUString& rText, - const IntlWrapper * + const IntlWrapper& ) const { rText = OUString::number(aVal.Width()) + ", " + OUString::number(aVal.Height()) + ", "; |