Commit Graph

976 Commits

Author SHA1 Message Date
995de2b09e Reduce chatter 2012-04-24 12:22:14 +03:00
86a85224bc s/OpenOffice/LibreOffice/ 2012-04-23 17:58:27 +02:00
7bec04312d WaE: initialization of pointer to null from a constant boolean expression 2012-04-22 21:44:29 +03:00
a219edfbb6 Don't check for ORBit < 2.8
ORBit 2.8 was released in 2003 so let's assume that this isn't being used.  Also
the assumption is that it's coming in through GConf, which isn't true with GConf
3 onwards, released July 2011.
2012-04-19 15:01:52 +01:00
f6eba1a27a fix library link order to work with link --as-needed 2012-04-13 16:54:06 +02:00
3934efe28c sigh, need a 64bit zlib too on windows, reverting 2012-04-13 14:06:55 +01:00
452af5f452 gbuildize internal zlib
and stick headers into the solver in the same hierarchy as is "standard"
so we don't have to patch so much, similiarly rename to libz
2012-04-13 13:15:25 +01:00
e4fb171d3a Replaced a few equal calls with == 2012-04-08 19:24:00 +02:00
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
27cea710fd 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 20:03:42 +02:00
d564c79e6d shell: fix silly flags from 2c5a817591 2012-04-05 16:54:34 +02:00
a7dc11cfbf typo fix 2012-03-27 15:47:07 +02:00
99d1eff4a8 replace OpenOffice.org to LibreOffice in registry keys 2012-03-27 15:40:18 +02:00
9345437f36 .txt files don't need executable bits 2012-03-23 21:58:18 +01:00
9429bbb0c4 .component files don't need executable bits 2012-03-23 21:58:14 +01:00
68f2753710 .h files don't need executable bits 2012-03-23 21:58:13 +01:00
8ba365c923 .c files don't need executable bits 2012-03-23 21:58:12 +01:00
fb067f9bb2 replace OpenOffice.org to LibreOffice in registry keys 2012-03-23 11:45:18 +01:00
1a4276c511 WaE: ignoring lockf return value 2012-03-22 12:26:41 +00:00
f729d2d830 Appease valgrind 2012-03-21 22:42:43 +01:00
baebdaa48e Call inflateInit2 instead of inflateInit for the zip stream 2012-03-21 13:42:54 +01:00
e6aa2b67d4 Remove unused define 2012-03-21 10:52:36 +01:00
101aa287fd Missing include 2012-03-19 19:45:54 +01:00
04366df3bc Simple Zip file-format implementation to avoid the need of minizip 2012-03-19 15:22:55 +01:00
1f09f96e95 mingw: allow use of system zlib 2012-03-18 21:23:41 +01:00
d4b67611c4 Introduced SystemShellExecuteFlags::URIS_ONLY 2012-03-16 15:01:26 +01:00
04c8f56627 WaE: missing initializer for member 2012-03-12 08:53:50 +01:00
c79f0398f6 WaE: deprecated conversion from string constant to 'LPSTR' 2012-03-12 08:53:50 +01:00
b0e3615c63 WaE: deprecated conversion from string constant to 'char*' 2012-03-12 08:53:49 +01:00
392b37cadf WaE: comparison between signed and unsigned integer expressions 2012-03-12 08:53:49 +01:00
5cf40e3821 WaE: variable 'hr' set but not used 2012-03-12 08:53:48 +01:00
3eb65ae04a WaE: variable 'bRet' set but not used 2012-03-12 08:53:48 +01:00
2009feb8ec WaE: defined but not used 2012-03-12 08:53:48 +01:00
9dd2c03c37 WaE: deprecated conversion from string constant to 'LPSTR' 2012-03-12 08:53:47 +01:00
75c5b3561e WaE: deleting object of abstract class type with non-virt. destuctor 2012-03-12 08:53:47 +01:00
c696282069 WaE: variable 'hr' set but not used 2012-03-12 08:53:46 +01:00
5982c0306f suppress errors with -Werror 2012-03-12 08:53:46 +01:00
2c5a817591 WaE: "_WIN32_WINNT" redefined 2012-03-12 08:53:46 +01:00
064d8f1405 WaE: invalid conversion from 'const char*' to 'LPSTR' 2012-03-12 08:53:44 +01:00
bd6757d60d WaE: value computed is not used 2012-03-12 08:53:42 +01:00
ca67ec0ebc WaE: initialization order 2012-03-12 08:53:39 +01:00
3b521d1bc6 WaE: "_WIN32_WINNT" redefined 2012-03-12 08:53:39 +01:00
d30b4e9fb6 Get rid of size() == 0 2012-02-19 17:07:46 +04:00
23af031b09 Fix typos in comments 2012-02-18 09:35:43 +00:00
a6ed487d97 Decrease verbiage a little bit 2012-01-27 15:52:23 +02:00
8ab3795596 make shell ByteString free 2012-01-23 11:37:05 +00:00
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones.  To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
933cb63dcc Fix spelling typo 2012-01-20 16:17:16 +01:00
806dce17d6 Fix for fdo43460 Part XXXIV getLength() to isEmpty()
Part XXXIV
Modules
shell, slideshow, sot, starmath
2012-01-11 18:43:07 -02:00
5451e9c702 catch exception by constant reference 2011-12-26 03:38:50 +09:00