diff options
Diffstat (limited to 'include/editeng/nhypitem.hxx')
-rw-r--r-- | include/editeng/nhypitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/nhypitem.hxx b/include/editeng/nhypitem.hxx index eda9a193304d..afd0305212c5 100644 --- a/include/editeng/nhypitem.hxx +++ b/include/editeng/nhypitem.hxx @@ -36,7 +36,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; |