Szabolcs Dezsi
e4fb171d3a
Replaced a few equal calls with ==
2012-04-08 19:24:00 +02:00
Caolán McNamara
aefbfc7101
callcatcher: update and remove newly unused methods
2012-04-07 15:54:16 +01:00
Szabolcs Dezsi
d6bc02f8c4
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
743f22045c
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
Caolán McNamara
53600134ec
no use is made of FmFormObj::m_nType
2012-04-05 13:59:06 +01:00
Julien Nabet
e511a7d639
Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"
2012-03-29 23:56:31 +02:00
Santiago Martinez
63940b9214
Remove unused code in connectiviy.
2012-03-29 13:16:13 +01:00
Caolán McNamara
34366497a4
remove dangling declaration
2012-03-29 13:16:13 +01:00
Santiago Martinez
10e92b820d
Remove unused code in sqlnode
2012-03-29 13:16:12 +01:00
Takeshi Abe
86647a1873
removed duplicate includes in connectivity
2012-03-29 10:44:49 +09:00
Lionel Elie Mamane
077e711b5f
fdo#47937: copy column privileges into table privileges
2012-03-27 10:52:47 +02:00
Michael Stahl
9345437f36
.txt files don't need executable bits
2012-03-23 21:58:18 +01:00
Michael Stahl
4c5a1a6d43
.sce files don't need executable bits
2012-03-23 21:58:15 +01:00
Michael Stahl
9429bbb0c4
.component files don't need executable bits
2012-03-23 21:58:14 +01:00
Michael Stahl
d7aacb8461
.hrc files don't need executable bits
2012-03-23 21:58:14 +01:00
Michael Stahl
68f2753710
.h files don't need executable bits
2012-03-23 21:58:13 +01:00
Michael Stahl
e476a7632c
.java files don't need executable bits
2012-03-23 21:58:12 +01:00
Caolán McNamara
1dbdcee43f
cut mozab down to size somewhat
2012-03-23 20:47:56 +00:00
Tor Lillqvist
2a1171929e
chmod -x
2012-03-21 13:00:45 +02:00
Caolán McNamara
08fd513e71
callcatcher: update list
2012-03-20 20:35:53 +00:00
Santiago Martinez
33a805ebcf
Remove unused code as listed in unusedcode.easy
2012-03-20 13:00:42 +00:00
Stephan Bergmann
6e67c03dc0
Enable -Wnon-virtual-dtor for GCC 4.6
...
...which has the necessary features to support it.
Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.
cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.
Includes a patch for libcmis, intended to be upstreamed.
2012-03-14 13:32:02 +01:00
David Tardon
ee40910379
WaE: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
2012-03-13 09:03:08 +01:00
Luboš Luňák
d2850c03d8
actually use the base class, not the class itself
2012-03-13 08:35:51 +01:00
David Tardon
ff7aa733b5
suppress "SQL_API redefined" error with -Werror
2012-03-12 08:53:56 +01:00
David Tardon
fc6d226a0e
WaE: missing braces around initializer for 'unsigned char [8]'
2012-03-12 08:53:56 +01:00
David Tardon
48548f0b35
WaE: variable 'hr' set but not used
2012-03-12 08:53:55 +01:00
David Tardon
d56e3db653
WaE: declaration of 'Parameters' shadows a global declaration
2012-03-12 08:53:55 +01:00
David Tardon
b3276fca5d
WaE: "_WIN32_WINNT" redefined
2012-03-12 08:53:54 +01:00
David Tardon
9efb2d1da6
WaE: 'nPos' may be used uninitialized in this function
2012-03-12 08:53:54 +01:00
David Tardon
623f9a6e42
WaE: declaration of 'first' shadows a member of 'this'
2012-03-12 08:53:53 +01:00
David Tardon
bd6310886d
WaE: enumeral and non-enumeral type in conditional expression
2012-03-12 08:53:53 +01:00
David Tardon
e54a81fbb0
add missing member initializers
2012-03-12 08:53:52 +01:00
David Tardon
5511f8e05d
WaE: initialization order
2012-03-12 08:53:52 +01:00
David Tardon
3bee1da46b
suppress error when building with -Werror
...
This is in windows headers--nothing we can do.
2012-03-12 08:53:52 +01:00
David Tardon
02536846f2
WaE: compoarison between signed and unsigned interger expressions
2012-03-12 08:53:51 +01:00
David Tardon
cd8b0994a8
WaE: member initialization order
2012-03-12 08:53:51 +01:00
David Tardon
135e783db2
WaE: base class should be explicitly initialized
2012-03-12 08:53:50 +01:00
Santiago Martinez
fdd3427a58
Removed unused code.
2012-03-08 11:17:08 +05:30
Philipp Weissenbacher
38b510af0a
Finish translating connectivity, fix some whitespace
2012-03-05 23:56:13 +01:00
Philipp Weissenbacher
b599575483
Translate German comments, fix some whitespace
2012-03-05 23:36:38 +01:00
Philipp Weissenbacher
3dcf3c07aa
Translate German comments
2012-03-05 23:15:08 +01:00
Philipp Weissenbacher
2b5327a9b6
Missed two chars
2012-03-05 23:15:07 +01:00
Julien Nabet
4a8710409f
Fix lacking break in switch
2012-03-03 23:42:10 +01:00
David Tardon
856ad69ffe
work around ICE with mingw32-gcc-4.7.0-0.5.20120224
2012-03-01 15:51:33 +01:00
Philipp Weissenbacher
d1e5860bc0
Translate German comments.
2012-03-01 14:54:18 +05:30
Philipp Weissenbacher
2cbabb5e6e
Make it unexecutable
2012-03-01 02:48:49 +01:00
Philipp Weissenbacher
e5f5ab57a1
Translate German comments, fix some whitespace
2012-03-01 02:33:44 +01:00
Caolán McNamara
ac08d3f696
we don't want any of these to be streamed out/in as 64bit values
2012-02-28 16:59:01 +00:00
Philipp Weissenbacher
db8715c5ba
Translate German comments and fix some whitespace
2012-02-28 15:54:45 +01:00