diff options
Diffstat (limited to 'include/svl/itempool.hxx')
-rw-r--r-- | include/svl/itempool.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx index 5b6a14dbe139..8f83f4f981c2 100644 --- a/include/svl/itempool.hxx +++ b/include/svl/itempool.hxx @@ -142,8 +142,10 @@ public: @param[out] rText string representation of 'rItem' + + @return true if it has a valid string representation */ - virtual SfxItemPresentation GetPresentation( const SfxPoolItem& rItem, + virtual bool GetPresentation( const SfxPoolItem& rItem, SfxMapUnit ePresentationMetric, OUString& rText, const IntlWrapper * pIntlWrapper = 0 ) const; |