diff options
Diffstat (limited to 'sfx2/source/config/evntconf.cxx')
-rw-r--r-- | sfx2/source/config/evntconf.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx index 79901d9ddd97..9c43b48a5d46 100644 --- a/sfx2/source/config/evntconf.cxx +++ b/sfx2/source/config/evntconf.cxx @@ -98,14 +98,14 @@ bool SfxEventNamesItem::operator==( const SfxPoolItem& rAttr ) const } -SfxItemPresentation SfxEventNamesItem::GetPresentation( SfxItemPresentation, +bool SfxEventNamesItem::GetPresentation( SfxItemPresentation, SfxMapUnit, SfxMapUnit, OUString &rText, const IntlWrapper* ) const { rText = OUString(); - return SFX_ITEM_PRESENTATION_NONE; + return false; } SfxPoolItem* SfxEventNamesItem::Clone( SfxItemPool *) const |