Issue 50350 - cleanup IDL versus implementation
Summary: cleanup IDL versus implementation
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: sdk (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: oooqa
: 60766 (view as issue list)
Depends on:
Blocks:
 
Reported: 2005-06-06 09:03 UTC by jsc
Modified: 2013-02-24 20:55 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 jsc 2005-06-06 09:03:40 UTC
In IDL the module is named "com.sun.star.text.textfield" but when i try to
instantiate a service with this name i got an ServiceNotRegisteredException.
Instead of the lowercase version i have to use for example
"com.sun.star.text.TextField.Annotation".

We should clean up the implementation to support the lowercase and the uppercase
version for compatibility reasons. Because the lowercase version is the correct
module name relating to our naming convention.

And we should fix the same problem for "com.sun.star.text.FieldMaster". Here is
the module with uppercase in IDL. We should change it according to the naming
convention to lowercase and should support both versions in the implementation.

Changes are necessary for IDL, the implementation, SDK examples and
documentation (references in IDL as well as the DevGuide)
Comment 1 jsc 2006-01-18 16:12:49 UTC
*** Issue 60766 has been marked as a duplicate of this issue. ***
Comment 2 utomo99 2007-06-09 14:06:02 UTC
after two years, and we have many cleanup. I hope this can be cleanup also. 

Thanks
Comment 3 jsc 2007-06-11 08:14:17 UTC
jsc -> utomo: as you can see 60766 is marked as a duplicate for this issue and
this issue is still not closed but has a low prio. We will fix it soon. Thanks!