diff options
Diffstat (limited to 'include/svx/xflbmpit.hxx')
-rw-r--r-- | include/svx/xflbmpit.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/xflbmpit.hxx b/include/svx/xflbmpit.hxx index b59053569a75..280f40c9b618 100644 --- a/include/svx/xflbmpit.hxx +++ b/include/svx/xflbmpit.hxx @@ -35,9 +35,9 @@ public: SVX_DLLPRIVATE virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const override; SVX_DLLPRIVATE virtual bool GetPresentation( SfxItemPresentation ePres, - SfxMapUnit eCoreMetric, - SfxMapUnit ePresMetric, - OUString &rText, const IntlWrapper * = nullptr ) const override; + MapUnit eCoreMetric, + MapUnit ePresMetric, + OUString &rText, const IntlWrapper * = nullptr ) const override; SVX_DLLPRIVATE virtual sal_uInt16 GetValueCount() const override; SVX_DLLPRIVATE RECT_POINT GetValue() const { return (RECT_POINT) SfxEnumItem::GetValue(); } |