diff options
Diffstat (limited to 'sfx2/source/doc/frmdescr.cxx')
-rw-r--r-- | sfx2/source/doc/frmdescr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/frmdescr.cxx b/sfx2/source/doc/frmdescr.cxx index 6b9e23663f67..66c0329faed1 100644 --- a/sfx2/source/doc/frmdescr.cxx +++ b/sfx2/source/doc/frmdescr.cxx @@ -198,7 +198,7 @@ SfxPoolItem* SfxFrameDescriptorItem::Clone( SfxItemPool* ) const -SfxItemPresentation SfxFrameDescriptorItem::GetPresentation +bool SfxFrameDescriptorItem::GetPresentation ( SfxItemPresentation /*ePres*/, SfxMapUnit /*eCoreUnit*/, @@ -208,7 +208,7 @@ SfxItemPresentation SfxFrameDescriptorItem::GetPresentation ) const { rText = OUString(); - return SFX_ITEM_PRESENTATION_NONE; + return false; } |