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
35e9897aec
update_pch: add dba
...
3m32s -> 2m43s
Change-Id: I67f3d05fad90ca06754e8305387171f52b3d7095
2014-05-11 01:55:42 +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
Thomas Arnhold
bfbe8c0b5b
fixincludeguards.sh: dbaccess
...
Change-Id: Iadd4326d58a5df5761a0ed5ce7fd5fb01fb87d11
2013-11-05 09:28:52 +01:00
Jelle van der Waa
2ec606730b
fdo#62475 removed pointless comments
...
Conflicts:
dbaccess/source/filter/xml/xmlfilter.cxx
dbaccess/source/ui/dlg/ConnectionPage.cxx
dbaccess/source/ui/dlg/detailpages.cxx
dbaccess/source/ui/dlg/odbcconfig.cxx
dbaccess/source/ui/querydesign/querycontroller.cxx
Change-Id: I3a05649efa3a43dd8d8fb069fc1bce14ca0a6338
Reviewed-on: https://gerrit.libreoffice.org/5484
Reviewed-by: Petr Mladek <pmladek@suse.cz >
Tested-by: Petr Mladek <pmladek@suse.cz >
2013-08-27 16:11:09 +00: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
Marcos Paulo de Souza
188c2d3442
Remove more STRINGPARAM macros from dbaccess
...
Change-Id: I5a5af27d7c980f6b71011c33531a49a82d79fbc8
Reviewed-on: https://gerrit.libreoffice.org/1771
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br >
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br >
2013-01-21 22:59:17 +00:00
Michael Meeks
577cf8ff67
re-base on ALv2 code.
2012-06-14 17:41:07 +01:00
Caolán McNamara
e9470b0050
add modelines to .hxx files as well
2010-10-27 12:33:13 +01:00
Gil Forcada
58ccb8ca29
Removed comments, trailing spaces and death code (2)
2010-10-13 12:25:14 +02:00
Petr Mladek
fbd40753f5
more removed include guards using fixguard.py
2010-10-05 17:58:28 +02: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
7c574e5101
INTEGRATION: CWS changefileheader (1.6.308); FILE MERGED
...
2008/03/31 13:26:46 rt 1.6.308.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:40:49 +00:00
Jens-Heiner Rechtien
51c62909ad
INTEGRATION: CWS warnings01 (1.5.50); FILE MERGED
...
2006/03/24 15:35:51 fs 1.5.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
2006-06-20 01:43:26 +00:00
Rüdiger Timm
7b879397eb
INTEGRATION: CWS ooo19126 (1.4.204); FILE MERGED
...
2005/09/05 17:32:15 rt 1.4.204.1: #i54170# Change license header: remove SISSL
2005-09-08 09:33:17 +00:00
Jens-Heiner Rechtien
6c6f67eabb
INTEGRATION: CWS insight01 (1.3.10); FILE MERGED
...
2004/02/18 14:45:21 oj 1.3.10.1: #111075# fix rfcount problem
2004-08-02 14:06:23 +00:00
Rüdiger Timm
a9ca24b569
INTEGRATION: CWS ooo20031110 (1.2.148); FILE MERGED
...
2003/11/07 10:50:34 waratah 1.2.148.1: #i21906# bracket an undefined macro so that non permissive build will compile
2003-12-01 17:01:20 +00:00
Ocke Janssen
fbc745411d
#101798# impl connection sharing
2002-08-12 08:21:59 +00:00
Ocke Janssen
444ede053f
#101798# new connection wrapper for shared connections
2002-08-12 07:52:11 +00:00