Issue 121582 - [IDL] Unify services and interfaces which are merely an extension
Summary: [IDL] Unify services and interfaces which are merely an extension
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on: 121542
Blocks:
  Show dependency tree
 
Reported: 2013-01-05 19:42 UTC by Ariel Constenla-Haile
Modified: 2013-02-24 21:06 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: Easy


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Ariel Constenla-Haile 2013-01-05 19:42:40 UTC
There are services and interfaces which are merely an extension of other, published, service or interface.

The only reason they were added is that the service/interface was published and couldn't not be extended.

The most prominent example is com::sun::star::ucb::SimpleFieAccess and its three interfaces:

com::sun::star::ucb::XSimpleFileAccess
com::sun::star::ucb::XSimpleFileAccess1
com::sun::star::ucb::XSimpleFileAccess2

For OpenOffice 4 these services and interfaces should be unified.