office-gobmx/offapi
Stephan Bergmann a00c4e02ac Improvements on previous commit
* Made XDatabaseContext inherit XDatabaseRegistrations non-optionally, adapted
  call-sites to just use XDatabaseContext w/o querying.  (The previous commit
  had inadvertantly effectively removed support for XDatabaseRegistrations from
  the ODatabaseContext implementation, as an optional UNO super-interface does
  not lead to a super-class in the corresponding C++ class hierarchy, but making
  the super-interface non-optional fixes that anyway.)

* Adapted some more call-sites to just use XDatabaseContext w/o querying.

* Added @since tag.

* Replaced new uses of comphelper::ComponentContext::getUNOContext with
  comphelper::getComponentContext (see 03a9f139bd
  "ComponentContext::getUnoContext -> getComponentContext simplification;" I
  intend to get rid of comphelper/componentcontext.hxx much sooner than of
  comphelper/processfactory.hxx).

Change-Id: I68d09f2dbe651629f79ed21cd40cdb6d6b32c624
2012-09-27 15:03:32 +02:00
..
com/sun/star Improvements on previous commit 2012-09-27 15:03:32 +02:00
prj
type_reference fdo#46808, Adapt sdb::DatabaseContext UNO service to new style 2012-09-27 15:03:32 +02:00
util
Makefile
Module_offapi.mk
README
UnoApi_offapi.mk fdo#46808, Adapt sdb::DatabaseContext UNO service to new style 2012-09-27 15:03:32 +02:00
UnoApiMerge_types.mk

Contains all of the IDL files except those in [[udkapi]]

i.e. the interfaces that are specific to the OppenOffice.org application.
An artificial (?) separation.