summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl
AgeCommit message (Collapse)Author
2012-12-21clean up all the UNO IDL module header guardsNoel Grandin
.. 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-07-30udkapi, offapi: do not use #include "foo":Michael Stahl
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-06-12re-base on ALv2 code.Michael Meeks
2012-01-05add mode-lines to .idl filesCaolán McNamara
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-15INTEGRATION: CWS sb86 (1.2.36); FILE MERGEDVladimir Glazounov
2008/03/26 09:57:46 sb 1.2.36.1: #i87123# published
2008-04-11INTEGRATION: CWS changefileheader (1.2.40); FILE MERGEDRüdiger Timm
2008/03/31 16:18:04 rt 1.2.40.1: #i87441# Change license header to LPGL v3.
2007-03-12INTEGRATION: CWS sb36 (1.1.2); FILE ADDEDOliver Bolte
2007/01/25 11:52:27 sb 1.1.2.3: #i51803# Adjusted @since tags. 2007/01/22 13:51:18 sb 1.1.2.2: Dropped obsolete SISSL header. 2005/07/14 12:24:33 sb 1.1.2.1: #i51803# Added support for vnd.sun.star.expand URLs.