summaryrefslogtreecommitdiff
path: root/svl/source/items/srchitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/srchitem.cxx')
-rw-r--r--svl/source/items/srchitem.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/items/srchitem.cxx b/svl/source/items/srchitem.cxx
index dbaf87fcb5af..bcd8266fcf79 100644
--- a/svl/source/items/srchitem.cxx
+++ b/svl/source/items/srchitem.cxx
@@ -262,7 +262,7 @@ bool SvxSearchItem::operator==( const SfxPoolItem& rItem ) const
-SfxItemPresentation SvxSearchItem::GetPresentation
+bool SvxSearchItem::GetPresentation
(
SfxItemPresentation ,
SfxMapUnit ,
@@ -271,7 +271,7 @@ SfxItemPresentation SvxSearchItem::GetPresentation
const IntlWrapper *
) const
{
- return SFX_ITEM_PRESENTATION_NONE;
+ return false;
}
void SvxSearchItem::Notify( const Sequence< OUString > & )