diff options
Diffstat (limited to 'include/editeng/shaditem.hxx')
-rw-r--r-- | include/editeng/shaditem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/shaditem.hxx b/include/editeng/shaditem.hxx index 36c589a7cbd1..43ec3bc7210e 100644 --- a/include/editeng/shaditem.hxx +++ b/include/editeng/shaditem.hxx @@ -56,7 +56,7 @@ public: virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE; virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE; - virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, + virtual bool GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE; |