summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-21tdf#128150 Only show "Use background" btn in Impress & DrawSamuel Mehrbrodt12-16/+49
Change-Id: I5d14f651af55b51a8a02a8a4ddbb1c0921b15d81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136182 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2022-06-21vcl: rename mnExtraData to mnRendererIdChris Sherlock9-36/+38
The name "extra data" doesn't really describe what this field does. What it actually does it to specify what animation renderer should be used. Change-Id: I1e705ba89d09ceb41a8649c8947225c7b6816e7a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/76403 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-06-21vcl: rename ImplAnimView to AnimationRendererChris Sherlock8-89/+93
An ImplAnimView is actually just a way of rendering an animation to an OutputDevice (RenderContext). Each instance has a unique ID (called mnExraData, which is quite misleading). ImplAnimView doesn't really mean much so hence the rename to make this a bit more clear. In the process, also rename local variables pView to pRenderer in Animation functions. Change-Id: Ib70f41052c5266acd7f2460001ce5be75b74d5a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/76402 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-06-21impress online: not handled transform animation causes core crashMarco Cecchetti1-0/+6
The transform animation uses the svg namespace for some attribute, anyway the exporter was not configured for handling attribute with such a namespace prepended. Change-Id: Ia33f55e3589b5743352ec0a156408b374a92509b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134356 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2022-06-21Breeze, KJ, Sifr, Sukapura: tdf#149646 Add More Button iconsRizal Muttaqin6-3/+247
Change-Id: I89692967d9721cac4ec5bf51c1aec1e7caa92962 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136200 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-06-20add a fuzzer for our lock filesCaolán McNamara5-0/+102
Change-Id: Iaf28aa4455ea9d798d9e2649e1e7c6f1216846f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136194 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-20Update git submodulesRafael Lima1-0/+0
* Update helpcontent2 from branch 'master' to 9c5eb82a113db0fe3be363d5260b48da932b2b20 - Document new FilterNames property of the Platform service Change-Id: Icf5093e394b06deebd66b2577af8443e109efea7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136119 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2022-06-20tdf#58134 Reset Button in Options DialogsNoel Grandin3-2/+18
fixed a couple of these. Change-Id: Ibef29afee1d702af2812996093deb7204c74e32c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136195 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-06-20elide some makeStringAndClear() callsNoel Grandin5-10/+12
Change-Id: Id7116fac8a6f65db18ff93384c5faf2f6481f6fd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136186 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-06-20elide some makeStringAndClear() callsNoel Grandin4-4/+4
Change-Id: Id1657c6b9399780c81e8fbf0ff0a71371a66600f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136185 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-06-20Resolves: tdf#147265 Return correct default if currency format is duplicateEike Rathke1-8/+9
For the default currency format SvNumberFormatter::GetCurrencyFormatStrings() returned always the last added position, regardless whether that format was added or not, which it isn't if the format code is a duplicate. Let addToCurrencyFormatsList() return the position of the existing format if the duplicate was rejected and use that for default. Change-Id: I148d7379de75cae402b063f7b2f92947e345176f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136187 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2022-06-20Simplify checks with functions.Hannah Meeks2-32/+41
Change-Id: I55fbab5d8184a743ace3cfec884b0364536ee6fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136088 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-06-20elide some makeStringAndClear() callsNoel Grandin2-2/+4
Change-Id: I4420042f7c8fdf743b888d6f7c1c0d2d3e0b877e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136184 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-06-20Use of uninitialised value of size 8 on export to pdfCaolán McNamara1-1/+3
==2899330== Use of uninitialised value of size 8 ==2899330== at 0xCABB82A: (anonymous namespace)::appendHex(signed char, rtl::OStringBuffer&) (pdfwriter_impl.cxx:120) ==2899330== by 0xCAEB14C: vcl::PDFWriterImpl::emitTrailer() (pdfwriter_impl.cxx:5466) ==2899330== by 0xCAEDA09: vcl::PDFWriterImpl::emit() (pdfwriter_impl.cxx:5773) ==2899330== by 0xCA9F10C: vcl::PDFWriter::Emit() (pdfwriter.cxx:53) ==2899330== by 0x3D5FE329: PDFExport::Export(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (pdfexport.cxx:1012) an issue since... commit be39eba9a3d81e20c42f1073a365e91ce855c1cd Date: Mon Jun 6 00:17:02 2022 +0200 Use same glyph width in PDF drawing and font subset Change-Id: I72dbcf2bb7934c9f911c7c5c3035d3d166e9521a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136183 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-20ofz#47118 TimeoutCaolán McNamara3-26/+28
Change-Id: I544074822cfa51ae162afa370c488a1f6132088c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136145 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-20tdf#140967 docxexport: hairline is default and not a specific valueJustin Luth2-4/+12
This effectively is treated as a zero, although I didn't find any documentaiton that indicated what is supposed to happen when a:ln has no w=. Otherwise these numbers are normally in the thousands, and not "2". Change-Id: I9dd6a334e88feb9a2bafe29f92229b6cfdff9747 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135674 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2022-06-20tdf#141026 Put user and computer name into collapsed sectionSiddhant Chaudhary7-34/+354
This patch hides away the file name and the name of the user when the user tries to open a locked file. This improves privacy, as discussed in the bug report. The .ui file for the new dialog box is `vcl/uiconfig/ui/openlockedquerybox.ui`. The source files `openlocked.hxx` and `openlocked.cxx` have been changed to implement the new dialog. The old string template `STR_OPENLOCKED_MSG` has been deleted to hide away the private data, and a new string template `STR_OPENLOCKED_HIDDEN_DATA` has been added; the latter will be hidden inside the expander dialog. Finally, corresponding changes in the makefiles have been made to let the makefiles know about the UI file. Change-Id: I3cc9d2f6e2d9bc43857c80662e2a405aacd7fc70 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132342 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2022-06-20Update git submodulesOlivier Hallot1-0/+0
* Update helpcontent2 from branch 'master' to 5688744142df9c9059b84e4ce8a092d60dcae9f9 - tdf#149318 (part) refactor row/cell table optimization Change-Id: I8f88def2a5f1b14abf271d6bb950062214d6b193 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136090 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-20Update git submodulesAdolfo Jayme Barrientos1-0/+0
* Update helpcontent2 from branch 'master' to b190949bdc9482030154e4db6de1ffbd4215942c - Remove unreadable, obsolete fonts Change-Id: Ic1a9839b1819c6b455ded63e120b32c5995e58c8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136153 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-20use std::monostate in std::variantNoel Grandin2-7/+7
as suggest by llunak Change-Id: Id22253198bff16eeb596e1a15ddaba1f6ac227d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136146 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-06-20SfxStyleSheetBasePool::Find can be constCaolán McNamara4-13/+13
Change-Id: I5cf2737d05cfe4b0be936a77cfb96db053483438 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136141 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-20SwDoc::IsUsed(const SwNumRule&) can be constCaolán McNamara2-2/+2
Change-Id: I9966c2d71670d53375e27090e1ad3dffb780f81e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136143 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-20Update git submodulesAdolfo Jayme Barrientos1-0/+0
* Update helpcontent2 from branch 'master' to 8db4f0bd980c14b969f8bc08d3a1ecac7d5f7336 - tdf#142380 tdf#142531 Update font stack, w/o “system-ui” Change-Id: I1e6f27883b707147fdd07cdca2ca56e99a9fdc95 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136152 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Jenkins
2022-06-20fix SwViewShellImp::AddPaintRect() for sub-rects (tdf#146536)Luboš Luňák1-3/+4
Using just two corners to build the new resulting rect works only if the new rectangle actually really extends the previous one, but the <= means that this may compress also rects that are already contained in the previous rect, in which case it's necessary to make sure to use union to get the larger coordinate). Change-Id: Ie4303dfef903bded6d63625531e424a32cc01b06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136144 Tested-by: Luboš Luňák <l.lunak@collabora.com> Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2022-06-20ofz#39186 reduce max length allowedCaolán McNamara1-1/+1
Change-Id: I1b11e5451a305f45f369d9140b71c2a5e8b77230 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136147 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-20ofz#47463 OOM only first byte of 'font', 'ratio' and 'space' are usedCaolán McNamara4-18/+25
1.098GB -> 854.6MB Change-Id: I3390c3a5abe457f8d0ad49b03b50a2d353566c2a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136142 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-20tdf#149622: also clear return value before calling method from SbxObject::CallMike Kaganski6-7/+99
Moves the custom cleanup logic to overridden SbxMethod::Clear, to simplify the cleanup code and make sure it restores empty Variant correctly. Change-Id: I01fa0529acd9ac787ffcda60fd6836ade4afdcb1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136108 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-06-20tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala2-36/+35
Also change some integer by std::size_t Change-Id: I999b4dddba6ef1feb0a65aad24e97f507b577b59 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136104 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2022-06-20sd theme: consider accent1 color when inserting shape with solid fillMiklos Vajna6-1/+114
Once a theme is defined for the master page of the current slide, PowerPoint inserts a shapes with their fill color & line color set based on that theme (so this color is master-page-specific), while Impress sets the fill & line color based on the default shape style. The Impress behavior has the benefit of doing the usual style-based formatting, but now a document-level style overwrites a (master-)slide-specific theme, which is inconsistent. Fix the problem by extending sd::FuConstruct::SetStyleSheet(): if we construct a shape with fill, then not only apply the style sheet, but also set the fill & line color based on the theme (if there is any). Note that this works both in case the shape is instantly created on click (LOK case) or when the user first draws a top-left -> bottom-right point pair to define the position / size of the shape. At the same time line colors don't support themes yet, so that color is just a plain value for now. Change-Id: Ic6ae8f91bd719bd80f2b56f12b001d29b0961e6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136138 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2022-06-20Update git submodulesOlivier Hallot1-0/+0
* Update helpcontent2 from branch 'master' to fd6e7ec2b20e751a092a38cc3c3c92acf82fde81 - tdf#149607 Fix broken link Change-Id: Icff7f1b3740063d253e9d5699a6918fed10dacb4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136101 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-20tdf#128150 xmloff: ODF import/export of fill-use-slide-backgroundMichael Stahl6-8/+35
This would be better as a value of draw:fill, but we can't add values as an extension. Change-Id: I05db879a8cb5018e0261f049ae91a5b9aaa760b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135814 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2022-06-20tdf#128150 Implement/add SlideBackgroundFill visualizationArmin Le Grand (Allotropia)5-3/+280
React/interpret new SlideBackgroundFill mode for SdrObjects/ XShapes, defined by drawing::FillStyle_NONE and usage of XFillUseSlideBackgroundItem as (true). Do so by adding a detection, a mode to SdrFillAttribute, reacting on it by creating a new implemented B2DPrimitive: SlideBackgroundFillPrimitive2D provides a Primitive2D for the SlideBackgroundFill mode. It is capable of expressing that state of fill and it's decomposition implements all needed preparation/creation/collecting of the geometry in an isolated and controllable space and way - the B2DPrimitive way. It does so based on the given ViewInformation2D, reacing out for all needed data/ geometry from this. It clips & transforms/combines as needed, providing the necessary visualization of the MasterPage content *over* other objects on the Page/Slide. It is currently simple buffered (due to being derived from BufferedDecompositionPrimitive2D) and detects if MasterPage changes. Still, more may be needed. Change-Id: Ie11403c0b705fc2ecdfd7eb2fa5ae1a93a21b460 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135971 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2022-06-20Suppress unhelpful cid#1506515Stephan Bergmann1-0/+1
Change-Id: I8d1025a680ea5e4a6ec872478db118837dd91af4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136137 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-06-20sw: prefix members of Acd, Customization, MSOWordCommandConvertor and ...Miklos Vajna3-60/+60
... Sttb See tdf#94879 for motivation. Change-Id: Ifc5637a97fced3a4bbab64b4ef9784cb4f586694 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136135 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2022-06-20store: remove useless comments from storeChris Sherlock19-537/+62
Change-Id: I4b2582d3a7314d8752a56e83a4af7618b053abb5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128170 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-06-20-Werror=maybe-uninitializedStephan Bergmann1-3/+3
Change-Id: I640fbd373262c008c44b616fbc0c05d28778226d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136083 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-06-20KJ: tdf#149008 differentiate Description and Caption iconsRizal Muttaqin7-3/+3
Change-Id: I6f02d336c1da9108199a3aa83efe033b84784a48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136134 Tested-by: Rizal Muttaqin <rizmut@libreoffice.org> Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-06-20Sifr: tdf#149008 differentiate Description and Caption iconsRizal Muttaqin14-6/+10
Change-Id: I5fdcd8bc72516153fd027460dcf5c58285573cab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136113 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-06-20Sukapura: tdf#149008 differentiate Description and Caption iconsRizal Muttaqin7-2747/+2886
Change-Id: I063e2d881fb17516dd2a76ede76d8d5b2831b1fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136112 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-06-20Colibre: tdf#149008 differentiate Description and Caption iconsRizal Muttaqin14-6/+49
Change-Id: Ie900f53008122f4df6349800fd0762f2671eda59 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136111 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-06-19ofz#47706 TimeoutCaolán McNamara4-23/+67
2m34s->1.6s Change-Id: I2370237e07d6e2a45c831c70ac1c1158efef7816 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136107 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-19tdf#68335 Increase default para spacing before/after to 56 cmGabor Kelemen3-4/+3
and fixed line spacing as well. These may be set to 1584 pt in Word, but the UI incorrectly showed even the correctly imported values as 10 cm. Turns out this is only a UI limitation, so lift it for UX interop. Save/reload already works fine to odt, docx, doc, rtf formats. Change-Id: I69a772e860ad24a1b317dc041b0c55f0a9d461de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136102 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2022-06-19Update git submodulesOlivier Hallot1-0/+0
* Update helpcontent2 from branch 'master' to 26d2c0e3e5bfd595b82dad52333e8b57f040a6f7 - tdf#149301 Update Navigator terminology + Refactor, simplification of <switch> + Removed duplicated hid bookmark for Contents + Update icons and <alt> text + added some of the comments of tdf#178755 Change-Id: Ifaba80d212828e47d99275a9b0a1681eb3bc3430 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136105 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-19tdf#128196: filenames containing # get truncated when saving to GVFSJulien Nabet1-2/+8
+ replace getLength() by a call to isEmpty() since we're here Change-Id: I77a318ea3e8ceeeddd6c64cee25aa6700cb3457b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136084 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2022-06-19Update git submodulesLaurent Balland1-0/+0
* Update helpcontent2 from branch 'master' to 76523322affd4d47952dfcfe0a6822c3d746ffa5 - Update tdf#129679 Remove Apache license as it is a new file Add some details. Change-Id: I9cf2b707d32772017ab56f093115419ca020398a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136106 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-19tdf#113002 - Add numeric flag to recurring data fieldsAndreas Heinisch1-0/+6
Change-Id: Ife6ace86807f85c644ff919621f562c251c6690f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135915 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2022-06-19Breeze: tdf#149008 differentiate Description and Caption iconsRizal Muttaqin14-6/+6
Change-Id: Idc1bb11a5daffb5b9f29a14f6086c69e6ae875fd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136100 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-19cid#1506514 Uninitialized scalar fieldCaolán McNamara2-5/+8
Change-Id: I777d9008289b2afb464d1002e8be32072c0a4501 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136099 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-19Update git submodulesSeth Chaiklin1-0/+0
* Update helpcontent2 from branch 'master' to dc1fab4011de88f60e5b8e6a3269971046e25c11 - tdf#146762 update Tab key variations in lists and chapter headings tdf#146762 changed the behavior of Tab, Shift+Tab, Ctrl+Tab, and Ctrl+Shift+Tab when the cursor is in a list paragraph or chapter heading paragraph. This patch makes appropriate updating in the help for shortcut keys. Change-Id: I85aefa325363601a6d76e4b3acc57b11a09180d5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135981 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-06-19Update git submodulesSeth Chaiklin1-0/+0
* Update helpcontent2 from branch 'master' to ccf86626a70ee1c7c3b0f3b94a4406328b8116fe - tdf#146762, tdf#141128 correction for new tab insert behavior tdf#146762 eliminated the possibility to insert a tab at the beginning of a list paragraph. This patch updates the help instructions about how to insert a tab at the beginning of a list paragraph. Change-Id: I5d8475cc01a29dd0e73900d587900a7daac9e776 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135988 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>