office-gobmx/offapi
Michael Stahl 753e9b3d45 udkapi, offapi: do not use #include "foo":
Evidently on Windows, the newfangled ucpp handles #include "foo"
differently from #include <foo> and treats it as a relative path, while
the angle brackets always result in absolute paths.
Since relative paths result in infinite rebuilds if make is invoked in a
different directory, don't use #include "foo" in IDL files.

Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
2012-07-30 20:49:09 +02:00
..
com/sun/star udkapi, offapi: do not use #include "foo": 2012-07-30 20:49:09 +02:00
prj
type_reference offapi: update types.rdb to what is shipping in LO 3.6.0.3 2012-07-26 21:02:11 +02:00
util
Makefile
Module_offapi.mk
README
UnoApi_offapi.mk
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.