diff options
Diffstat (limited to 'svl/source/items')
-rw-r--r-- | svl/source/items/ctypeitm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/ctypeitm.cxx b/svl/source/items/ctypeitm.cxx index 7d3da748c61d..b62254c4bf72 100644 --- a/svl/source/items/ctypeitm.cxx +++ b/svl/source/items/ctypeitm.cxx @@ -157,7 +157,7 @@ SfxItemPresentation CntContentTypeItem::GetPresentation( if (pIntlWrapper) (const_cast< CntContentTypeItem * >(this))->_aPresentation = INetContentTypes::GetPresentation(GetEnumValue(), - pIntlWrapper->getLanguageTag().getLocale()); + pIntlWrapper->getLanguageTag()); } if (!_aPresentation.isEmpty()) { |