diff options
Diffstat (limited to 'include/editeng/protitem.hxx')
-rw-r--r-- | include/editeng/protitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/protitem.hxx b/include/editeng/protitem.hxx index 46b9e37d9652..9c05284d914a 100644 --- a/include/editeng/protitem.hxx +++ b/include/editeng/protitem.hxx @@ -47,7 +47,7 @@ public: // "pure virtual Methods" from SfxPoolItem virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE; - virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, + virtual bool GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE; |