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
Noel Grandin
358be80f65
comphelper,connectivity: prefer passing OUString by reference
...
Change-Id: I19b2613918ec62ee39bb3e447f3587c5dba1e36a
2014-03-14 07:47:01 +02: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
Michael Meeks
577cf8ff67
re-base on ALv2 code.
2012-06-14 17:41:07 +01:00
Marcel Metz
d59211357a
Removed unnecessary tools/debug.hxx includes.
2012-01-06 23:55:51 +01:00
Norbert Thiebaud
281b13ce89
remove include of pch header in dbaccess
2011-11-27 13:04:48 -06:00
Gil Forcada
1aa44a7761
Removed comments, trailing spaces and death code
2010-10-13 12:18:30 +02:00
Sebastian Spaeth
6450d1a7f5
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-13 10:57:12 +02:00
Petr Mladek
dc8c15ae62
remove 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
922361cd6d
INTEGRATION: CWS changefileheader (1.18.258); FILE MERGED
...
2008/03/31 13:26:41 rt 1.18.258.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:19:20 +00:00
Oliver Bolte
74a6eef5c1
INTEGRATION: CWS pchfix02 (1.17.36); FILE MERGED
...
2006/09/01 17:24:02 kaib 1.17.36.1: #i68856# Added header markers and pch files
2006-09-17 05:29:42 +00:00
Oliver Bolte
2ef93bca23
INTEGRATION: CWS qiq (1.15.118); FILE MERGED
...
2006/06/27 11:52:26 fs 1.15.118.2: RESYNC: (1.15-1.16); FILE MERGED
2006/06/16 11:47:36 fs 1.15.118.1: during #i51143#:
refactored VCollection:
- createEmptyObject now named createDescriptor
- cloneObject removed
- appendObject now returns the newly created object
(previously done via a subsequent call to cloneObject)
2006-07-10 14:00:36 +00:00
Jens-Heiner Rechtien
f0e53cb587
INTEGRATION: CWS warnings01 (1.15.74); FILE MERGED
...
2006/06/14 10:57:44 fs 1.15.74.1: removed useless include
2006-06-20 01:33:22 +00:00
Jens-Heiner Rechtien
801eddd94f
INTEGRATION: CWS dba201b (1.13.44); FILE MERGED
...
2005/09/21 06:40:00 oj 1.13.44.2: RESYNC: (1.13-1.14); FILE MERGED
2005/07/11 13:36:57 fs 1.13.44.1: merging CWS dba201 into CWS dba201b
2005-09-23 11:01:27 +00:00
Rüdiger Timm
5675c01c16
INTEGRATION: CWS ooo19126 (1.13.104); FILE MERGED
...
2005/09/05 17:31:57 rt 1.13.104.1: #i54170# Change license header: remove SISSL
2005-09-08 08:52:19 +00:00
Vladimir Glazounov
53e6382001
INTEGRATION: CWS dba24 (1.12.80); FILE MERGED
...
2005/02/09 08:12:56 oj 1.12.80.1: #i26950# remove the need for XNamed
2005-03-10 15:27:32 +00:00
Jens-Heiner Rechtien
89ca5feda8
INTEGRATION: CWS insight01 (1.11.104); FILE MERGED
...
2003/11/05 11:36:10 oj 1.11.104.1: #111075# ongoing work
2004-08-02 13:58:26 +00:00
Vladimir Glazounov
a0efa07b46
#100000# removed obsolete includes
2002-10-30 13:56:52 +00:00
Ocke Janssen
d1480d1ffa
#104495# make use of the new base classes in connectivity
2002-10-25 07:55:22 +00:00
Ocke Janssen
58b26608a7
#i3289# correct table name quoting so that in every situation the correct schema, catalog is used
2002-10-07 12:09:48 +00:00
Ocke Janssen
5c23bc91fe
#94459# use of correct class
2001-11-08 14:40:35 +00:00
Ocke Janssen
f4eab650ae
#94333# removed double local var
2001-11-06 11:48:49 +00:00
Ocke Janssen
251039c87c
#92883# fix the descriptor handling
2001-10-12 11:02:56 +00:00
Frank Schönheit
477ced0bdd
cppuhelper/extract -> comphelper/extract
2001-03-15 07:29:16 +00:00
Ocke Janssen
1c87080a66
impl sql stmt
2001-02-14 12:18:24 +00:00
Ocke Janssen
bbe91b65be
use of qouteName
2001-01-31 09:54:36 +00:00
Ocke Janssen
e61687234b
clear only self created
2000-11-15 15:07:40 +00:00
Ocke Janssen
983fe7af03
new file
2000-11-15 14:58:11 +00:00