Commit graph

301534 commits

Author SHA1 Message Date
Tor Lillqvist
3a6c12b32f Bin code that is never executed but calls a method that has been removed 2012-02-20 19:12:11 +02:00
Andras Timar
aad0b5d6a6 add $(COMMAND-ECHO) 2012-02-20 18:04:38 +01:00
Andras Timar
3aece33a9b remove avoid_cvs_dir macro 2012-02-20 17:48:14 +01:00
Wei Ming Khoo
38298d3d54 Clang-flagged error for typedef of CardPropertyGetter/Setter 2012-02-20 16:45:53 +00:00
Wei Ming Khoo
e12b26ef24 moz missing this pointers, default constructor 2012-02-20 16:32:51 +00:00
Wei Ming Khoo
f528b3e237 nss unix/os_Linux_x86.s asterix as comment character 2012-02-20 16:32:51 +00:00
Wei Ming Khoo
faca71ef8a stlport stl/_locale.h new operator unrecognized 2012-02-20 16:32:51 +00:00
Tor Lillqvist
c450d9645d No gengal.bin for iOS
Like any of our executables using <sal/main.h>, it doesn't even build
for iOS anyway using the current <sal/main.h> anyway, as there is no
main() ;) Executables for iOS (i.e. unit testers, and some eventual
end.userish apps) will be handled "semi-manually" in some yet to be
worked out fashion.

Makes no sense for Android either, but I'm lazy.
2012-02-20 18:17:29 +02:00
Takeshi Abe
3006397439 Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
to equalsIgnoreAsciiCaseAscii("...")
2012-02-21 01:07:21 +09:00
Miklos Vajna
c306532e0b writerfilter: try to silence MacOSX-Intel tinderbox 2012-02-20 17:06:38 +01:00
Elton Chung
eab072e468 Remove unused code 2012-02-20 15:56:17 +00:00
Stephan Bergmann
fe981519f5 gb_JunitTest_JunitTest takes only one argument 2012-02-20 16:39:59 +01:00
Miklos Vajna
4ac4816766 n#695479 fix rtf/docx import of transparent frames
Previously all frames were opaque by default, which is the Writer but
not the docx/rtf default. Change the default, while keeping the
possibility to set an opaque color background for the frame.
2012-02-20 15:53:41 +01:00
Cédric Bosdonnat
7794baf89e fdo#46073: Implemented soft boundaries only w/o non-printing chars 2012-02-20 15:37:32 +01:00
Stephan Bergmann
f78cb7da33 Improve check for broken -fthreadsafe-statics 2012-02-20 14:30:36 +01:00
David Tardon
bcf1edba4e expect sed has already been detected
Reportedly AC_PROG_SED does not exist on XCode 2.5 .
2012-02-20 14:28:11 +01:00
David Tardon
ad3b8a779d fix mingw build of mythes with system hunspell 2012-02-20 14:28:10 +01:00
Stephan Bergmann
55892c6bd7 Clean up work around spurious warning about missing JRE 2012-02-20 13:36:47 +01:00
Caolán McNamara
65a3ec97b5 Resoves fdo#42901 duplicated .pfb without duplicated .afm drops font
If we have a duplicate font entry the duplicate is dropped, but
if the first font was invalid, e.g. .pfb without .afm this results
in dropping *both* fonts, the valid and invalid one
2012-02-20 12:20:59 +00:00
Caolán McNamara
1be196c7fb WaE: unused variables 2012-02-20 12:20:59 +00:00
Caolán McNamara
39d6e42ca4 WaE: ununsed variables 2012-02-20 12:20:59 +00:00
Caolán McNamara
efbbf9b63c WaE: msvc:C4099 2012-02-20 12:20:59 +00:00
Caolán McNamara
ba1eaf504a WaE: add virtual dtor 2012-02-20 12:20:59 +00:00
Elton Chung
dbff99a60e Remove unused code 2012-02-20 12:08:10 +00:00
Santiago Martinez
9846e25d94 Remove unused code in XMLTextListAutoStylePool. 2012-02-20 11:56:00 +00:00
Petr Vorel
aafcf8c84c Remove unused code 2012-02-20 11:49:35 +00:00
Tor Lillqvist
5febee41a7 Improve (?) explanation 2012-02-20 13:38:46 +02:00
Tim Retout
8b65b2a384 Replace installer::parameter::make_absolute_path. 2012-02-20 11:30:41 +00:00
Tim Retout
621896fb55 Avoid using installer::parameter in installer::ziplist 2012-02-20 11:30:39 +00:00
Tim Retout
f0be445556 Remove unused pre2par::parameter::make_path_absolute 2012-02-20 11:30:39 +00:00
Matúš Kukan
a2ba4dcbd2 It's safer to run one job at a time in instsetoo_native on Windows 2012-02-20 12:21:52 +01:00
Stephan Bergmann
5e0c6ab625 Make ridljar JunitTests work 2012-02-20 12:10:39 +01:00
Stephan Bergmann
73da209a27 Do not remove the destdir prefix in any case
708def7d94 made that code conditional on !$do_link
so that it worked right for the case where making dev-install calls ooinstall
-l.  However, that code now starts to fail also in the --disable-linkoo case
(where building dev-install calls ooinstall w/o -l).  I have no idea whether
that code serves any real purpose in any actual use case, so remove it
completely for now.
2012-02-20 11:11:49 +01:00
Fridrich Štrba
f241f91e03 Fix libvisio's makefile.mk 2012-02-20 10:41:03 +01:00
Miklos Vajna
9592f56323 n#695479 fix anchor handling in SwXText::convertToTextFrame()
When two (or more) text frames was imported without a non-frame
paragraph in between, the first frame was anchored to the second one,
instead of a non-frame paragraph.

The fix is modelled after what the old RTF import already did in
SwRTFParser::Continue() in swparrtf.cxx:493 and
SwRTFParser::SetFlysInDoc() in rtffly.cxx:481.
2012-02-20 10:33:33 +01:00
Tor Lillqvist
31826318df Shared libraries must in practice be called lib*.so on Android
Otherwise the package creating code (part of the SDK) won't include
them and/or the package installation code (on the OS itself) won't
unpack them. (They just silently skip the file.)
2012-02-20 11:20:29 +02:00
Fridrich Štrba
21366a4b95 Uploading new release of libvisio 2012-02-20 10:04:37 +01:00
Tor Lillqvist
0ae63492f5 Add Emacs mode line 2012-02-20 10:49:39 +02:00
Tor Lillqvist
f34b1dc961 Link with gb_STDLIBS here, too
Would it perhaps have been better to always link with gb_STDLIBS
without having to mention it in each Library_*.mk and Executable_*.mk?
And then for those few exceptions come up with some "No STDLIBS,
thanks" thing?
2012-02-20 10:46:54 +02:00
David Tardon
d95be4823e removal of XInplaceLayout.java was reverted later...
This reverts commit e0bea132d8.
2012-02-20 07:29:43 +01:00
David Tardon
e0bea132d8 _XInplaceLayout.java is gone 2012-02-20 07:13:06 +01:00
Santiago Martinez
a5922eb60d Remove unused code in XclExpName 2012-02-20 06:41:12 +01:00
Santiago Martinez
20d6c4d4e9 Remove unused code in XclRoot. 2012-02-20 06:41:12 +01:00
Markus Mohrhard
1c9f0a6ddb move SvListView from Table to ptr_map, related fdo#45679 2012-02-20 06:41:12 +01:00
Matúš Kukan
cfae02e4c4 we do want also create library for smoketest and deliver it 2012-02-20 02:37:42 +01:00
Markus Mohrhard
d9653ee2f3 add testRefresh to ScDatabaseRangeObj, related fdo#44167 2012-02-19 23:52:19 +01:00
Markus Mohrhard
92009abe68 add testRefresh to XDatabaseRange
XDatabase range test case is now finished
2012-02-19 23:52:18 +01:00
Markus Mohrhard
e521ac1a73 this test uses ScNamedRangeObj.ods too
TODO: remove the explicit test file dependency from the interface test
code
don't use one of the test files for another class
2012-02-19 23:52:18 +01:00
Norbert Thiebaud
e69b8a7580 disabled officecfg unittest due to dependencies problems 2012-02-19 15:36:07 -06:00
Matúš Kukan
ee7f6aaa95 Add missing $ 2012-02-19 20:31:56 +01:00