Commit graph

483939 commits

Author SHA1 Message Date
Stephan Bergmann
96537cd465 Teach INetURLObject about RFC 7230 URLs with no path but query
While RFC 2616 "Hypertext Transfer Protocol -- HTTP/1.1" defined

> http_URL = "http:" "//" host [ ":" port ] [ abs_path [ "?" query ]]

RFC 7230 "Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing"
defines

> http-URI = "http:" "//" authority path-abempty [ "?" query ]
>            [ "#" fragment ]

Change-Id: I83b1baa404d28bf3b28b1db812f8930bbc1aaf90
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148064
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-03-01 17:41:27 +00:00
Andrea Gelmini
fe04156def Remove duplicated include
Change-Id: I267f3655dcc41613db9de4952beceb34dffefbac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148061
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-03-01 17:02:20 +00:00
Xisco Fauli
3fa61383b5 tdf#153669: sc_uicalc: Add unittest
Change-Id: I2bf478ea4f0d1a35def2455ec1e6480170c9f1ec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148047
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-03-01 16:35:15 +00:00
Stephan Bergmann
6a4015b636 Re-enable Skia in Flatpak builds
...as requested at
<https://github.com/flathub/org.libreoffice.LibreOffice/issues/213> "Can Skia be
reenabled in the Flatpak build?" and implemented on Flathub for now with
<372d036e91>
"Re-enable Skia".  (This partially reverts
9d88f11de5 "Flatpak: Upgrade to 21.08 runtime,
disable Skia".)

Change-Id: I50039d431fd3e6ba4c0d859d71e42e744433806b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148054
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-03-01 16:26:32 +00:00
Xisco Fauli
bccd3f299f sc: move import tests where they belong
and remove CppunitTest_sc_bugfix_test, which is no longer needed

Change-Id: Idb1cff6580c621e325ce0b836695190d25467a0a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148035
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-03-01 16:21:23 +00:00
Michael Weghorn
00a602ca8e tdf#153869 qt: Unminimize window when requested
Remove the `Qt::WindowMinimized` state from the widget's
window states if the `SalFrameToTop::RestoreWhenMin`
flag is set to request restoring the minimized window.

Change-Id: I0cb67f28c1e9c3f48a9a234702a4aaa7e3ffec8d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148036
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2023-03-01 13:24:21 +00:00
Noel Grandin
4def1399b1 allocate cached values inline in VDataSeries
to reduce pointer chasing - these values are all small

Change-Id: I96782494f26666657bf35c06136b4b87f29fdd2a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148039
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-03-01 13:11:32 +00:00
Noel Grandin
6ca077ee71 no need to allocate Gradient separately
it is only one pointer big

Change-Id: I21afdeb8015c658c7b9d5db24bceeb8e43694272
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148038
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-03-01 13:07:33 +00:00
Tomaž Vajngerl
6e8c675809 oox: import directly into docmodel's Theme and ColorSet
This changes the import to directly fill values of a model::Theme
and model::ColorSet, without filling the oox structs first. The
goal is to get rid of the oox in the long run, but for now it is
necessary to keep reading into both, which is a duplication.

The next step is to also fill the FontScheme and FormatScheme
structures.

Change-Id: I488ec096cbc184bc70d24510ac9091a488540422
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147571
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2023-03-01 12:57:29 +00:00
Tomaž Vajngerl
855f7c08d1 send theme info when changing color (in the picker) via UNO command
Change-Id: I288f8fb3375e152b5ee746fab2c05d08150d6c99
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146817
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2023-03-01 12:57:21 +00:00
Xisco Fauli
79434c3215 CppunitTest_sc_subsequent_filters_test: split in two
it already has 109 tests

Change-Id: I2261fbf036862c8005db5a8bc15a1fd55a819319
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148034
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-03-01 12:26:05 +00:00
Andrea Gelmini
f5a352f560 Fix typo
Change-Id: I6bc3777231bada3a1abf2a1e57645d9ceb93acb8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148048
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-03-01 12:23:10 +00:00
Noel Grandin
bb1d1aa2fe no need to allocate ucbhelper::Content separately in SmartContent
it is only one pointer big

Change-Id: Ic7653a59ceebcc4cd7911fabdfc49537c244f960
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148037
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-03-01 11:54:25 +00:00
Andreas Heinisch
b466c1ad26 tdf#109214 - Highlight the favorites in the grid of special characters
Remove visual artifacts around the corners by using horizontal and
vertical round.

Change-Id: I9821103c43dfbd93e6f295034b05da8b74e802e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148040
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2023-03-01 11:18:27 +00:00
Taichi Haradaguchi
7aea297d37 fontconfig: upgrade to release 2.14.2
Change-Id: I5347580318c752517c9ef7a37d4175a2c6db36bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145134
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-03-01 11:10:42 +00:00
Taichi Haradaguchi
ed6eeb2496 curl: upgrade to release 7.88.1
Fixes CVE-2023-23916, 2 CVEs that probably don't affect LO.

Reference: https://curl.se/docs/security.html

Change-Id: If9b3fc7c5ce66bfe1027caff39ea2c1cf55df7ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147673
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2023-03-01 11:10:15 +00:00
Taichi Haradaguchi
1a980e7ac8 postgresql: upgrade to release 13.10
Fixes CVE-2022-41862

Reference: https://www.postgresql.org/support/security/CVE-2022-41862/

Change-Id: I6075838972fec1c091f3150b19c5da4dc80ad6d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147674
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2023-03-01 11:06:44 +00:00
Juergen Funk
9afc6b22e2 git-hooks: overwrite the windows-links not with linux-links
Always when you call build or logerrit, then the windows-links
overwrite with linux-links, but when you using GIT for Windows
you need the windows-links.
This patch made a check it is using GIT for Windows, and check what
for link it is, when wrong link, it output the .git-hooks/README

Improve the check for links, when a link is set not need to set
the link anymore

In .git-hooks/README improve the FOR with delete of the wrong link

look here for GIT for Windows:
https://wiki.documentfoundation.org/Development/BuildingOnWindows/de#Cygwin_and_git

Change-Id: I9f6ef9aca316058ef74cb2b2d107236f03a2e2ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147458
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-03-01 10:44:25 +00:00
Miklos Vajna
e32dfaf155 sw floattable: teach the UI about SwFormatFlySplit
- in SwFramePage, add a new m_xFlySplitCB and bind it to the flysplit
  from the UI description

- map RES_FLY_SPLIT from the doc model to this new weld::CheckButton

- disable the widget for anchor types other than to-para, also
  completely hide it, unless a frame contains a single table, which
  simplifies Word filters

- add UITest for this

Change-Id: I9ef44b5c66679b04c4818dc343870b92f1b6386d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148030
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2023-03-01 09:52:53 +00:00
Armin Le Grand (allotropia)
7c132fd14f MCGR: support ColorSteps in emf export
Change-Id: I7a784587dd86efee0934fdead26f615ba7f396e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147960
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2023-03-01 09:18:07 +00:00
Noel Grandin
aa189d6011 merge SfxDocTplService and SfxDocTplService_Impl
no need for the pimpl pattern here

Change-Id: I8b18df1dc4769bc6f3cc49c1d59910a0cd61d471
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147969
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-03-01 08:40:50 +00:00
Tor Lillqvist
91afabee6b Improve the LibreOfficeKit Document::paintThumbnail() API
No implementation yet.

Change-Id: Ie1dc955bc8b589bd336af0545a2270cbe84a8b9c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148028
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2023-03-01 08:28:21 +00:00
Miklos Vajna
25a01778f9 sw floattable: update layout when enabling fly split via UNO
Changing e.g. the HoriOrientPosition property resulted in a layout
update, but setting IsSplitAllowed to true had no effect on the layout.

The problem seems to be that the new RES_FLY_SPLIT is not handled in any
update notification.

Fix the problem by initially handling this the same way as RES_FRM_SIZE
is already done, that triggers a 2nd page when a large fly frame is
newly allowed to split, for existing fly frames as well.

Disabling needs more work, still.

Change-Id: I2cba04213286e72384a56a28f2b321f7fd577639
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148029
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2023-03-01 07:56:19 +00:00
Xisco Fauli
e7bc46cb95 sc: move export tests where they belong
Change-Id: If2bc32cabcb0d1272b871e8b2676a8c2de05fc00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148015
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-03-01 07:48:19 +00:00
Xisco Fauli
36cd611e6f CppunitTest_sc_subsequent_export_test: split in two
it already has 101 tests

Change-Id: I2fb88e41313049fec649e3592d811a36e10440fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148013
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-03-01 07:47:22 +00:00
Miklos Vajna
5f19b56886 CppunitTest_sw_htmlexport: avoid EmbedImages magic in testEmbedImagesEnabled
Set the filter option explicitly, rather than inferring it from the test
name.

Change-Id: I4af0edce4316b7717512db70e8ad970126e2b3e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148018
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-03-01 07:07:09 +00:00
Andrea Gelmini
f474418bc1 Fix typo
Change-Id: I46f400646bc7d2b7456d294290dc2e159ba14874
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147966
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-03-01 05:50:39 +00:00
Andrea Gelmini
f8efe70aa2 Fix typo
Change-Id: I53e2a2f57ca1f00a07c62918e6e34c57a53fdcf3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148022
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-03-01 05:50:03 +00:00
Andrea Gelmini
f0ad08ab84 Fix typo
Change-Id: I7a1302f472473171b31a4c2b21c9bfbfe1517904
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148020
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-03-01 05:49:39 +00:00
Andrea Gelmini
78670b9dcb Fix typo
Change-Id: Ib620227c38d27d3de1a774f9c3aebfbcc5edd0a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148021
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-03-01 05:49:06 +00:00
Eike Rathke
86942a85b3 Related: tdf#153842 {dsb-DE} group separator is '.' dot instead of NBSP
See also
https://icu4c-demos.unicode.org/icu-bin/locexp?d_=en&_=dsb_DE

Change-Id: I1f6797829812893aaab711ab670a722673a86a42
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148025
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2023-03-01 01:15:20 +00:00
Tomaž Vajngerl
4a7a89b97b create a default theme when SdrPage and SdrModel are created
For a document it is expected that it always has a theme available
so we need to create a theme with some default attributes set (a
default color scheme for now) when we create a SdrModel and SdrPage
(only for Writer currently).

This also changes some ColorSets, SdrPage, SdrModel methods, to use
better return types (cost& instead of raw pointers and vice versa
depending on the use case).

Change-Id: I874247784b845109e42567e3f45647dda46ccf3b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146816
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2023-03-01 00:29:23 +00:00
Eike Rathke
1309e6332d Resolves: tdf#153842 {hsb-DE} currency symbol follows amount with blank
Change-Id: Id8a86541d1f8299763274e048f36af95eee03d72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148023
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2023-02-28 23:25:52 +00:00
Seth Chaiklin
7ff3759d03 Update git submodules
* Update helpcontent2 from branch 'master'
  to 3af327e7465f97c6c9fe0c91253ea64fec6f4153
  - tdf#151063  "index mark" -> "index entry"
    
    Change-Id: I967a2c309ca956e8e75e1a9510574310f4e2a35b
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147907
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-02-28 22:22:27 +00:00
Seth Chaiklin
c6c2661109 tdf#151063 "Index marks" -> "Index entries"
add tooltip for this label, and revise extended tip

Change-Id: Ibff5bac33193df749d7a4117a205f58c0592aefb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147852
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-02-28 22:21:31 +00:00
Seth Chaiklin
fd58af1a2d tdf#153589 expand combobox for main entry character style
Change-Id: Ic1cd023d23be3fdc97b604da0ed51a4f93b2b4c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147849
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-02-28 22:20:38 +00:00
Xisco Fauli
78eeb30220 CppunitTest_sc_subsequent_filters_test2: split into two
it already has 115 tests

Change-Id: I043d000b8782bae66bdd958c0273f8c5ea622a60
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148009
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-02-28 20:43:33 +00:00
Xisco Fauli
e930c607cb CppunitTest_sc_bugfix_test: use CPPUNIT_TEST_FIXTURE()
This suite is large enough so that avoiding the
declaration/registration/definition of each test manually saves a lot of
space.

Change-Id: I842b45e14e1d05de8d8bfd7c1e2baa6da6e1c6f9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147996
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-02-28 20:35:49 +00:00
Xisco Fauli
8f599983b8 CppunitTest_sc_bugfix_test: remove commented out test
This was added in d15f4fc67d
"add disabled test code for tdf#40110" already commented out
if the test is enabled, it will fail because fdo40110test.ods
and fdo40110test.csv were not included in the commit

Change-Id: I11e7860bdfa710a78da1a04f72e9eea5bc00d037
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147967
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-02-28 20:35:40 +00:00
Stephan Bergmann
a7affc26f3 Remove compilerplugins/clang/test/cppunitassertequals.hxx
...which isn't needed anymore to suppress warnings from other plugins like
loplugin:external ever since 45c06838e9 "only
unit-test one loplugin at a time".  Also, the declaration of the function test
in cppunitassertequals.hxx had already started to deviate from its definition in
cppunitassertequals.cxx.

Change-Id: I3fbc8a9a805bd5bc4d8afbf958edff04b89add3f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148010
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-02-28 20:12:55 +00:00
Michael Stahl
d4355f14d1 tdf#143311 writerfilter: import decorative flag on as-char flys too
Change-Id: I9704d35a8286b92169dffd8de7e57e286884f607
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148016
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2023-02-28 19:43:00 +00:00
Mike Kaganski
b7a5ac03e0 tdf#114773: only add space between entry number and text
Modify the hack from commit ce95e39f8e
(tdf#44282 fix missing space for numbered lists in TOC, 2016-08-16),
which added the space after entry numbers unconditionally.

There are other possibilities, like custom separators between the entry
number and text (e.g., [E#][T][E][T][#]); or the entry number (maybe
with limited depth) used with page number (like in [E#][E][T][E#]-[#]).
Generally, when entry number is not immediately followed by entry text,
the space is not needed.

Additionally, the space is not needed when the number text already ends
with a space character.

Change-Id: Ifa6c474574bfb74466ab721eca49f421a3750942
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147997
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-02-28 19:12:34 +00:00
Noel Grandin
261ea82f11 no need to allocate XMLTextColumnsArray_Impl separately
an empty vector is only 2 words big

Change-Id: I3e4a9d42b9ecb44c57ce11c400a17a4c8b053eca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147972
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-28 19:09:13 +00:00
Noel Grandin
d01769af5f no need to allocate tabstops vector separately
an empty vector is only 2 words big

Change-Id: Ib8309d0819c88fe6a4f7cd322c37dd52190bd060
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147971
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-28 19:09:01 +00:00
Patrick Luby
68f33bcc41 Fix iOS build breakage
There were a few remaining DeviceFormat::DEFAULTS in remaining in
IOS blocks after commit  00659bcdbb

Change-Id: I29e1f2bd6d4ce20dea7a45ce17bc6f3b929859c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148008
Tested-by: Jenkins
Reviewed-by: Patrick Luby <plubius@neooffice.org>
2023-02-28 18:44:45 +00:00
Christian Lohmaier
a344f15287 add ipv6 enabled maven repository
maven central so far doesn't support ipv6 on the primary URL (see
https://issues.sonatype.org/browse/MVNCENTRAL-658 ), it is only enabled
on a dedicated ipv6.repo1.maven.org URL currently.
Add that one to the list of repositories so that ipv6-only hosts can also
fetch the dependencies.
(when using internal ipv4 as well, you'll also need to export
JAVA_OPTS="-Djava.net.preferIPv6Addresses=true"
since otherwise the gradle wrapper fails to download gradle)

Change-Id: I22f0e07fd4e6bb518396f76db20c174e45588372
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147917
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2023-02-28 18:27:16 +00:00
Michael Stahl
811dfd7f27 sw: RTF export: fix assert on fdo37077-1.rtf
soffice.bin: /home/ms/lo/master/svl/source/items/itempool.cxx:822: const SfxPoolItem& SfxItemPool::GetDefaultItem(sal_uInt16) const: Assertion `!"unknown which - don't ask me for defaults"' failed.

Because editeng doesnt have RES_MARGIN_TEXTLEFT yet and it's mapped to a
slot id so the dialog works...

Looks like this TABS_RELATIVE_TO_INDENT doesn't exist in editeng anyway.

(regression from commit db115bec92)

Change-Id: I64169a4d6f4663adaa2a17786836c2dcc7e1f394
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148006
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2023-02-28 18:25:55 +00:00
Michael Weghorn
ba92c78296 Fix typo in XComponent doc: "there" -> "their"
Change-Id: I1e7be83bffc17d6887ecb9ac43afe82aae6d661e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147973
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-02-28 17:55:55 +00:00
Andrea Gelmini
ed206ccb9e Fix typo
Change-Id: I1c66185917844bb9b5ee2478a8bae90bb292408d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148007
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-02-28 17:54:34 +00:00
Czeber László Ádám
6ddffa9841 tdf#153681 RTF export: fix extra cell regression at nested tables
Table rows exported with an extra empty cell, if there was a
nested table in them (and not in the last cell).

Partial revert of commit 1f77a5e8d5
"n#203704 fix RTF export table output for subtables".

Note: the partially reverted code was for the old table format
(used before OOo 2.3). This old format is partially converted to the
new table format since commit e366c92881
"sw: ODF import: convert the simplest sub-tables to rowspan tables".

Change-Id: I63ebefbb99e1a95cd60ce8d8dc34c307573d4b58
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147887
Reviewed-by: László Németh <nemeth@numbertext.org>
Tested-by: László Németh <nemeth@numbertext.org>
2023-02-28 17:44:30 +00:00