diff options
Diffstat (limited to 'include/svx/xgrscit.hxx')
-rw-r--r-- | include/svx/xgrscit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xgrscit.hxx b/include/svx/xgrscit.hxx index b1312aff2883..d289696c8aa9 100644 --- a/include/svx/xgrscit.hxx +++ b/include/svx/xgrscit.hxx @@ -37,7 +37,7 @@ public: XGradientStepCountItem( SvStream& rIn ); virtual SfxPoolItem* Clone( SfxItemPool* pPool = NULL ) const SAL_OVERRIDE; virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) 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; |