diff options
Diffstat (limited to 'include/svx/sdtfchim.hxx')
-rw-r--r-- | include/svx/sdtfchim.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdtfchim.hxx b/include/svx/sdtfchim.hxx index 8d2b7448b68b..239b5f822272 100644 --- a/include/svx/sdtfchim.hxx +++ b/include/svx/sdtfchim.hxx @@ -29,7 +29,7 @@ public: SdrTextFixedCellHeightItem( bool bUseFixedCellHeight = false ); SVX_DLLPRIVATE SdrTextFixedCellHeightItem( SvStream & rStream, sal_uInt16 nVersion ); - SVX_DLLPRIVATE virtual SfxItemPresentation GetPresentation(SfxItemPresentation ePresentation, + SVX_DLLPRIVATE virtual bool GetPresentation(SfxItemPresentation ePresentation, SfxMapUnit eCoreMetric, SfxMapUnit ePresentationMetric, OUString &rText, const IntlWrapper * = 0) const SAL_OVERRIDE; |