Issue 21736 - Basic unoService com.sun.star.frame.Settings
Summary: Basic unoService com.sun.star.frame.Settings
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows XP
: P3 Trivial
Target Milestone: ---
Assignee: maison.godard
QA Contact: issues@api
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2003-10-26 19:18 UTC by maison.godard
Modified: 2013-02-24 21:09 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 maison.godard 2003-10-26 19:18:36 UTC
Hi

Thanks to Christian Markgraf reporting this

DicOOo has some troubles under this version

The error seems to be that the API is badly implemented
The message is due to oSettings which seems to be a null object as the
com.sun.star.frame.Settings call doesn't set the object used the line after

Here is the code
	oSettings = createUnoService("com.sun.star.frame.Settings")
	oPathSettings = oSettings.getByName("PathSettings")
Error: Object variable not set executing the second line

Laurent
Comment 1 ooo 2003-10-27 11:51:57 UTC
forwarding to framework team
Comment 2 andreas.schluens 2003-11-03 13:57:11 UTC
Sorry - but this service was deprecated for <=SO7 versions and now
removed for versions >SO7 (means src680)!
Please use the service css.util.PathSettings as replacement.
Comment 3 andreas.schluens 2003-11-05 10:55:36 UTC
.
Comment 4 flibby05 2004-03-21 12:12:17 UTC
.
Comment 5 flibby05 2004-03-21 12:12:44 UTC
closing