diff options
Diffstat (limited to 'include/svx/optgrid.hxx')
-rw-r--r-- | include/svx/optgrid.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/optgrid.hxx b/include/svx/optgrid.hxx index 64d28a9a0334..da7e37a73446 100644 --- a/include/svx/optgrid.hxx +++ b/include/svx/optgrid.hxx @@ -86,9 +86,9 @@ public: virtual bool operator==( const SfxPoolItem& ) const override; 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; }; |