Issue 33346 - API: sw.DocumentSettings::Settings::PrinterIndependentLayout
Summary: API: sw.DocumentSettings::Settings::PrinterIndependentLayout
Status: CLOSED FIXED
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: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-24 14:17 UTC by chne
Modified: 2013-02-24 21:07 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-08-24 14:17:10 UTC
while setting propertie PrinterIndependentLayout office freezes.
To reproduce this behavior just call inside a solar shell:
%SOLARENV%\bin\checkapi -o sw.DocumentSettings::com::sun::star::document::Settings
Comment 1 thomas.lange 2004-09-20 14:08:04 UTC
Fixed in CWS tl03.

Files changed:
sw:
- SwXDocumentSettings.cxx  new revision: 1.39.6.1
comphelper:
- ChainablePropertySet.cxx  new revision: 1.2.64.1
- MasterPropertySet.cxx  new revision: 1.3.64.1

TL->QA: The property ForbiddenCharacters is now implemented read-only as stated
in the IDL. The test now only fails for the property PrinterIndependentLayout
because it is tried to set a value of 4 but only values from 1-3 are defined in
the IDL (css.documents.PrinterIndependentLayout).

Comment 2 thomas.lange 2004-09-20 14:08:49 UTC
.
Comment 3 thomas.lange 2004-11-01 09:27:26 UTC
.
Comment 4 thomas.lange 2004-11-01 09:27:45 UTC
.
Comment 5 thomas.lange 2004-11-01 09:28:22 UTC
OK in CWS tl03.
Comment 6 chne 2004-11-02 09:33:21 UTC
verified in tl03
Comment 7 chne 2004-11-02 09:33:36 UTC
.
Comment 8 chne 2004-12-10 08:50:00 UTC
tested in src680_m64 -> close