Commit Graph

446145 Commits

Author SHA1 Message Date
László Németh
213d6390a2 tdf#108272 DOCX table-only header: fix SAX parser error
Floating tables in table-only headers are imported
as non-floating ones after a SAX parser error. Now
we import them as non-floating ones from the beginning
to avoid of the parser error.

Change-Id: I0a816a7af642f402a25ed53d9766b1e8b82db789
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87874
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2020-02-04 10:07:46 +01:00
Caolán McNamara
f0860d59df dnd doesn't do anything
inherits from DragSourceHelper and DropTargetHelper but doesn't do anything
and it doesn't override some default dnd to explicitly disable it.

AFAICS this doesn't do anything

Change-Id: I428385af32e49f26c8c24e40208fe9b1ab373de9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87925
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-02-04 09:48:53 +01:00
Caolán McNamara
852f469ba9 ofz#20507 hold by reference
Change-Id: Ia684d8f796ed7bf6f82b056c6445c4cd92260504
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87923
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-02-04 09:48:31 +01:00
Miklos Vajna
7088140dbf tdf#129976 PDF export of PDF images: adapt transparency to rendering
The bugdoc has a transparent PDF image, and we currently put a white
background behind that in Impress, given that vcl::RenderPDFBitmaps()
works with Bitmap instances, not BitmapEx ones.

This means that in case we preserve transparency during PDF export, the
content that was rendered OK now becomes unreadable.

Adapt the PDF export to do the same as rendering by putting a white
background behind the PDF image.

Change-Id: I4edcb12fab71bb305d97a50d20fbfbf86d9aab85
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87910
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-02-04 09:14:49 +01:00
Tor Lillqvist
bc2cbd7d57 Log what UNO command we failed to dispatch
Change-Id: I79ed68a1e271d44f8afd2858c979a66691233fc7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87688
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
(cherry picked from commit f92e4bed51de1625bc8fba2d7a432420db6841d0)
2020-02-04 09:58:41 +02:00
Tor Lillqvist
c150fe5b82 Use the "Double-tap" term instead of "click" on all iOS devices (also iPad)
In general, the term "mobile," when used in APIs related to Online and
the mobile apps, means "mobile phone but not tablet". Which is sad,
but it is too late to change that convention now.

Thus comphelper::LibreOfficeKit::isMobile() returns false on iPad,
apparently intentionally. But surely we want to use the "double tap"
term instead of "click" also on iPad.

Change-Id: I8f7186ea6590f2a21b885549751346edad09eb8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87858
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
(cherry picked from commit 4098608ea21d4737fdd640fd57c2417e56426fbb)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87931
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-02-04 08:50:52 +01:00
Samuel Mehrbrodt
dabb617640 Place button text in tooltip if it doesn't fit into the button
Seen this happening in custom sidebars (from extensions).
When the text is too long for the button, it will get cut off
and there is no way to view the button text.

Change-Id: I86ce72154e0371bdf24480be41517855dc3ce050
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87692
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2020-02-04 08:48:41 +01:00
Tomaž Vajngerl
d487e1826b remove controlprimitive2d.hxx from clang-format blacklist
Change-Id: I8918f8c9e4f27a287c98dadd51a11acf3338daa6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87942
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-04 08:38:09 +01:00
Tomaž Vajngerl
2692ad29d7 use "pragma once" in controlprimitive2d.hxx
Change-Id: I5e694b478501edb3d2b5071f48da290367cda3c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87941
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-04 08:37:47 +01:00
Tomaž Vajngerl
83235c56c4 clean-up namespaces in borderlineprimitive2d.hxx
Change-Id: If05757ee32027793f57e10f94b836c1a11bfc773
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87940
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-04 08:37:35 +01:00
Tomaž Vajngerl
5ff0f83a3b remove borderlineprimitive2d.hxx from clang-format blacklist
Change-Id: I9e8efbf2a947688fe3ec74fa1b2175a089b91a9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87939
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-04 08:37:15 +01:00
Tomaž Vajngerl
d91caef0ee use "pragma once" in borderlineprimitive2d.hxx
Change-Id: I3582f36b0435de343d1e8574bf2bb0e0bd40e16b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87938
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-04 08:36:42 +01:00
Tomaž Vajngerl
9cd7d4f2bd clean-up namespaces in backgroundcolorprimitive2d.hxx
Change-Id: I7ef644edf90ced417cf9583175ef777fa921dc94
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87937
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-04 08:36:23 +01:00
Tomaž Vajngerl
f31b00b1a4 remove backgroundcolorprimitive2d.hxx from clang-format blacklist
Change-Id: I8ad988dd0eb6a4bbbe9fc9bbc773c692cab4401f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87936
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-04 08:35:42 +01:00
Tomaž Vajngerl
e8614c7f4d use "pragma once" in backgroundcolorprimitive2d.hxx
Change-Id: I50a2395a42ea523247d0aeff02324988edbcdc77
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87935
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-04 08:35:16 +01:00
Tomaž Vajngerl
fd5ca0888d clean-up and join namespaces in animatedprimitive2d.hxx
Change-Id: I9c60f2f9e12fe0271efa8546cbcef08178f9552c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87934
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-04 08:34:59 +01:00
Tomaž Vajngerl
233c8aec16 remove animatedprimitive2d.hxx from clang-format blacklist
Change-Id: I6e4b2bc524a0880631735fb79b3545e88bf50f0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87933
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-04 08:34:26 +01:00
Tomaž Vajngerl
8cdbc45329 use "pragma once" animatedprimitive2d.hxx
Change-Id: I5b41a6fd1ce82615b8a3f8382f4d5d9a8c70999d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87932
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-04 08:34:02 +01:00
Tomaž Vajngerl
2b089e1a2a remove use of macro DeclPrimitive2DIDBlock in drawinglayer
It's quite a usless macro actually. It is forced that every class
implements this method anyway. This gets rid of usages in the
drawinglayer module first.

Change-Id: Ic2b2e7d5b72a8e0f7ea0748d0ea44cd38cf8c1ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87905
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-04 08:33:45 +01:00
Stephan Bergmann
5d09b9042a Control must be a complete type here (Windows --disable-pch)
...because of ControlLayoutData::m_pParent member and implicitly defined copy/
move functions of VCL_DLLPUBLIC ControlLayoutData

Change-Id: I2328bd5128ac778f54fcaec204c92d28c505f040
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87897
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-04 08:02:06 +01:00
Stephan Bergmann
1e826a1e61 loplugin:nullptr (clang-cl)
Change-Id: I08dedd4f7af3eff1201d60704324997bf232bb2c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87888
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-04 08:01:39 +01:00
Noel Grandin
d7b0b2b505 move some headers inside ucbhelper
Change-Id: Iccd80aa4e631abe002837ca61248e136de9a62eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87866
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-02-04 06:21:41 +01:00
Jim Raykowski
54b28638ab tdf#42695 Fix a couple Writer Navigator "List Box" related bugs
This patch resolves:

1) content not shown when Navigator is docked from a floating zoomed-in
("List Box" item unchecked) state

2) "List Box" item is visible when the Navigator is in
docked state on document open.

Change-Id: Id1fcaf0b581e26aabd4fd897ff142a60d6761e1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87758
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2020-02-04 02:06:23 +01:00
Stephan Bergmann
d81affe8ae loplugin:stringadd (clang-cl)
Change-Id: Id5babe1e16c8f8a8c72077fc95508a567138766a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87889
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 23:47:01 +01:00
Stephan Bergmann
e23f811c7d Avoid loplugin:unsignedcompare (clang-cl)
Change-Id: I95f348cc8b69b6c865ad0038b9ee0017def01e43
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87896
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 23:46:14 +01:00
Stephan Bergmann
9aa2b6b7a9 Silence loplugin:unnecessaryoverride in WinSalInstance::GetBackendCapabilities
...(vcl/win/app/salinst.cxx) in case the

  #if HAVE_FEATURE_SKIA
  #if SKIA_USE_BITMAP32
  ...

block it contains is excluded (when building with clang-cl on Windows)

Change-Id: I60910106bbd6a4c2cb3f393945a5417eb02407c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87898
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 23:45:46 +01:00
Stephan Bergmann
93d836b673 Silence loplugin:duplicatedefines for WIN32_LEAN_AND_MEAN (clang-cl)
...as seen at

> In file included from desktop/win32/source/QuickStart/QuickStart.cxx:29:
> In file included from include\systools/win32/uwinapi.h:25:
> include\prewin.h(38,9): error: duplicate defines [loplugin:duplicatedefines]
> #define WIN32_LEAN_AND_MEAN
>         ^
> desktop/win32/source/QuickStart/QuickStart.cxx(24,9): note: previous define [loplugin:duplicatedefines]
> #define WIN32_LEAN_AND_MEAN
>         ^

(An alternative fix could be to replace all those defines of WIN32_LEAN_AND_MEAN
prior to including windows.h with includes of prewin.h and postwin.h?)

Change-Id: I0271b5629af8f4ecfb3c90f1455bad399174f6ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87880
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 23:39:47 +01:00
Stephan Bergmann
8460756e9d Missing include (std::isspace)
Change-Id: I17b9acfd265e112ffdd115df06070136a6940804
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87895
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 23:39:12 +01:00
Stephan Bergmann
6317e10f5b loplugin:makeshared (clang-cl)
Change-Id: I0c786bf401e514f9d86e33d8ab6366fc5dd1f425
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87887
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 23:38:37 +01:00
Tomaž Vajngerl
a334f77792 remove bitmapprimitive2d.{cxx,hxx} from clang-format blacklist
Change-Id: I9d9d7cd8bba489c71a5c1ac0b23755d572696e10
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87904
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-03 23:23:49 +01:00
Tomaž Vajngerl
19181dab1c drawinglayer: clean-up namespace and indent for BitmapPrimitive2D
Change-Id: I43f2030aeabed555baca20e345732ec926963d7a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87903
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-02-03 23:23:04 +01:00
Miklos Vajna
2d87b09e6e DOCX export: fix table style config handling wrt nested tables
The bugdoc had 2 tables: both using the TableGrid table style, but one
had a direct formatting to disable all borders. The second was in the A1
cell of the first, and given that the table style config state was not
separated for nested tables, the border settings of the inner table
affected the settings of the later cells of the outer table.

Change-Id: Ie7897bc661d9f47ca9f5c1b3ed1c439ef0406037
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87899
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2020-02-03 22:44:01 +01:00
Mike Kaganski
61e2314698 Set INSTALLLOCATION in one single place
It used to be set both in AppSearch action (using RegLocator table),
and in MigrateInstallPath custom action. This would overwrite value
of INSTALLLOCATION taken from user, and read on the previous step,
with values taken on the next step.

Only migrating the install location in one single place - in custom
action MigrateInstallPath - makes the process controllable. Also it
allows to easily see all the various places in registry we read.

Change-Id: Ib7e04c26e71ba92c6a62a0511971bfb3bdb7db72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87867
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-02-03 21:51:37 +01:00
Stephan Bergmann
b5bec747cc Silence -Werror,-Wunused-variable (clang-cl)
Change-Id: Icbf3b6f8f1259e7e50f64e2885b1604f1a98f485
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87894
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 20:40:11 +01:00
Stephan Bergmann
b3b7584a03 loplugin:redundantpointerops (clang-cl)
Change-Id: I5ce235a72aedc507dbb925db4927f291916716d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87893
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 20:29:35 +01:00
Stephan Bergmann
b4f58c63cc -Werror,-Wunused-variable (clang-cl)
...found with 2db9a6813a "flush out unused
MapModes" in code that had not used the variable ever since it got introduced
with dd2f230139 "INTEGRATION: CWS graphicapi"

Change-Id: I7412a3badeec546ed1dff8dcf905036f06287e70
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87892
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 20:29:12 +01:00
Stephan Bergmann
76f5b9c9e4 loplugin:duplicatedefines (clang-cl)
(already defined in vcl/inc/opengl/win/WinDeviceInfo.hxx)

Change-Id: Ic785a934c16c8a2f3442ff7975f9a84fbc6001c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87891
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 20:28:48 +01:00
Stephan Bergmann
b8c8be0096 loplugin:duplicatedefines (clang-cl)
(already defined in hwpfilter/source/hwplib.h)

Change-Id: Id85048817b825ad265eba20e221c0703467b66b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87890
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 20:28:22 +01:00
Stephan Bergmann
b66c5f77d1 loplugin:unsignedcompare (clang-cl)
Change-Id: I69cc1b352221ca053ccd0c5b78e926480a8c9ccd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87884
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 20:27:29 +01:00
Stephan Bergmann
86af52b119 Remove unnecessary cast
Change-Id: I675d9e0a87a54eb08abfca114864369b326fb128
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87882
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 20:27:02 +01:00
Caolán McNamara
3d826d780a make some headers private
as shown with ./bin/find-headers-to-move-inside-modules.py

Change-Id: I7662417e76fe00c0fc352957560e104b6c2a3d61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87850
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-02-03 20:24:00 +01:00
Caolán McNamara
12f9fdfac8 Related: tdf#129933 assert on pasting over selection in edit
when its selected right to left with cursor flashing at the start

format->paragraph->area->color->pick, cursor into hex# edit, end to
cursor at the end, shift + home to select all, right to left, ctrl+c,
ctrl+v, assert

Change-Id: I8e29108ddff94487c298bd5e6607b98f5f841afd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87883
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-02-03 20:23:43 +01:00
Caolán McNamara
49d8e5fb74 Resolves: tdf#130364 let font treeview fit to available dialog space
Change-Id: Ia000f4cfa041733fc84b45c955e69251c3ce9bcc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87871
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-02-03 18:20:35 +01:00
Caolán McNamara
fac86a90db Resolves: tdf#130061 numbering dialog adjustments missing
since...

commit e82b10f21c
Date:   Sun Oct 20 00:44:05 2019 +0200

    tdf#128257 Bullet Dialog update

so spinbuttons were disabled

Change-Id: Id8d54bd6ba359447943832920fce5e0da271f405
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87878
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-02-03 18:05:27 +01:00
Caolán McNamara
09fdcd6b67 Resolves: tdf#130347 we always need the drag-begin signal in GtkTreeView
Change-Id: Icbd8ab1393e25b698b034341b526b3a55251610d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87876
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-02-03 18:05:09 +01:00
Caolán McNamara
d29a945f16 Related: tdf#130143 freeze/thaw around bulk insert
Change-Id: Iedb1229b56b5e7f1af1779b830cf324bcc8735e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87862
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-02-03 17:10:17 +01:00
Juergen Funk
1bbabd6772 Optionally generate PDBs also for C#
Enables pdb generation for symbol builds, for:
- cli_basetypes.dll
- cli_cppuhelper.dll
- cli_uno.dll
- cli_ure.dll

Not covered are:
- cli_oootypes.dll
- cli_uretypes.dll

..as sadly climaker generates those, and can't produce PDBs.

Change-Id: I6004e06f9f2a76b4577ad9a4de971f46ad6bf521
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87727
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-02-03 16:48:12 +01:00
Luboš Luňák
cb65745a05 avoid flex-caused warnings about unused functions
Change-Id: If6a028efbf2403fd92dcab914ae3197d34579392
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87869
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2020-02-03 16:33:20 +01:00
Luboš Luňák
512cb39ffc handle -Wunused-function warnings in clang's sharedvisitor.cxx
Change-Id: I5fbf7da1da8c1c5b33e008e30898ca5d2cdfde65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87870
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2020-02-03 16:33:01 +01:00
Seth Chaiklin
f905cea1b9 Update git submodules
* Update helpcontent2 from branch 'master'
  to c3837f2e395c0606a3383a0594b2a6a759e8bac8
  - tdf#128569 improve guide for page numbering
    
     Also:
      - update some <menuitem> and <h2>
      - update/add <keycode>
      - update menu commands for manual break and insert page number
      - add shortcut key for showing field codes (sys-conditional)
      - update "Default Style" to "Default Page Style"
    
    Change-Id: Ieec2be0c48da40f50a1145e8c0a57b190e8c67ba
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/87127
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-02-03 16:08:13 +01:00