Commit Graph

11 Commits

Author SHA1 Message Date
fc29987385 Remove comment art from offapi and udkapi
I used this "one-liner" to detect comment lines containing
only spaces and '=' or '-'

$ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \;

Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
2012-08-12 19:29:16 +02:00
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
99ced0bdae re-base on ALv2 code. 2012-06-12 15:10:53 +01:00
91894d52b6 add mode-lines to .idl files 2012-01-05 09:18:17 +00:00
08d473b2fb Strip include guards in idl files in ure/udkapi 2011-03-26 22:57:30 +01:00
7c80db2eb3 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
a1d8a25787 INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED
2008/03/31 16:17:42 rt 1.4.92.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:15:41 +00:00
a39f32f4d0 INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED
2005/09/05 14:07:08 rt 1.3.42.1: #i54170# Change license header: remove SISSL
2005-09-09 14:39:33 +00:00
61645ffc03 INTEGRATION: CWS sb18 (1.2.132); FILE MERGED
2004/05/21 15:09:44 sb 1.2.132.1: #i21150# Added published flag.
2004-06-03 14:54:09 +00:00
1f985821e1 proofing by Richard Holt 2001-11-16 14:09:06 +00:00
6e7c12825b #88969# 2001-07-13 11:51:23 +00:00