summaryrefslogtreecommitdiff
path: root/svl/source/items/slstitm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/slstitm.cxx')
-rw-r--r--svl/source/items/slstitm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/items/slstitm.cxx b/svl/source/items/slstitm.cxx
index 8fc3c5d10e34..e15106367511 100644
--- a/svl/source/items/slstitm.cxx
+++ b/svl/source/items/slstitm.cxx
@@ -138,7 +138,7 @@ bool SfxStringListItem::operator==( const SfxPoolItem& rItem ) const
}
-SfxItemPresentation SfxStringListItem::GetPresentation
+bool SfxStringListItem::GetPresentation
(
SfxItemPresentation /*ePresentation*/,
SfxMapUnit /*eCoreMetric*/,
@@ -148,7 +148,7 @@ SfxItemPresentation SfxStringListItem::GetPresentation
) const
{
rText = "(List)";
- return SFX_ITEM_PRESENTATION_NONE;
+ return false;
}