This time, wrong path - now hopefully working everywhere.
Signed-off-by: Christian Lohmaier <lohmaier@googlemail.com>
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Fix for fdo#33229 - the lang pack installer icon on mac was still
showing seagulls.
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
(cherry picked from commit 44c6333a2b6923add66d70be6329a6ad4f3aa66d)
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
Signed-off-by: Christian Lohmaier <lohmaier@googlemail.com>
* various forms.OGridControlModel tests segfaulted
* root cause is the migration to stl containers in DbGridControl
* the old tools container returned the removed pointer or NULL causing no failure
* a signed int was used as index while the functions returned a unsigned int
* the GRID_COLUMN_NOT_FOUND magic value was out of the signed range
This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 release.
Only very safe changes, reviewed by three people are allowed.
If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.
If you want to build something cool, unstable, and risky, use master.
This reverts commit 995e00694bb38e00f3b2b8decd44c88d56863484, and
f6b3c7c837eec9f79e76c8e8587d9f635ff82203, to fix fdo#36907. It also permits
some user control over which dicts should be there.
Fix for fdo#34910. Also aligns dictionary names with
bootstrap's 838aba9d2f29464ffbecbdd12fa9e39ec7ce6dd6 commit - which
in turn fixes fdo#36926.
Signed-off-by: Andras Timar <timar74@gmail.com>
The previous revert did not cater for the changed volume name -
the nice libreoffice background image was missing.
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>