402139 Commits

Author SHA1 Message Date
Caolán McNamara
74b92741b8 b*, c*: load BitmapEx resources instead of Image ones
Change-Id: Idbf99de17e5349712ef7c3da3ce8bb8b5f879ef7
2017-01-16 11:45:35 +00:00
Miklos Vajna
6d2693853e sw: prefix members of FndLine_
Change-Id: Ibf163a4f77d769d332e7bddac5186e39fc80a161
Reviewed-on: https://gerrit.libreoffice.org/33156
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2017-01-16 11:45:01 +00:00
Noel Grandin
99e09b18b7 new loplugin: useuniqueptr: extensions
Change-Id: Iaafaf0117a339dbb435cec2bbf4dca55629ab8a2
Reviewed-on: https://gerrit.libreoffice.org/33154
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16 11:43:03 +00:00
Christian Lohmaier
18c2a1a902 Updated core
Project: help  f877da8362728007c4771e731487149c084fc2da

typo: add missing space

via translator feedback

Change-Id: I932dde4cc9d728830f8eeb35453853b9d63bfe9c
2017-01-16 11:34:45 +00:00
Noel Grandin
54019e6601 new loplugin: useuniqueptr: comphelper
Change-Id: Iafbaff60d10c9de7b57421e0c24809b08d813987
Reviewed-on: https://gerrit.libreoffice.org/33146
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16 11:29:53 +00:00
Noel Grandin
5fb99f271a new loplugin: useuniqueptr: filter
Change-Id: Ie5cee5d7dd067df121397b60a7adc85c62906e54
Reviewed-on: https://gerrit.libreoffice.org/33155
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16 10:48:31 +00:00
Stephan Bergmann
0f4f5621d1 Use compat::isLookupContext
Change-Id: I5b4523929f971d0345f112ba4f5faff1181cee2b
2017-01-16 10:26:03 +01:00
Caolán McNamara
cafe7442f0 drop old unused vcl/qa/complex tests
Change-Id: I3570b465d406921cbbb225825f9ba410161c9635
2017-01-16 09:16:12 +00:00
Caolán McNamara
f8ec51cc28 boil down the use of OPERATING_SYSTEM to its unorc/uno.ini use
Change-Id: I9f0f98c989cb7ecf6227154e1d81d49abade66c2
2017-01-16 09:14:07 +00:00
Katarina Behrens
29b13a24cf SafeModeDialog: restart in normal mode instead of quitting
Change-Id: I546629656ada6c7a8a15b4dc77a042e1f1106924
Reviewed-on: https://gerrit.libreoffice.org/33059
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2017-01-16 09:11:36 +00:00
Ashod Nakashian
3db1ce30ab Lok: improved tile invalidation compression
Handle corner cases better and eliminate
invalid rects and out-of-bounds coordinates.

Change-Id: Ib9247ae4f0306cf68937cd2678f6386fe7710eec
Reviewed-on: https://gerrit.libreoffice.org/31665
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-01-16 09:09:33 +00:00
Noel Grandin
2abe0df63c new loplugin: useuniqueptr: dbaccess
Change-Id: I2421cd032066c41f80e8b6560c8c4a73f26edeb2
Reviewed-on: https://gerrit.libreoffice.org/33151
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16 09:04:59 +00:00
Noel Grandin
4883355c31 new loplugin: useuniqueptr: cui
Change-Id: I9a72b0d3ca999e2f84c615515fafa90bc7f8f2b6
Reviewed-on: https://gerrit.libreoffice.org/33150
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16 08:55:56 +00:00
aleksandar-stefanovic
9123ba9632 Cleaned up FormattingController
It was coded pretty badly, so I cleaned it up. Most notably, it used
a static instance of the Activity, which is a huge no-no which
creates memory leaks. The irony is, it already had a reference to the
Activity used correctly in the constructor. One memory-leak fixed,
29 more to go (LibreOfficeMainActivity holds that static Activity
object which needs fixing). Also, simplified the "bottom toolbar"
in preparation for the CoordinatorLayout implementation which will
allow the activity to have fancy animations and smart interactions.

Change-Id: I31aa117f6179910db73a5256b0a287357e1dec83
Reviewed-on: https://gerrit.libreoffice.org/33010
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
2017-01-16 08:05:25 +00:00
aleksandar-stefanovic
15c97b28aa Fixed typo in SearchController
Fixed typo in SearchController (SearchDriection -> SearchDirection)
Also tightened up the code.

Change-Id: Iedb6f95c9d8ed04cc166638250c2d565e92d79ff
Reviewed-on: https://gerrit.libreoffice.org/33011
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2017-01-16 08:04:15 +00:00
aleksandar-stefanovic
a2945d837b Replaced list and grid with RecyclerView
Because RecyclerView is more optimized, especially if there are lot
of items. This way, we don't have to recreate ListView and GridView
each time we switch view modes. Changed list adapter to appropriate
RecyclerView adapter, and created new grid adapter inline, next to
the list adapter, while deleting the older grid adapter file. Since
these adapters are almost identical in content, maybe we could:
a) Make them extend the same "base" adapter, to avoid duplicate code
b) Unite them into one adapter which would display appropriate views
at appropriate times.

Change-Id: I1545c2c245ca642a689dee584bffb15f90aac4a6
Reviewed-on: https://gerrit.libreoffice.org/32976
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2017-01-16 08:03:42 +00:00
aleksandar-stefanovic
b610c98b59 Revamped the navigation drawer
Replaced the custom implementation of the drawer with the support library one.
This one inherently follows Material Design guidelines, and is much easier to
maintain. This implementation also allows for header in the drawer, and so
we could put something useful there to make the drawer even better. Also kept
the original way of programatically adding the menu items, although I find this
practice somewhat unelegant. Maybe we could have static list of items, and then
grey-out the ones that aren't currently available? Also added appropriate icons
to the menu items (which are vector drawables, of course), but I only covered
the providers that appeared on my device (I can't confirm that there are no
other providers), so if the provider is covered, it will have an icon, but if
I didn't cover it, it will appear just fine, but without an icon. Maybe we
could move the settings and sorting to the navigation drawer, also? It would
be cleaner and more elegant, IMO.

Change-Id: I02a051f0b75c6d4e16f518aa19fb9c6eef00f5e4
Reviewed-on: https://gerrit.libreoffice.org/32881
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
2017-01-16 08:02:17 +00:00
Noel Grandin
ad694ef65a new loplugin: useuniqueptr: basic
Change-Id: I5a9806e8dd79431f14d6861c8f4d65f828398f07
Reviewed-on: https://gerrit.libreoffice.org/33145
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16 07:30:09 +00:00
Gabor Kelemen
eea337faaf Updated core
Project: help  6d47ddb5ee88c192a4fa3343b1cccf4044c54e2c

Fix Macro assignment page of frames, images and OLE objects

Fixes bookmarks, ahelps and UI element names

Change-Id: I8441005c2bf181af314d3e80b4d926fa9caf923e
Reviewed-on: https://gerrit.libreoffice.org/33109
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-01-16 07:28:06 +00:00
Gabor Kelemen
cf89e28353 Updated core
Project: help  e8625126b630646ca0f490e1f21ef97015bce2a3

tdf#105354 Do not link Macro Selector window to wrong page

With this part dropped (it doesn't make any sense)
the Macro Selector windows Help button does not display
the Customize - Menu tabs help page anymore

Change-Id: I2b74d4e920ee0e6b2172842406e29bbbecc329e5
Reviewed-on: https://gerrit.libreoffice.org/33106
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-01-16 07:27:56 +00:00
Gabor Kelemen
65429653eb Updated core
Project: help  c5f15a5212c3b3da85229045ba24354c1f42726b

Typo: 'theList Box Wizard'

Change-Id: I664271ec7cf1de150c13bf32e1c37b91f2f297a9
Reviewed-on: https://gerrit.libreoffice.org/33105
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16 07:27:41 +00:00
Noel Grandin
7a507b5789 new loplugin: useuniqueptr: accessibility
Change-Id: I0994bfcae23a2714c78e16c9baa7e0a018d46513
Reviewed-on: https://gerrit.libreoffice.org/33144
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16 07:19:26 +00:00
Gabor Kelemen
5de98da7e0 Updated core
Project: help  d384c401e5630c617ac55e4f4b6e7142cc225e1c

Typofixes: spaces missing after </item>

Change-Id: I2344e3f845f83aac65eb0ebe53b1c1f2064f4022
Reviewed-on: https://gerrit.libreoffice.org/33108
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16 06:57:27 +00:00
Gabor Kelemen
285ac82fb3 Updated core
Project: help  ba55e4f84d78748ea2f532515220e3860374a2b7

Typofixes: missing spaces around <emph> and </emph>

Change-Id: I20d9bed521fcf8c8fcba642c55821978cd3c78c3
Reviewed-on: https://gerrit.libreoffice.org/33107
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16 06:56:23 +00:00
Gabor Kelemen
1cba476527 Updated core
Project: help  26f13088c51486cbf9300e6453458f655f61d702

tdf#105089 (partial) Typo: 'if he status' -> 'if the status'

Change-Id: I78c9f36335ee1f79860237b92fa90b4731a589fd
Reviewed-on: https://gerrit.libreoffice.org/33104
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16 06:53:55 +00:00
Noel Grandin
0b272cdf00 new loplugin: useuniqueptr: svx
Change-Id: I0eb3d43d7bcfc491df16a72997a0720a6aec2c5c
Reviewed-on: https://gerrit.libreoffice.org/32959
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16 06:10:36 +00:00
Noel Grandin
570d8dab6d new loplugin: useuniqueptr: chart2
Change-Id: Ic029ed28fd6de8cf4ee204585c1c6e0c8a4b67ff
Reviewed-on: https://gerrit.libreoffice.org/32960
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-16 06:10:10 +00:00
Justin Luth
0611017c1d tdf#74177 Writer table: comment shouldn't prevent IsNumberFormat
This patch allows processing a number even if a comment is the
first item in the string. Previously the result was formula
cells displaying an error message.

Only fields were handled for annotation anchors. Allow other
non-word-breaking markers to be checked for number validity.

Change-Id: I13b3566bf93f0029a28bada470cdd4196271bccd
Reviewed-on: https://gerrit.libreoffice.org/32949
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
2017-01-16 04:24:50 +00:00
Thorsten Behrens
a1784cc9a7 shellcheck: cleanup symstore.sh
Change-Id: I8eb53c06892934c21d55b69d12e3c8ff09696295
2017-01-16 01:14:46 +01:00
Jochen Nitschke
ff407afbb5 tdf#48140 replace CellRangeAddress in xlsx import (16)
Change-Id: Ie44a5b8433e2dc2c253d6c439f9308f936a4508f
Reviewed-on: https://gerrit.libreoffice.org/33094
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2017-01-15 23:54:08 +00:00
Jochen Nitschke
7c73c4605b tdf#48140 replace ApiCellRangeList in xlsx import (3)
Change-Id: I9cb4b14c0b4642c6e630c449dc979521ba0f8ee6
Reviewed-on: https://gerrit.libreoffice.org/33093
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2017-01-15 23:53:13 +00:00
Jochen Nitschke
ff08e8d561 tdf#48140 replace ApiCellRangeList in xlsx import (2)
Change-Id: I3e609c54f7b21c300944362d27248d92ab69b886
Reviewed-on: https://gerrit.libreoffice.org/33092
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2017-01-15 23:52:45 +00:00
Jochen Nitschke
5c6b816225 tdf#48140 replace ApiCellRangeList in xlsx import (1)
Change-Id: I61c2890db1190f2552e16bc26968bec31c5dc6d3
Reviewed-on: https://gerrit.libreoffice.org/33091
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jenkins <ci@libreoffice.org>
2017-01-15 23:51:07 +00:00
Jochen Nitschke
98f2431d3b tdf#48140 replace CellRangeAddress in xlsx import (15)
Change-Id: I31d10a481063f42f1504d0066d8364102d17a1fb
Reviewed-on: https://gerrit.libreoffice.org/33090
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2017-01-15 23:50:42 +00:00
Mark Hung
fef38c79e4 tdf#104372 Update accelerator command of CTRL+M in Draw.
The UNO command of default formatting in Draw is .uno:SetDefault
instead of .uno:ResetAttributes.

Change-Id: I9fea2cb6b89f7869cfcd40fa6e1768952563a4f6
Reviewed-on: https://gerrit.libreoffice.org/33085
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Hung <marklh9@gmail.com>
2017-01-15 23:20:04 +00:00
Xisco Fauli
e033311c1a tdf#80663 Add uitest
Change-Id: Icc9d7d84b44ecbd0531f538ec227b37998b1f5e2
Reviewed-on: https://gerrit.libreoffice.org/33097
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2017-01-15 21:29:05 +00:00
Pedro Giffuni
5f2f0d9799 FreeBSD PPC: Missing patch
Submitted by:	Curtis Hamilton

(cherry picked from commit 55ffac651c9996916680cdc05b32eb1b091a5ccf)

Change-Id: I160ff9369a563d58469682ed96e25c792184708c
2017-01-15 21:00:00 +00:00
Caolán McNamara
18a60a034a crashtesting: fix a badzillion writer layout crashes
e.g. fdo80788-1.odt

 Invalid read of size 2
    at 0x3C031438: SwLinePortion::IsParaPortion() const (porlin.hxx:132)
    by 0x3C05EC56: SwTextFormatter::BuildPortions(SwTextFormatInfo&) (itrform2.cxx:679)
    by 0x3C05F2A2: SwTextFormatter::FormatLine(int) (itrform2.cxx:1550)

  Address 0x3576189e is 30 bytes inside a block of size 40 free'd
    at 0x4C2ED4A: free (vg_replace_malloc.c:530)
    by 0x4E56939: rtl_freeMemory_SYSTEM(void*) (alloc_global.cxx:279)
    by 0x4E56978: rtl_freeMemory (alloc_global.cxx:349)
    by 0x4E5501B: rtl_cache_free (alloc_cache.cxx:1230)
    by 0xDACE741: FixedMemPool::Free(void*) (mempool.cxx:49)
    by 0x3C043AB8: SwTextPortion::operator delete(void*, unsigned long) (portxt.hxx:55)
    by 0x3C043B05: SwHangingPortion::~SwHangingPortion() (porrst.hxx:98)
    by 0x3C043F47: std::default_delete<SwHangingPortion>::operator()(SwHangingPortion*) const (unique_ptr.h:76)
    by 0x3C044070: std::unique_ptr<SwHangingPortion, std::default_delete<SwHangingPortion> >::reset(SwHangingPortion*) (unique_ptr.h:344)
    by 0x3C0888C3: std::unique_ptr<SwHangingPortion, std::default_delete<SwHangingPortion> >::operator=(decltype(nullptr)) (unique_ptr.h:280)
    by 0x3C0888DB: SwTextGuess::ClearHangingPortion() (guess.hxx:51)

since...

commit a706bb06d5326e7a997dd1d71f3f947bd0ad28e6
Date:   Wed Jan 11 14:26:47 2017 +0200

    new loplugin: useuniqueptr: sw part 1

Change-Id: I614029474d684ddcccd4f4a5e9787fe6c19d8fd2
2017-01-15 20:36:24 +00:00
Caolán McNamara
e50b785b5e ditch the irritating inline keyword
Change-Id: I65cdb5a5ba3e5d1ebb852b7e0d3d58b2b2fbbbcd
2017-01-15 20:36:24 +00:00
Bartosz Kosiorek
4f6d6d905f tdf#50916 Make sure that we don't access aCol out of range
Change-Id: Ib41b474c6ae573ca68614aeff8ca2cda5fd52dbc
Reviewed-on: https://gerrit.libreoffice.org/33061
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-01-15 19:56:32 +00:00
Xisco Fauli
91f8766db5 tdf#92611: Add uitest
Change-Id: I9b07b185fd1c3f43c06713d4e5fde8d97b2991ef
Reviewed-on: https://gerrit.libreoffice.org/33099
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2017-01-15 19:36:17 +00:00
Gian Domenico Ceccarini
e8826d0d53 replace xsl:comment with /*
Change-Id: Ieeebda1fdd1db7dd9a08c7393788bac2509ab637
Reviewed-on: https://gerrit.libreoffice.org/33020
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-01-15 18:45:56 +00:00
Stephan Bergmann
5070d09b4a -Werror,-Wunused-private-field
Change-Id: Ice443900fe8066e3f9edaf789b81f6f941414b0a
2017-01-15 18:21:17 +01:00
Thorsten Behrens
17e9a5bf94 gbuild: populate local symstore on Windows
Script based on Lubos' tb master script from
http://nabble.documentfoundation.org/Daily-Win32-debug-builds-td4067279.html

Change-Id: I7f3247367a63078881f3cf51cf3e2cad59ad67b5
Reviewed-on: https://gerrit.libreoffice.org/33088
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-01-15 15:19:21 +00:00
Khaled Hosny
db146ea596 tdf#105015: Don’t ignore all printer fonts
For whatever reason we query printer output device for fonts and for
whatever reason GDI will only report fonts from the printer which
often in formats we want to ignore. This results in aborting the
application when we reject all fonts on the printer!

Just special case printer output devices and hope for the best.

I think this commit is partially blamed as it is evidenced now that
there was a good reason to only abort for window output devices, but
I’m leaving this as it is for now:

commit ea7102c93c33884a68d4dba0de7d52f8ed4f4579
Author: Chris Sherlock <chris.sherlock79@gmail.com>
Date:   Tue Mar 25 21:54:20 2014 +1100

    fdo#74702 OutputDevice::ImplInitFontList() fails if no fonts on device

    It makes no sense that ImplInitFontList() only fails for Window
    instances. I have carefully checked all the functions that use
    this function, and there are no good cases when no fonts won't cause
    problems. In fact, we have a number of functions that specifically
    rely on the fact that ImplInitFontList will populate
    OutputDevice::mpFontCollection with at least one font.

    Therefore, I'm making this abort if it can't populate the collection,
    regardless of whether it is a Window, Printer or VirtualDevice.

    I have also refactored GetDefaultDevice - I now check the default
    pOutDev parameter to see if it is NULL (the default), in which case
    it is referring to the default window, so I call on
    Application::GetDefaultDevice() instead of going straight to the
    pimpl data structure used by the Application class.

Reviewed-on: https://gerrit.libreoffice.org/33014
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit 88d6675a40034fa786efd75cf14175f3c0c83e2e)

Change-Id: I3f34ba0cea9f88966ace3a5ef7fac868972ea5ac
Reviewed-on: https://gerrit.libreoffice.org/33087
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
2017-01-15 12:46:13 +00:00
Szymon Kłos
56fabc4b7e Removed superfluous tooltip
Change-Id: I3f01ec51e30939cf8fcb98f61d047347a6d6a8a0
2017-01-15 13:12:42 +01:00
Gian Domenico Ceccarini
35f858be06 remove newlines, fix whitespace errors and line endings
Change-Id: Ib6e5c7f8f4d751f9af04784422f4ee4841c1b682
Reviewed-on: https://gerrit.libreoffice.org/33019
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-01-15 12:11:05 +00:00
Jaskaran Singh
92fc31dd78 Expose ExternalDataMapper member functions to the public
Change-Id: I182778353e664f9e3dd8003a38c06202e5cdfdec
Reviewed-on: https://gerrit.libreoffice.org/32934
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-01-15 12:03:21 +00:00
Samuel Mehrbrodt
d685b030aa Add build id to crash metadata
Change-Id: I0e11a96936ea08cc439fcc1b1e3ff1f59c636665
Reviewed-on: https://gerrit.libreoffice.org/33026
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-01-15 11:22:46 +00:00
Gian Domenico Ceccarini
409a8890fd fix css xhtml export
Change-Id: Iea65e0c577a8f446ae2adbc75e7efe04326850bb
Reviewed-on: https://gerrit.libreoffice.org/33018
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-01-15 10:15:18 +00:00