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