Commit Graph

13 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
Stephan Bergmann
034f2e1a2a loplugin:deletedspecial
Change-Id: I1e61d3553795ed8e2b7bc6fa3d1c0f881e777b08
2015-02-07 12:36:00 +01:00
Thomas Arnhold
436f9d16c4 fixincludeguards.sh: reportdesign 2014-04-19 11:10:09 +02:00
Noel Grandin
5babf1b903 remove unnecessary scope qualifier from sal_Bool uses
i.e. convert "::sal_Bool" to "sal_Bool"

Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-04-03 13:54:02 +02:00
Stephan Bergmann
567ef6d578 Second batch of adding SAL_OVERRIDE to overriding function declarations
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.

Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27 18:12:18 +01:00
Stephan Bergmann
5e21a413c7 cppuhelper: retrofit std::exception into overriding exception specs
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
Luboš Luňák
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).

Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Caolán McNamara
e9470b0050 add modelines to .hxx files as well 2010-10-27 12:33:13 +01:00
Jens-Heiner Rechtien
1708f6091b 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
cff095c575 INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED
2008/04/01 15:23:34 thb 1.3.56.3: #i85898# Stripping all external header guards
2008/04/01 12:33:04 thb 1.3.56.2: #i85898# Stripping all external header guards
2008/03/31 13:32:02 rt 1.3.56.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:16:15 +00:00
Ivo Hinkelmann
70623d5c44 INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED
2007/09/06 09:07:43 oj 1.2.28.1: #i77507# check for width, height of a fixed line
2007-11-20 17:58:55 +00:00
Rüdiger Timm
94ccba3eeb Bring module to HEAD. 2007-07-09 10:56:41 +00:00