Issue 39454 - API: sw.SwXTextSection::com::sun::star::text::TextSection::DDECommandFile
Summary: API: sw.SwXTextSection::com::sun::star::text::TextSection::DDECommandFile
Status: CLOSED DUPLICATE of issue 39236
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P2 Trivial
Target Milestone: ---
Assignee: martin_maher
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-22 13:26 UTC by chne
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2004-12-22 13:26:42 UTC
while testing property "DDECommandFile" the office crashes.

To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o sw.SwXTextSection::com::sun::star::text::TextSection

note: currently I have tests this only on Soalris.
Comment 1 chne 2004-12-22 13:28:13 UTC
.
Comment 2 thomas.lange 2005-01-03 13:09:31 UTC
.
Comment 3 thomas.lange 2005-01-04 13:09:03 UTC
tl->mmaher: This bug seems to be introduced by cmc when he committed version
1.12.6.2 of iodetect.cxx. In SwIoSystem::GetFileFilter there was a
: if (pMedium)
: {...
: }
: else
: {...
: }

where he left only the first part and uncommented the pointer check and the else
part.
However in this API test pMedium is 0 and thus
:		SvStream* pIStrm = pMedium->GetInStream();
crashes.

Since I'm not at all familiar with this files and what it is needed for,
can you take care of this one?
Comment 4 stephan.wunderlich 2005-01-04 13:32:39 UTC
sw->mmaher: seems to be for you and not for me ;-)
Comment 5 Oliver Specht 2005-01-11 08:22:24 UTC
Already fixed, duplicate.

*** This issue has been marked as a duplicate of 39236 ***
Comment 6 Mathias_Bauer 2007-02-05 15:47:19 UTC
going to close ancient issues
Comment 7 Mathias_Bauer 2007-02-05 15:51:52 UTC
closing
Comment 8 Mathias_Bauer 2007-02-05 15:54:57 UTC
closing