Kohei Yoshida
d4126868a3
EditRTFParser no longer a friend of ImpEditEngine.
2012-04-16 17:13:35 -04:00
Laureano G. Linde
c29d22ce5d
Removed StgHeader::SetClassId(ClsId const &)
2012-04-16 21:50:30 +01:00
Udo Schuermann
0c558610bd
a tiny spelling mistak
2012-04-16 21:48:01 +01:00
Santiago Martinez
5e26d135da
Remove unused code in sd
2012-04-16 21:44:20 +01:00
Santiago Martinez
727675e294
Remove unused code in connectivity.
2012-04-16 21:44:19 +01:00
santi
9800f0c54c
Remove unused code in sc.
2012-04-16 21:44:19 +01:00
Takeshi Abe
0432c53149
removed useless static data
2012-04-17 05:15:07 +09:00
Takeshi Abe
f4137c8e45
removed unused defines
2012-04-17 05:15:06 +09:00
Julien Nabet
8bfee2c0eb
Resolves: fdo#48368 CRASH closing IDE
2012-04-16 21:16:47 +02:00
David Tardon
a2c86edd6a
make that warning, not error
2012-04-16 20:42:34 +02:00
David Tardon
a420516af3
mingw: unbreak make check
...
Even if it does nothing because there is no installation available .-)
2012-04-16 20:24:23 +02:00
David Tardon
afbc8993bd
this is only for _building_ on windows
2012-04-16 20:24:23 +02:00
David Tardon
4845405d40
WaE: could not convert ... from 'const char*' to 'const rtl::OUString'
2012-04-16 20:23:23 +02:00
David Tardon
e6c997c962
mingw: avoid weird build error and -Werror
...
The error message is:
"'*((void*)& aBoundColumn +2)' may be used uninitialized in this function"
using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 .
2012-04-16 20:23:23 +02:00
David Tardon
849b02e446
mingw: avoid weird build error and -Werror
...
The error message is:
"'*((void*)& aValue +1)' may be used uninitialized in this function"
using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 .
2012-04-16 20:23:22 +02:00
David Tardon
6fbe6d281d
WaE: "NOMINMAX" redefined
2012-04-16 20:23:22 +02:00
David Tardon
d9943588ac
WaE: declaration of 'size' shadows a member of 'this'
2012-04-16 20:23:21 +02:00
David Tardon
3129678c4b
WaE: passing NULL to non-pointer argument
2012-04-16 20:23:21 +02:00
David Tardon
2240640bb5
WaE: deprecated conversion from string constant to 'LPTSTR'
2012-04-16 20:23:18 +02:00
David Tardon
7eb020a5b9
WaE: 'auto_ptr' is deprecated
2012-04-16 20:23:16 +02:00
David Tardon
037bb830ea
WaE: deprecated conversion from string constant to 'LPTSTR'
2012-04-16 20:23:15 +02:00
David Tardon
27d0dd881b
WaE: "_WIN32_WINNT" redefined
2012-04-16 20:23:14 +02:00
David Tardon
91be92c24d
WaE: variable 'GDIError' set but not used
2012-04-16 20:23:13 +02:00
David Tardon
2f3fef29bd
WaE: deprecated conversion from string constant to 'LPTSTR'
2012-04-16 20:23:12 +02:00
David Tardon
b1b0ddb816
WaE: deprecated conversion from string constant to 'LPSTR'
2012-04-16 20:23:11 +02:00
David Tardon
f133b54532
WaE: "isnan" redefined
2012-04-16 20:23:08 +02:00
David Tardon
0128edc892
WaE: ignoring #pragma warning
2012-04-16 20:23:07 +02:00
David Tardon
4573948159
WaE: declaration of 'argc' shadows a previous local
2012-04-16 20:23:05 +02:00
David Tardon
cf40c8513a
WaE: variable 'dwWaitResult' set but not used
2012-04-16 20:23:04 +02:00
David Tardon
cc138ca963
WaE: unused variable 'hProcess'
2012-04-16 20:23:03 +02:00
David Tardon
df02932ed3
convert tabs to spaces
2012-04-16 20:23:03 +02:00
David Tardon
f039cd3e48
WaE: unused parameter
2012-04-16 20:23:01 +02:00
David Tardon
a6fd4d1d8b
WaE: initialization order
2012-04-16 20:22:59 +02:00
David Tardon
7e6e16ba6d
WaE: declaration of 'nInd' shadows a previous local
2012-04-16 20:22:58 +02:00
David Tardon
bd51998c2f
WaE: declaration of 'hr' shadows a previous local
2012-04-16 20:22:57 +02:00
David Tardon
bc9229aa0c
WaE: deprecated conversion from string constant to 'LPSTR'
2012-04-16 20:22:55 +02:00
David Tardon
46880d2860
WaE: "CDECL" redefined
2012-04-16 20:22:54 +02:00
David Tardon
f62686942b
WaE: "STRICT" redefined
2012-04-16 20:22:53 +02:00
Rafael Dominguez
a5b909ac6d
Return by value instead of passing by reference to get data.
2012-04-16 18:44:00 +02:00
Rafael Dominguez
05524106d1
Remove deprecated function.
2012-04-16 18:44:00 +02:00
Rafael Dominguez
ae7ad6dab3
Make an out argument a pointer instead of a reference.
...
- Fix some style issues.
2012-04-16 18:44:00 +02:00
Luboš Luňák
6242b36b78
remove unused variable
2012-04-16 18:44:00 +02:00
Caolán McNamara
36245c84ba
Resolves: fdo#48723 add a (hidden) CancelButton so ESC closes about dialog
2012-04-16 16:43:39 +01:00
Andrew Higginson
f73d268896
Resolves: fdo#48659 about dialog misses BuildID
2012-04-16 16:35:00 +01:00
Petr Mladek
ae9a98b436
allow to download main source tarballs again
...
The file "core.ver" was removed in configure together with other "core.*"
files. It was ugly name. Better to use "sources.ver" and the variable
"lo_sources_ver=..."
The source version is not used in "unpack-sources", so do not source the .ver file
at all.
The source tarballs are put into "major.minor.micro" version subdirectory
on the download site now.
2012-04-16 17:20:04 +02:00
Michael Stahl
44092833d3
fdo#38215: forgot idiotic C++ syntax (fix 0868a0155a
)
2012-04-16 16:35:59 +02:00
Caolán McNamara
119b0a666d
callcatcher: update list
2012-04-16 15:21:38 +01:00
Caolán McNamara
3f70484461
catch by const reference
2012-04-16 15:21:37 +01:00
Caolán McNamara
30cdbe0994
hard to tell what side-effects dbtools::StatementComposer::getQuery might have
2012-04-16 15:21:37 +01:00
Caolán McNamara
437c4984db
upgrade GetValueTextByPos family to rtl::OUString
2012-04-16 15:21:36 +01:00