Commit Graph

462680 Commits

Author SHA1 Message Date
3d36ff1a1d loplugin:unusedfields
Change-Id: Ib574403a7f7f8b11c6263c9c19ec6b65c8374ddd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115753
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-05-18 21:42:10 +02:00
67b5e875c6 tdf#118883: sw: Add UItest
Change-Id: I38e7c1a0accf569a70d1d3bc5e04042538afadff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115756
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-05-18 21:16:11 +02:00
39369c6e67 tdf#55007 tdf#142263 tdf#142268 EMF Properly display ARC and CHORD
With previous implementation the ARC, ARCTO and CHORD were
not displayed if the corners of rectangle was switched.

With this patch the shapes are always displayed correctly.

Change-Id: Ie8ac7af812298c0b96c3b5af417117784f128ce1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115757
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2021-05-18 20:42:27 +02:00
8cf56338a9 fix some casts
after
    commit 9090dc1f3b27195f5defd35586ac79357992be21
    Date:   Mon Jan 18 18:27:19 2021 +0200
    split OutputDevice from Window

Change-Id: I2622c9814ec18c98364a7eb18084759f17c80f14
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115762
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-05-18 20:23:41 +02:00
c66de7079f tdf#142337 Button::GetOptimalSize only considered image beside text case
not image above/below text

Change-Id: I5a8e9bfb36cee1460d43478a100e574a3bf1930e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115758
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-18 20:17:15 +02:00
ffc59e2b52 Removed executable bits on picture files
Change-Id: Id9f8297ef6b98630f30d2808e535410360bfc285
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115754
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-05-18 19:05:28 +02:00
81def52473 loplugin:unusedmethods
Change-Id: I8191f4a9eb25b12242354813303fb7d30489d2c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115752
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-05-18 18:20:34 +02:00
b7c44d7a34 loplugin:unnecessaryvirtual
Change-Id: I1c6c4741680d5b49c4e1445d0f4ca7a01fd7e192
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115751
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-05-18 18:20:12 +02:00
12b6cd0233 cid#1484905 Dereference before null check
Change-Id: Ia69cb70cda1ba5bc56bec7d480db1f89b7b9200d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115734
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-18 17:37:26 +02:00
0a32630d11 sw: fix not needed invalidation of title field on each keypress
Type a character, SwDocShell::DoFlushDocInfo() is called because the
number of characters changed, and that rapaints all title fields.

This happens as SwFormatField::UpdateTextNode() calls
SwTextField::ExpandTextField() with bForceNotify=true, because that was
needed for conditional text in commit
cd94a84b89c476760ad74bf088a5d6f8ba4ce209 (125044: - use field's content
cache on <SwTxtFld> construction only, 2014-06-13).

Fix the problem by not forcing notifications for title fields in
SwFormatField::UpdateTextNode(): SwTextField::ExpandTextField() will
send a notification if the expend result differs without forcing as
well.

Change-Id: I5e46ab6aef33ff5e348d40b8644bcc9cf353c326
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115743
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2021-05-18 16:51:30 +02:00
acf309d7e4 cid#1484904 Dereference after null check
Change-Id: I4680b1d45eb9770b1891fa23e88be0d18ba47658
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115741
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-18 16:29:50 +02:00
c02295e5c4 loplugin:logexceptionnicely (clang-cl)
Change-Id: I56a944dbc13d4f2d4ce5b691789e6144a3e13945
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115746
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-05-18 16:14:01 +02:00
eca89ece45 Replace rtl_string_getTokenView with o3tl::getToken
...to not needlessly extend the sal ABI.

At least for now, o3tl::getToken has a simpler interface than its
OString::getToken counterpart (driven mainly by how it is used for now): it does
not support a `token` argument, and its `position` argument must not be npos.
To meet the latter requirement, the check for "subpath" in LineParser::readPath
has been reworked slightly.

Change-Id: I4428fe2d9aa03ca83a436fc6493fbc34665a8033
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115742
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-05-18 16:10:41 +02:00
2f9d909a01 tdf#76817 tdf#141966 ooxmlexport: write OutlineRule if not inherited
The previous LO 6.1 version of this patch was fine in practice,
but in theory the special "Outline" numbering style COULD be
applied directly to a paragraph - especially during import
since "Chapter Numbering" is a LO invention, not a DOCX spec.

So, ensure that both the listLevel and the numId match
what is inherited from the style before deciding that
writing out the numbering is not needed.

This patch will be needed for tdf#141966.

Change-Id: I9ec4477ed18f84c22a0b5941d0d218186ab6875b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115612
Tested-by: Jenkins
Reviewed-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-05-18 16:06:59 +02:00
46c71f04c9 Drop assert checking address of reference is not nullptr
It was introduced in

    commit 9090dc1f3b27195f5defd35586ac79357992be21
    Date:   Mon Jan 18 18:27:19 2021 +0200

        split OutputDevice from Window

and caused my GCC 10 '--enable-werror' build to fail with

    In file included from /usr/include/c++/10/cassert:44,
                     from .../include/tools/ref.hxx:23,
                     from .../include/vcl/outdev.hxx:24,
                     from .../canvas/source/vcl/impltools.hxx:25,
                     from .../canvas/source/vcl/canvas.hxx:39,
                     from .../canvas/source/vcl/canvas.cxx:22:
    .../canvas/source/vcl/outdevholder.hxx: In constructor ‘vclcanvas::OutDevHolder::OutDevHolder(OutputDevice&)’:
    .../canvas/source/vcl/outdevholder.hxx:38:16: error: the compiler can assume that the address of ‘rOutDev’ will never be NULL [-Werror=address]
       38 |         assert(&rOutDev);
          |                ^~~~~~~~
    cc1plus: all warnings being treated as errors
    make[1]: *** [.../solenv/gbuild/LinkTarget.mk:301: /home/michi/development/git/libreoffice/workdir/CxxObject/canvas/source/vcl/canvas.o] Error 1
    make[1]: *** Waiting for unfinished jobs....
    In file included from .../include/comphelper/solarmutex.hxx:25,
                     from .../include/vcl/svapp.hxx:29,
                     from .../canvas/source/vcl/impltools.hxx:24,
                     from .../canvas/source/vcl/spritecanvas.hxx:44,
                     from .../canvas/source/vcl/spritecanvas.cxx:28:
    .../canvas/source/vcl/outdevholder.hxx: In constructor ‘vclcanvas::OutDevHolder::OutDevHolder(OutputDevice&)’:
    .../canvas/source/vcl/outdevholder.hxx:38:16: error: the compiler can assume that the address of ‘rOutDev’ will never be NULL [-Werror=address]
       38 |         assert(&rOutDev);

Change-Id: I9e8ef7e91dba847f4894124348f13755fc620fac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115737
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2021-05-18 14:39:18 +02:00
329cc83324 tdf#128985: sd_export: Add unittest
Change-Id: Id6cfeaeaf8484787705f06b7b1acc9a75287546d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115735
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-05-18 13:54:56 +02:00
6f954416bb gtk4: adapt to new focus controller
Change-Id: I94949f674f98dad218636e191cee11c0fe2bc4d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115733
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-18 13:39:47 +02:00
66b4852551 Use some more std::string_view
Change-Id: I7d4039e87fda447b1d2087b2430a3544e9a1eb14
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115732
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-05-18 13:38:21 +02:00
f5ac56c9f7 Don't remove section at the end of inserted text tdf#142157
Change-Id: Ie52721a480e0bbc76d00f0cc5c9182be6476d939
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115643
Tested-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-05-18 13:36:04 +02:00
ac5b355f7a gtk4: convert width/height to column-span/row-span
Change-Id: I312fa611e125334981a505dd0cc0008f26c0c1d0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115731
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-18 13:08:53 +02:00
7462343cb9 update "add OString::getTokenView"
update
    commit 3669d4ec43a6aa2d410d8351d631548db45a5302
    Date:   Fri May 14 15:51:38 2021 +0200
    add OString::getTokenView (tdf#42374 related)
with suggested changes from gerrit review

Change-Id: I861d960deaa010740a4aa964e402c4c76a85cbc7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115706
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-05-18 12:58:55 +02:00
5c5b058c83 gtk4: relocate GtkButton image to be a child of the GtkButton
Change-Id: Iaf63de3eeebd575bc664d07b0254577219bf1bde
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115730
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-18 12:36:57 +02:00
f80c4bfab6 Move per-Parser::parseLine state into its own LineParser class
(together with the member functions that operate on that state).  That reveals
that Parser::m_nNextToken was always 0 when used, so can be removed.

Change-Id: Iaf27d0503efcc8c7628f2f5f99f6e380c91a3893
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115725
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-05-18 12:30:16 +02:00
0e2389ee8d gtk4: use gtk_text_set_activates_default on GtkSpinButton
so it continues to activate-default like it did in our gtk3 usage

Change-Id: I6ef5eacf54faea4fb4985545461ea617db29296f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115729
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-18 11:28:14 +02:00
2dc5560380 gtk4: enable SpinButton
inherit from GtkInstanceEditable instead of GtkInstanceEntry

Change-Id: If0ddb9b36bfbc6c21edd2119c1c1cff0a7285b89
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115728
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-18 11:27:15 +02:00
c808d2aa92 gtk4: use GtkText delegate in GtkEditable
so we will be able to reuse it for GtkSpinButton

Change-Id: I4cbb9dd6d15a91b717e1251ceff74502595bc1bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115727
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-18 11:26:53 +02:00
90d8186009 gtk[3|4] refactor GtkInstanceEntry
no substantial change intended in this commit

Change-Id: I7f6cd929fdf1e17933cc2a38da8184bcad7eff9e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115726
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-18 11:25:59 +02:00
8d56760cb7 gtk[3|4] these provide a GtkEditable* arg
Change-Id: Ic4a537389da8397de72e50dd623decee045a7257
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115721
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-18 11:25:41 +02:00
31b44b80c0 gtk[3|4] operate on prefetched GtkEditable
Change-Id: I346349957d8d17a7abd5505a0ca284b84a45a427
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115722
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-18 10:20:26 +02:00
816c2bb27b Typo: solt=>slot
Change-Id: I742060932f3408bd40921d91e062a7acee0832e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115719
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-05-18 09:41:52 +02:00
592d725240 Related: tdf#138604 sw: advertise AT_CHAR as "to char"
Change-Id: Ia657a590dfc4471e3ad54f1168a257e5f6fc1424
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115720
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-05-18 09:07:10 +02:00
43b985b35b tdf#112369 allow to disable the add command button in menu customize
Instead of showing an alert dialog reporting that a command is already present
in a given menu, enable or disable the add command button when needed.

Change-Id: I52b9477896d4775ae2033c057fa1b5bfccb6a749
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115057
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-05-18 09:03:04 +02:00
7f032b2f16 tdf#127533 Make Tip-of-the-Day dialog non-modal and allow multiple tips to open
The Tip-of-the-Day dialog is made non-modal and stays on-top of the main window
while allowing the user to interact with the rest of application.

Change-Id: I51e1a3488ab74d8371b71a8585d1512ce051f637
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113782
Reviewed-by: Matt K <mattkse@gmail.com>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
2021-05-18 09:02:22 +02:00
2c4dd73c4c tdf#142335: fix bashism in configure.ac
Thanks to Matt Whitlock!

(also reported in https://bugs.gentoo.org/show_bug.cgi?id=780432)

Change-Id: I38fec6faf9a929adf1f300b8c369ec6c16a91ed8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115716
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-05-18 08:59:29 +02:00
f96bb05489 tdf#142252 Reorder navigation commands of Calc Print Preview toolbar
Change-Id: Ifd6c1a72b8788a42e47ad9ef83a905d555ef4aa9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115574
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-05-18 08:56:32 +02:00
a7be44be49 Resolves tdf#142041 - Hyperlink to file location
Follow-up fix to 334838efc12cd1e4a451a8dd7542b93fdaf30bb9

Change-Id: Ic63edcc88401d3db8f3a7737f562deb328485fab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115710
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-05-18 08:55:30 +02:00
b0228e4d39 make --disable-odk the default
Because developers (especially new ones) don't need this, or the
extra dependencies it tends to trigger

Update distro and jenkins configs so that the ones that were building
ODK before, are still building it after this.

Change-Id: I5dc71e70dc457b7921a146008d7d2317b199caab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115647
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-05-18 08:47:09 +02:00
13c1e3d1e1 loplugin:stringview (--enable-breakpad)
Change-Id: I5d260c2bbb875aa57a7eb8e3f80cfc9fc6376804
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115724
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-05-18 08:40:35 +02:00
40e85aadbf tdf#104169 - Change mouse cursor to FatCross in calc spreadsheet
Added new cursor FatCross to calc. Change mouse cursor to
FatCross while hovering over the spreadsheet in calc instead
of earlier Arrow.

Co-authored-by: Mesut Çifci <mesutcifci97@gmail.com>
Change-Id: I672a058cc702eab0cba6ac953534def915766859
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114679
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-05-18 08:33:31 +02:00
2b3879c748 Use implicit conversion from OStringBuffer to std::string_view
...instead of going via raw `char const *`.  (This changes the code's semantics
if buffer can contain embedded NULs, but it is unlikely that the original code
using getStr() was even meant to stop comparison at the first embedded NUL.)

Change-Id: I00a0a08b3ba8c318e3b898548ef185efa3f93ef2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115713
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-05-18 08:29:18 +02:00
81d6ed89d1 tdf#142276 Use vertical GtkBox insted of horizontal GtkGrid for the left side.
Keep the layout as simple as possible.

Change-Id: Ie4e77e76dccd4f0a6f41e646ba819dba161b3cc8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115701
Tested-by: Jenkins
Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
2021-05-18 05:39:37 +02:00
b1c0734ffe tdf#141677 Make columns sortable
Change-Id: Ib4cb8aaba4c59a7afa347f8010deef41477b77f9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115688
Tested-by: Jenkins
Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
2021-05-17 23:57:17 +02:00
50d8a8c321 fix is_double_buffered_window
after
    commit 9090dc1f3b27195f5defd35586ac79357992be21
    Date:   Mon Jan 18 18:27:19 2021 +0200
    split OutputDevice from Window

Change-Id: I495d12f2ce499efbc3a3b4a993066860d22690a9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115718
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-05-17 22:08:12 +02:00
870f8bef3c dont leak slot-list in updateSlots
Change-Id: I8882dbd2b5ad7656ec5ff7d47fb2e3dcbcceb5e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115700
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-05-17 20:52:11 +02:00
eb510f2157 gtk4: reenable button
rename label_line_wrap to label_wrap while I'm at it

Change-Id: I3964c4b40d86fb6ef1fd3733088ffd80e57415ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115714
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-17 20:36:25 +02:00
47ecc718e4 fix some leaks in Signing
Change-Id: I1104e0611dbfbf18858cbae64bfbbbcd03d176f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115717
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-05-17 20:23:20 +02:00
192d7614b4 don't leak on error path in Coin solver
Change-Id: Ice460975511dbdfcfcde9a829283d2abac14c263
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115698
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-05-17 19:43:56 +02:00
901b05e9fc don't leak ICU transliterator
Change-Id: Ib2c09c6c63b94d078ddde15585caa59710953bba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115702
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-05-17 19:43:49 +02:00
08ffd34d52 Simplify some initializations in connectivity
Change-Id: I980b59f06fb6004ba23279c8364cb0587e7ac8fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115679
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-05-17 18:48:35 +02:00
4d52d2bc81 tdf#142165 restore a SwShellTableCursor if the orig selection described that
so that we are operating on the same selection that existed when the
dialog was originally launched

we need to avoid the assert of

commit 6db71f70a3b200d4074f6cda8ce445e9861d3296
    tdf#140977 drop possible table-cursor before setting the new one

and support the multi-selection of

commit e08b446e46f56e15af58fdd4396afba1a316f9e5
    tdf#140257 duplicate entire PaM ring when making copy

and support not scrolling to a different location on changing a table
page break style of

commit 9c61732677d038e32b73fc9fb883aced14c0febf
    tdf#135916 just set the target table as selection

and keep making it possible to remove aa page break on a table of

commit 81f91196b98af38e29af451b86c26a893a109abc
    tdf#135636 the selection at dialog-launch time is lost by dialog-apply time

all of which is necessitated by

commit c3a085d22742f88e91ff92f319a26d6e8d1d9a98
    lokdialog: Convert the Table -> Properties... to async exec.

Change-Id: Ide5f953e63da46a8750e85d623310af0062b048b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115709
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-17 18:12:11 +02:00