summaryrefslogtreecommitdiff
path: root/svl/source/items/szitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/szitem.cxx')
-rw-r--r--svl/source/items/szitem.cxx2
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()) + ", ";