Commit Graph

12 Commits

Author SHA1 Message Date
Noel Grandin
71b809959b remove unnecessary use of void in function declarations
ie.
    void f(void);
becomes
    void f();

I used the following command to make the changes:

  git grep -lP '\(\s*void\s*\)' -- *.cxx \
    | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;'

and ran it for both .cxx and .hxx files.

Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
2015-04-15 11:47:12 +02:00
Thomas Arnhold
530899ba18 cppuhelper: fix includes
Change-Id: I0e6bc822d19cf266dea716fe92f2ccd08d87c51f
2014-06-04 21:18:39 +02:00
Stephan Bergmann
58996b1954 Remove needless SAL_DLLPRIVATE annotations
Change-Id: Iaf2d742ae3dcc15a915a996805955d93daac9d45
2014-02-03 16:05:10 +01:00
Stephan Bergmann
81cb6a7fbc [API CHANGE] cppu::Enterable::v_isValid returns bool
While strictly speaking an incompatible change, it is extremely unlikely that
external code uses cppu::Enterable at all; this should always have been a
private URE implementation detail.

Change-Id: I2c3fe754fe6268b18ca03532229f3403736f6f6e
2014-01-10 17:11:43 +01:00
Thomas Arnhold
8b27d78b4a automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings
Done with a perl regex:

s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms

Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec
Reviewed-on: https://gerrit.libreoffice.org/2832
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-19 09:00:26 +00:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Norbert Thiebaud
c10fb61c1a remove include of pch header in cppuhelper 2011-11-27 13:03:19 -06:00
Sebastian Spaeth
a715e1b3d0 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14 17:04:31 +02:00
Jens-Heiner Rechtien
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
Rüdiger Timm
495d8fb98f INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED
2008/03/28 15:25:28 rt 1.3.38.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:42:54 +00:00
Oliver Bolte
68d2628584 INTEGRATION: CWS unomacli64 (1.2.6); FILE MERGED
2007/06/08 09:53:51 kr 1.2.6.2: #i78114# missing includes for precompiled headers
2007/06/08 08:40:55 kr 1.2.6.1: #i77422# Use va_list * instead of plain type
2007-07-18 11:18:27 +00:00
Kurt Zenker
2b8c305ec6 INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED
2007/03/05 11:56:20 kr 1.1.2.1.2.2: adapted: to changed purpenvhelper
2007/01/31 10:42:36 kr 1.1.2.1.2.1: fixed: license
2007-05-09 12:26:30 +00:00