Age | Commit message (Collapse) | Author |
|
...which were used by ildc, which is gone since
a8485d558fab53291e2530fd9a1be581c1628deb "[API CHANGE] Remove deprecated idlc
and regmerge from the SDK", and have always been ignored as legacy by its
unoidl-write replacement.
This change has been carried out (making use of GNU sed extensions) with
> for i in $(git ls-files \*.idl); do sed -i -z -E -e 's/\n\n((#[^\n]*\n)+\n)*(#[^\n]*\n)+\n?/\n\n/g' -e 's/\n(#[^\n]*\n)+/\n/g' "$i"; done && git checkout extensions/source/activex/so_activex.idl odk/examples/OLE/activex/so_activex.idl
which apparently happened to do the work. (The final two files are not UNOIDL
source files.)
Change-Id: Ic9369e05d46e8f7e8a304ab01740b171b92335cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135683
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
|
|
.. 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
|
|
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
|
|
|
|
|
|
|
|
|
|
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
|
|
2008/03/31 16:04:52 rt 1.5.300.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 16:04:52 rt 1.10.500.1: #i87441# Change license header to LPGL v3.
|
|
2006/11/13 10:55:19 fs 1.4.222.1: corrected PRJNAME
|
|
2005/09/05 12:30:43 rt 1.3.680.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 12:30:42 rt 1.9.242.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 12:30:41 rt 1.9.242.1: #i54170# Change license header: remove SISSL
|
|
2004/05/21 15:04:05 sb 1.8.328.1: #i21150# Added published flag.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|