diff options
Diffstat (limited to 'include/editeng/optitems.hxx')
-rw-r--r-- | include/editeng/optitems.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/optitems.hxx b/include/editeng/optitems.hxx index 077f9cc3e270..f0fd65239560 100644 --- a/include/editeng/optitems.hxx +++ b/include/editeng/optitems.hxx @@ -42,7 +42,7 @@ public: sal_uInt16 nWhich ); SfxSpellCheckItem( const SfxSpellCheckItem& rItem ); - virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, + virtual bool GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE; @@ -74,7 +74,7 @@ public: SfxHyphenRegionItem( const SfxHyphenRegionItem& rItem ); virtual bool operator==( const SfxPoolItem& ) 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; |