summaryrefslogtreecommitdiff
path: root/include/svl/srchitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/srchitem.hxx')
-rw-r--r--include/svl/srchitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/srchitem.hxx b/include/svl/srchitem.hxx
index 3a681afc546c..a6edfcbe6366 100644
--- a/include/svl/srchitem.hxx
+++ b/include/svl/srchitem.hxx
@@ -85,7 +85,7 @@ public:
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE;
virtual bool operator == ( const SfxPoolItem& ) const SAL_OVERRIDE;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) 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;
'2014-10-14 14:36:44 +0200'>2014-10-14need explicit bool conversions hereNoel Grandin 2014-10-14fixes and tests for o3tl::typed_flagsNoel Grandin 2014-10-08We should know what our name isTor Lillqvist 2014-10-06It is "template library", not "tools"Tor Lillqvist 2014-10-06Add guess at what o3tl meansTor Lillqvist 2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann 2014-09-15Mark o3tl::heap_ptr as SAL_WARN_UNUSEDStephan Bergmann 2014-05-22Fix memory leaks in test codeStephan Bergmann 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-05-02coverity#1209778 & coverity#1209777 Resource leakChris Sherlock 2014-05-02coverity#1209779 & coverity#1209780 Resource leakChris Sherlock 2014-04-28prefer makefile-gmake-modeTakeshi Abe 2014-02-25Remove visual noise from o3tlAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2013-06-03re-base on ALv2 code. Includes:Michael Meeks 2013-05-08coverity#983036/37/38: Resource leakJulien Nabet 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-03-23Validate cow_wrapper static default pattern.Thorsten Behrens 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-02fdo#60886: _SetGetExpFlds: use the custom operator<Michael Stahl 2013-02-28remove all d.lstMichael Stahl 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2013-01-11fdo#58793: re-implement SwpHintsArray::Resort():Michael Stahl