diff options
Diffstat (limited to 'include/svl/rngitem.hxx')
-rw-r--r-- | include/svl/rngitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/rngitem.hxx b/include/svl/rngitem.hxx index 7f5b17c618c1..ac5bd12904aa 100644 --- a/include/svl/rngitem.hxx +++ b/include/svl/rngitem.hxx @@ -38,7 +38,7 @@ public: SfxRangeItem( sal_uInt16 nWID, sal_uInt16 nFrom, sal_uInt16 nTo ); SfxRangeItem( const SfxRangeItem& 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, @@ -67,7 +67,7 @@ public: SfxUShortRangesItem( const SfxUShortRangesItem& rItem ); virtual ~SfxUShortRangesItem(); virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE; - virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, + virtual bool GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString &rText, |