diff options
Diffstat (limited to 'include/editeng/cmapitem.hxx')
-rw-r--r-- | include/editeng/cmapitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/cmapitem.hxx b/include/editeng/cmapitem.hxx index 59bc82f14600..00ba3ad0bc2c 100644 --- a/include/editeng/cmapitem.hxx +++ b/include/editeng/cmapitem.hxx @@ -41,7 +41,7 @@ public: const sal_uInt16 nId ); // "pure virtual Methods" from SfxPoolItem + SfxEnumItem - virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, + virtual bool GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE; |