Commit Graph

9 Commits

Author SHA1 Message Date
2a1b850b78 clean up all the UNO IDL module header guards
.. so I don't keep tripping over the bad ones during my UNO cleanup work.

(1) make them all use a similar syntax, makes it easier to run my automatic checker
(2) some of them were just cut'n'paste accidents waiting to happen
(3) remove unnecessary header guards in the __including__ file. That is very brittle.

Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
2012-12-21 09:12:07 +02:00
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
63607e9e07 re-base on ALv2 code. 2012-06-12 14:56:28 +01:00
91894d52b6 add mode-lines to .idl files 2012-01-05 09:18:17 +00:00
45e7a5b78c Strip include guards in idl files 2011-04-02 00:08:53 +02:00
207456b80e Some fixes to documentation (part 4)
Fixes many spelling errors (checked with en_US spell checker).
Unifies spelling of some common words.
Replaces single quotes ('') with double quotes ("").
Fixes several other errors.
2011-01-28 12:14:19 +00: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
e007f5d7de INTEGRATION: CWS changefileheader (1.2.328); FILE MERGED
2008/03/31 16:02:55 rt 1.2.328.1: #i87441# Change license header to LPGL v3.
2008-04-11 01:04:41 +00:00
a41464944b INTEGRATION: CWS npower3 (1.1.2); FILE ADDED
2006/10/04 18:24:30 npower 1.1.2.3: #i64377# ModuleSizeExceededRequest now to use a sequence for the modules
2006/10/04 13:38:29 npower 1.1.2.2: #i64377# remove published keyword
2006/09/28 17:07:46 npower 1.1.2.1: #i64377# new exception type for interaction handling of password modules
2006-11-01 15:18:58 +00:00