office-gobmx/unotools
Stephan Bergmann 27c7682e5e fdo#46249: UCBContentHelper::GetTitle must not fail for void property
This was a regression introduced with 2af9040d38
"Cleaned up utl::UCBContentHelper."  GetSize exhibited the same problem and has
also been fixed.  IsYounger exhibits a similar problem, but has not been
addressed, as it is unclear what to return in case no dates can be compared; it
is only used in one place (handling SID_EDITDOC in
SfxViewFrame::ExecReload_Impl, sfx2/source/view/viewfrm.cxx) where, it appears,
only contents for which DateModified /does/ yield a non-void value are relevant.

Change-Id: Iff9f5e1ed6f45eede117713d64a265b98f6862b1
2012-08-22 09:11:23 +02:00
..
inc/unotools fdo#46249: UCBContentHelper::GetTitle must not fail for void property 2012-08-22 09:11:23 +02:00
prj
qa/complex/tempfile
source fdo#46249: UCBContentHelper::GetTitle must not fail for void property 2012-08-22 09:11:23 +02:00
util
JunitTest_unotools_complex.mk
Library_utl.mk
Makefile
Module_unotools.mk
Package_inc.mk
README

Helpers for C++ use of UNO.