summaryrefslogtreecommitdiff
path: root/svl/source/items/int64item.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/int64item.cxx')
-rw-r--r--svl/source/items/int64item.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/items/int64item.cxx b/svl/source/items/int64item.cxx
index c407fbeb763a..dca26fab9860 100644
--- a/svl/source/items/int64item.cxx
+++ b/svl/source/items/int64item.cxx
@@ -51,12 +51,12 @@ int SfxInt64Item::Compare( const SfxPoolItem& r, const IntlWrapper& /*rIntlWrapp
return Compare(r);
}
-SfxItemPresentation SfxInt64Item::GetPresentation(
+bool SfxInt64Item::GetPresentation(
SfxItemPresentation, SfxMapUnit, SfxMapUnit, OUString& rText,
const IntlWrapper* /*pIntlWrapper*/ ) const
{
rText = OUString::number(mnValue);
- return SFX_ITEM_PRESENTATION_NAMELESS;
+ return true;
}
bool SfxInt64Item::QueryValue(