summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-09-24rhbz#836827: SQLFeatureNotSupportedException only in Java 6Stephan Bergmann1-4/+10
...so if the patched hsqldb.jar is compiled with Java 7, it creates instances of SQLFeatureNotSupportedException, and when at LO runtime a Java 5 gcj is used, loading the relevant hsqldb.jar classes will fail with a NoClassDefFoundError caused by a ClassNotFoundException. Adding java.sql.Driver.getParentLogger in Java 7 was an incompatible change, but it appears that the java.sql framework is prepared to handle old implementations (for which the JVM will throw AbstractMethodError), so it appears that it works to fake that AbstractMethodError here. Change-Id: Id1fddc9cbdd8c88cd68fb5877ec59fe8d61e1562
2012-09-24fdo#49819, fdo#54609: Do not consider timestamp differences as corruptionFridrich Štrba1-1/+3
MSO 2010 can produce a files with different timestamps in the central directory entry and local file header Change-Id: Ic6fc0b2fad96eb30babdd7e6ef4a0175936da4c5
2012-09-24Use prefix in the DISABLE_DYNLOADING caseTor Lillqvist1-0/+4
Change-Id: Ic110b66fc8f9e9ce812be3ea2d0672db4d223d39
2012-09-24As far as I can see this function is unusedTor Lillqvist1-5/+0
Avoids duplicate symbol clash with the other function with an identical name and signature in sw/source/ui/uno/swdet2.cxx in the case of disable-dynloading. The IsDocShellRegistered() function used in sw/source/filter/basflt/iodetect.cxx presumably refers to the one in swdet2.cxx, as iodetect and swdet2 both go into the swd library, while fltini goes into the sw library. Change-Id: I2916f1698542679bf18abf9a7981fc32ef2d9829
2012-09-24another attempt to fix android ARM buildDavid Tardon2-6/+4
Change-Id: I36488341d84cb2db05ba564dafa65add79eff9da
2012-09-24drop unused headersDavid Tardon1-3/+0
Change-Id: I4659664bd0c4172d2935c15ef2170715a3519b24
2012-09-24more_font: fix dejavu deliveryNorbert Thiebaud1-25/+22
Change-Id: I557057bfbbbf34a426225ce02052d81a3c190c57
2012-09-24remove unused parameterMarkus Mohrhard1-5/+5
Change-Id: I869d20ae472d6147426391db3912625f7176b2b4
2012-09-23gbuildification of more_fontsNorbert Thiebaud22-40/+315
Change-Id: Ifae1342ee0af447cb08a24e0804f6e42ae826a2a
2012-09-23bool to sal_Bool for rtl::OUStringBuffer::appendMarkus Mohrhard1-1/+1
Change-Id: I4132cbb37438a11ed4e2558d28cd3e397a87d1ce
2012-09-23add forgotten filesMarkus Mohrhard4-0/+80
Change-Id: I9c4b0e1d5027965ba4a8d5e33180cc23376d292a
2012-09-23set encoding of Hungarian MSI tables to UTF-8Andras Timar1-1/+1
needed for the word "Bokma°l" Change-Id: Iea342161edbdf4983906d5859d279de3899a3839
2012-09-23fdo#54276 speed up packaging on Windows significantlyAndras Timar1-3/+8
See the bug for more details. Change-Id: I01aed95c204ebeffa9cd7678f698a100a836f267
2012-09-23followup of bccb30a0Andras Timar5-86/+0
Change-Id: Ibf053d078ad048094527e4e25ee9499dbaacd007
2012-09-23merge_mergemodules_into_msi_database: ditch unused function argumentsAndras Timar2-2/+2
Change-Id: I33ea8817dcbd184cf824fc7252def5e3e9dfa3da
2012-09-23fdo#49350 Speedup "OK" action of auto-correct dialogTomaž Vajngerl4-126/+205
Instead of synchronizing the main list and the list of entries in the dialog, just remember what was added and removed and only add / remove those entries in the main "SvxAutoCorrect" list. Additional add MakeCombinedChanges which adds and remove entries in one call and only writes changes to the "acor" file once. Change-Id: Idcc4c64d25e050c3f6eb9960a59c4a55d06b5ca1
2012-09-23WaE unused parameterMarkus Mohrhard1-3/+2
Change-Id: I223fb29da72f72dcc6ebf218449450ce78ff4857
2012-09-23SCCOL and SCTAB to sal_Int32Markus Mohrhard1-1/+1
Change-Id: I664432ee192dee76c55ee2c3b6d721b8e578be1d
2012-09-23int to sal_Int32Markus Mohrhard1-2/+2
Change-Id: I44c5027c15b4f77a3ee76b62673641cc200fbefe
2012-09-23little refactoring and code simplificationMarkus Mohrhard1-32/+16
Change-Id: I41c7507d668eb0853b97c24217ff04f7dd4acd40
2012-09-23add color scale import test for xlsxMarkus Mohrhard2-0/+22
Change-Id: I8877d285be21ea4cd010cb532de593b3f5ab5975
2012-09-23improve the color Scale testMarkus Mohrhard2-22/+75
Change-Id: I6004874b83adbc602dcad83192cf68607bee5a96
2012-09-23improve the dump code for cond formatsMarkus Mohrhard4-13/+59
Change-Id: Icefaa4777f64ca934928ae2ad95496000df364e9
2012-09-23really fix make syntax. i mean it! honestly!David Tardon1-1/+1
Change-Id: Ic56f7d2db6dcf5ec485ae39891f55ccc5d8b2892
2012-09-23allow make bluez_bluetooth.allDavid Tardon3-0/+3
Change-Id: Ic1d2d52fda7fb4cfbb4e6e6a83d5fe7149f8e003
2012-09-23keep the lists alphabetically sortedDavid Tardon2-6/+11
Change-Id: I82734285736dd9ee5236f522892bd80a80f520fc
2012-09-23do not build what is not necessaryDavid Tardon1-2/+6
Change-Id: I6fb9ff64c2cc408bf4133ddcee4a255b54078e41
2012-09-23fix typoDavid Tardon1-1/+1
Change-Id: I6fc329c2faacac943bf2c1beb234a6cc6d5aaf03
2012-09-23do not add deps on SDFs if not building with langsDavid Tardon1-1/+7
Change-Id: I48fa21356ba32670b137bd3846f00b522af5314b
2012-09-23fix dep on clucene headersDavid Tardon1-1/+1
Change-Id: I1a644dabdd5404645450541ab6a7a94aaf61658d
2012-09-23fix make syntaxDavid Tardon1-1/+1
Change-Id: I6414a49f867c71c7a9a17bbcc9acd5da35e3a292
2012-09-23change the rest of deps on target-spec. varDavid Tardon6-8/+12
Change-Id: I8e8be3d5b419e79902847ffab74e5c50e839444c
2012-09-23be in lexicographic orderTakeshi Abe1-2/+2
Change-Id: I26b15fe1cc5f8f3066f241143d01615a7416eb5b
2012-09-23fix typoTakeshi Abe1-1/+1
Change-Id: I8bb811cfe06d409bebad586c16cf3837551f5a5f
2012-09-23fix build of dictionaries with l10n enabledDavid Tardon1-4/+6
It seems that foo : BAR := xyz foo $$(BAR) does not really work, i.e., it does not generate a dep on xyz, but $$(BAR) expands into an empty string. It is unclear to me whether it is a bug in make or it does not work by design. Info documentation for make only says that target-specific variable _assignments_ are evaluated in the context of the target, so previously defined target-specific variables shall be in scope. There is no mention whether this should work for use of such a variable too (like in the example above). I have always expected it does; experimental evidence shows it does not .-) Change-Id: If99bdcacea403aa925127dd993a7e94ed7d57ae4
2012-09-23nlpsolver depends on translationsAndras Timar1-1/+1
Change-Id: I20f966d4f1ccdefda2b057b00d2d8e2e716fe28d
2012-09-23revert all my recent changes to CustomTarget_readme.mkAndras Timar1-2/+2
Change-Id: I1c831ae13b3bc4856acf819bf3d0a76c3b89422c
2012-09-23Revert "Revert "fix localization of readlicense_oo""Andras Timar1-1/+1
This reverts commit 90a613e0f6e7b35131dda914c7d2212676ab585c.
2012-09-23Revert "fix localization of readlicense_oo"Andras Timar1-1/+1
This reverts commit ae8aa63e7efcb2cef414f2eff6b3d22f9d73f848.
2012-09-23fix localization of readlicense_ooAndras Timar1-1/+1
Change-Id: Ibc73809f565bdecb470191c61650490bca7cd048
2012-09-23fix localization of readlicense_ooAndras Timar1-1/+1
Change-Id: I7af3c826519ae31df960dd46beb0757f22504f13
2012-09-23fix make module.allDavid Tardon1-0/+2
Change-Id: I468c9b6e3381383665ee9c86a485831a176982eb
2012-09-23add translations to tail_buildDavid Tardon2-1/+4
Change-Id: Ibb4d777b216a1782b17dfd9a24c3ee839ccdd980
2012-09-23move readme.xrm one dir upDavid Tardon2-4/+4
Change-Id: I7ee016dbae76c709644f10d950159c3830693d9b
2012-09-23drop obsolete cruftDavid Tardon2-124/+0
Change-Id: I352886daa93c4436e3acff5af7cee2feefec4957
2012-09-23migrate readlicense_oo to gbuildDavid Ostrovsky17-202/+201
Change-Id: I8698d2da889d74a9f806c01f520ac0cbcca67b03
2012-09-23add missing basic keywords to syntax highlighterAndras Timar1-0/+5
Change-Id: I920ad01c0ea338795afeb16e44cd8ec09e5fc5d6
2012-09-23End of ::rtl::OUString to OUString in avmediaRicardo Montania5-30/+30
Change-Id: I1ac8f773ddb72b94d1371fe60948fb2782ddecd4 Reviewed-on: https://gerrit.libreoffice.org/675 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-23The upcoming libwpd 0.9.5 has also WPX_SEEK_END seek typeFridrich Štrba1-0/+6
Change-Id: I7be3b67c797a728b5c72e957c67e3f864072addc
2012-09-23now we can also activate the cond format import test for xlsxMarkus Mohrhard2-1/+1
Change-Id: Idb72bb2616c212439241d93ac28c9649457507a3