09/18/2003 (JSC): BugID=112286
  The reference type library was exchanged with a new one after the release of OpenOffice.org 1.1.
  The type library from build 'srx645 m18' was used.
  From OpenOffice.org 1.1 on the names have changed:
    applicat.rdb      -> types.rdb
    applicat_doc.rdb  -> types_doc.rdb

10/08/2003 (JSC): BugID=112581
  I adopt some service types where in fact of a wrong include order the module scope was doubled.
  This change is compatible. If we woudln't change this now it would result in errors when generating
  code for services. I also change the css.sdb.RowSet service and remove the optional property
  'EscapeProcessing' which is already specified as nonoptional property at the parent service. This makes
  of cource no sense.
  Changed service files:
  - com.sun.star.sdbc.DBASEConnectionService
  - com.sun.star.sdbc.FILEConnectionService
  - com.sun.star.sdbc.FLATConnectionService
  - com.sun.star.sdbc.JDBCConnectionService
  - com.sun.star.sdbc.ODBCConnectionService
  - com.sun.star.sdb.RowSet

11/11/2003 (JSC): BugID=109443
  Adapt the com.sun.star.linguistic2.XConversionDictionaryList IDL type and extend the method
  addNewDictionary with a further exception. The type was never implemented and the change make
  make the interface more usable.
  
01/13/2004 (JSC): BugID=114000
  Adapt type representation of com.sun.star.util.SortDescriptor2. The type was
  empty because of a bug in the idlc compiler (empty service description).

01/30/2004 (JSC,AS): BugID=111770
  AS has inserted new base services to resolve some ambigious service registrations of office documents.
  For example a ...text.WebDocument was ...text.TextDocument, but that is wrong now both services are derived
  from ...text.GenericTextDocument. The same for DrawDocument and PresentationDocument.
  Changed service files:
  - com.sun.star.text.TextDocument
  - com.sun.star.drawing.DrawingDocument
  - com.sun.star.presentation.PresentationDocument

02/12/2004 (JSC): BugID=i23298
  Adapt service description com.sun.star.drawing.GenericDrawPage. The property Number is changed to an 
  optional property (see bug description).

02/12/2004 (JSC,SAB): BugID=112046
  Adapt service description com.sun.star.sheet.Spreadsheet. Remove readonly flag from properties
  IsVisible and PageStyle. Move interface XScenario into new sevice Scenario and add this new service.

04/02/2004 (JSC, TL): BugID=110762
  Adapt official API which is the first time implemented. Add new method to 
  com.sun.star.linguistic2.XConversionDictionary interface and change constant group
  com.sun.star.linguistic2.ConversionDictionaryType.

04/15/2004 (JSC, TL): BugID=i26038
  Move duplicate properties from PageStyle to PageProperties and PageStyle
  supports now the PageProperties service. No information is lost.

