summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28Revert "rm -r solenv/src"Matúš Kukan
This reverts commit 6b7595c57228e86447dbd638a95bc35b55e67180. solenv/src/component.map is actually used in odk/CustomTarget_settings.mk Change-Id: I01dba8e7e37cc9639ae5ea6f9ee7a7bb8fc6c496
2013-02-28fdo#61203 initialise m_aComposedTableName *before* trying to use itLionel Elie Mamane
Change-Id: Ie7a19bdfe9e7bc729a62191362ce0779d73385a0
2013-02-28gbuild: WinResTarget: try that againMichael Stahl
Change-Id: Ib96447c402094b57102e2657546567c51192259c
2013-02-28gbuild: WinResTarget: for dependencies use the actual targetMichael Stahl
Hopefully fixes silly .d files that have "makedepend" as target. Change-Id: I7ebf3c56187acc94f4374353db255cdbffa6df02
2013-02-28rm -r solenv/srcMatúš Kukan
Change-Id: Ie38efcb040ce8f5f02d32bb1375215b816fe46e6
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet
Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a Reviewed-on: https://gerrit.libreoffice.org/2347 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-28fdo#38838, String to OUString in module dbaccess/source/sdbtools/connectionGergő Mocsi
Replaced String to OUString, plus deleted deprecated macro RTL_CONSTASCII_USTRINGPARAM Change-Id: I4464644df8c42692aed7cb078b5f77c482e615f4 Reviewed-on: https://gerrit.libreoffice.org/2380 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-28Related: fdo#59638 DOCX import of w:lvlOverrideMiklos Vajna
Change-Id: I23fca674e2436b09eeea3337b4d3eeb7a33ccf09
2013-02-28fdo#61453 fix truncation on German UIAndras Timar
Change-Id: I4ec173dc2856a6208f1149a5a9cbfc18873d1f2e
2013-02-28Resolves: fdo#36668 allow image captions above imageCaolán McNamara
orientation is the *second* argument, not the first, which may be why this was never implemented, because setting BOTTOM "didn't work". Change-Id: Ief9b7f3ef7f696d38a3da73f9e38fe30a2d6c855
2013-02-28various efforts to consistently apply HIG rulesCaolán McNamara
Change-Id: Iada517a5addaeacbc83f46e55773ae373098c95e
2013-02-28remove the unused dmake solenv .mk filesCaolán McNamara
note that the remaining langlist.mk and minor.mk are included by gbuild makefiles Change-Id: Ib3285cbba0e10ec033bb5968bad5ef9a7d507dd8
2013-02-28Remove dead voice command codeTor Lillqvist
I don't see voice input commands being generated anywhere. Nobody seems to know what this code has been used for. Change-Id: I4e4221dd4dff76086d0268be286c3605e669bae7 Reviewed-on: https://gerrit.libreoffice.org/2452 Reviewed-by: Niko Rönkkö <ronkko@iki.fi> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-28fdo#39468: Translate German commentsDavid Verrier
Change-Id: I29619fab12ae22bda6a8f325eece63d777b0470b Reviewed-on: https://gerrit.libreoffice.org/2468 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-02-28remove code that handled the recently obsoleted PATCH_SO_NAME flagAndras Timar
Change-Id: I34b99883711b41b8038d1229f00bc670582d6398
2013-02-28sw: remove CH_TXT_ATR_FORMELEMENT when CheckboxFieldmark is deletedMichael Stahl
Change-Id: I5f58b558b15f7d11b75554195e10a258d027bcfc
2013-02-28fdo#61016: sw::marks::MarkManager: delay deletion of text fieldmarksMichael Stahl
There is a STL assertion in deleteMarks because the ReleaseDoc call will recursively call into deleteMark again and delete marks that are in the vector vMarksToDelete up the stack. Change-Id: I9139b174f8a518a551a3ca8520396202c306abcf
2013-02-28fdo#61000: writerfilter: filter out unsupported list tab stopsMichael Stahl
Change-Id: Ic9d31eba84b1d8d9cf93d8289621a65d43521a8b
2013-02-28fdo#61309: writerfilter: filter out enormous numbering levelsMichael Stahl
Change-Id: Iafef1c2ca2ca072bd604946fbe19b6a24e323512
2013-02-28add missing openssl & nss3 dependencies to libxmlsecMichael Meeks
These are required at configure time.
2013-02-28Unused UDK_MAJOR/MINOR/MICRO macros (and udkversion.mk), also removed from SDKStephan Bergmann
Change-Id: I466424c5b71de4d6bb126499895539813283502a
2013-02-28Unused SAL_UDK_MAJOR/MINOR/MICRO macros (unused sal/udkversion.h)Stephan Bergmann
Change-Id: Iac16e28979e7d6ae7e0502588f6216d9bfa51eda
2013-02-28Unused LIBRARY_VERSION macroStephan Bergmann
Change-Id: I4adea5036eaba5186faa8faa3d56bde338e8913a
2013-02-28bin PATCH_SO_NAME crackAndras Timar
In VersionInfo of Windows executables the FileDescription property originally contained 80 times 'x' character. These executables were marked as PATCH_SO_NAME and later the installer maker perl program replaced the xxxxxxxxxxx to the actual file description which was defined in scp2. WHy was it good, I have no idea. The problem was that it happened after postprocess, where we signed the binaries, thus diigital signature became corrupted. It is better to give file descriptions via makefiles. Change-Id: Id5ad4470bb7a6313b33fbba09d72d9a009163a89
2013-02-28fdo#39468: Translate German comments in sd/source/core/Stefan Knorr
Change-Id: I91af80438dff2aead6bf32cecd3caa97e05c9a65 Reviewed-on: https://gerrit.libreoffice.org/2461 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-02-28Updated coreDavid Tardon
Project: help dd64dc0f137c28c8889c525adf3eb26caab38db5
2013-02-28remove superfluous targetDavid Tardon
Change-Id: I8efd522b6317922f091269b1c857efdb2d05dd56
2013-02-28remove superfluous targetDavid Tardon
Change-Id: Idbb67a2cb79f8eb4f8cf5834217bb0c900a978a6
2013-02-28fix typoDavid Tardon
Change-Id: I348cc52fc90236e5704c0217326d02c2a34c001b
2013-02-28add missing deps for translations of other modulesDavid Tardon
Change-Id: I13425290fcb19ab373258f79cc9deb9af7fb1d98
2013-02-28pack help index files correctlyDavid Tardon
Change-Id: I9a6847caa8e8432f500b37e89076594c3728fe2b
2013-02-28do not create index for shared help moduleDavid Tardon
Change-Id: I83f9b99abcc952dfea924662a0db8d98efc56307
2013-02-28hack for adding err.html into shared help packDavid Tardon
Change-Id: If1cdcb35be2c2eeb1a3d80ddd7b751e0168982d4
2013-02-28use our default opt/noopt and symbol flags with icuCaolán McNamara
so --enable-symbols gets -g in here with -O2 for gcc always add -fno-strict-aliasing Change-Id: I8d673ebaf26d5afdcc5ae5de626cc7f32ffd6835
2013-02-28fdo#39468: Translated German comments in vcl/{inc,win}Christian M. Heller
Change-Id: I1b11872dd56d93b116a65ac2e3905f751cfafeeb Signed-off-by: Philipp Riemer <ruderphilipp@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/2447 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-02-28Remove unused variableOlivier Hallot
Shuffle some assignments Change-Id: I054ad7642ed4fcc66ce24923a1c945bedb01ef27 Reviewed-on: https://gerrit.libreoffice.org/2457 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-02-28Fix page format UI labels witht mirror pagesOlivier Hallot
The recent page format widget UI was not swapping inner<>left and outer<>right labels when page mirroring was selected. Change-Id: I793180100764293dacb702b725a282a95a6b6238 Reviewed-on: https://gerrit.libreoffice.org/2455 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-02-28fix make <module> for BUILDDIR <> SRCDIRMatúš Kukan
Change-Id: I63528f351685167c1d67551d92afc2826a8b42ac
2013-02-28cleanup some module calls.Michael Meeks
Change-Id: I2871b7e49416c1fb25b80a7a4e7e2dc98efd75d8
2013-02-28odk: do not copy to the same place in parallelMatúš Kukan
Change-Id: I23e26d167b239f4f68ed2c857d2c0a5eaaf1a89c
2013-02-28fix buildMarkus Mohrhard
2013-02-28coverity#988423: fix memory leakMarkus Mohrhard
Change-Id: I3ac2cca7e24e6cc1b47b42c2d42bc7caee91b559 Reviewed-on: https://gerrit.libreoffice.org/2458 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-02-28remove useless comment linesMarkus Mohrhard
Change-Id: I884a97d36ff2ed2f4526cf96af9cac214af4db31
2013-02-28coverity#705769: fix memory leakMarkus Mohrhard
Change-Id: I77454dd6c33c8309991108343a2895792095f95d
2013-02-28coverity#705729: fix memory leakMarkus Mohrhard
Change-Id: I978d0a34b3f94e66f9ebc5ff0ed8d3068ed4fc12
2013-02-28coverity#705726: fix memory leakMarkus Mohrhard
Change-Id: I8ccbd73a937e7506a64ae1925ca20d420117fb73
2013-02-28coverity#705651: fix memory leakMarkus Mohrhard
Change-Id: I1f0c8ac963f16fb4bd0d101c6a62996d9aebab78
2013-02-28coverity#705637: fix memory leak and add documentationMarkus Mohrhard
Change-Id: If06ef8c78a7d3910be3f3d46dca090a4568b5fe7
2013-02-28remove unnecessary ascii artsMarkus Mohrhard
Change-Id: I4b76249ad29ed0ef4a35e2e2bffbf98508bad327