diff options
Diffstat (limited to 'include/editeng/orphitem.hxx')
-rw-r--r-- | include/editeng/orphitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/orphitem.hxx b/include/editeng/orphitem.hxx index 99bd179898f2..ff523a3134a3 100644 --- a/include/editeng/orphitem.hxx +++ b/include/editeng/orphitem.hxx @@ -44,7 +44,7 @@ public: virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const SAL_OVERRIDE; virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion ) const SAL_OVERRIDE; - virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, + virtual bool GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE; |