summaryrefslogtreecommitdiff
path: root/svl/source/items/ctypeitm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/ctypeitm.cxx')
-rw-r--r--svl/source/items/ctypeitm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/items/ctypeitm.cxx b/svl/source/items/ctypeitm.cxx
index 32944b50e0d4..7d3da748c61d 100644
--- a/svl/source/items/ctypeitm.cxx
+++ b/svl/source/items/ctypeitm.cxx
@@ -134,7 +134,7 @@ void CntContentTypeItem::SetValue( const OUString& rNewVal )
//----------------------------------------------------------------------------
int CntContentTypeItem::Compare( const SfxPoolItem &rWith, const IntlWrapper& rIntlWrapper ) const
{
- String aOwnText, aWithText;
+ OUString aOwnText, aWithText;
GetPresentation( SFX_ITEM_PRESENTATION_NAMELESS,
SFX_MAPUNIT_APPFONT, SFX_MAPUNIT_APPFONT, aOwnText, &rIntlWrapper );
rWith.GetPresentation( SFX_ITEM_PRESENTATION_NAMELESS,
@@ -147,7 +147,7 @@ SfxItemPresentation CntContentTypeItem::GetPresentation(
SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
- XubString & rText,
+ OUString & rText,
const IntlWrapper * pIntlWrapper) const
{
if (_aPresentation.isEmpty())