summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-23remove JSON node erasingNoel Grandin3-46/+9
as a step towards using tools::JsonWriter for DumpAsPropertyTree Since this method is only used by the LOK stuff, we can just remove the node down at the generation site in vcl::Window Change-Id: I1b3b9a0732dcdb18267cb56e545a30c8f56b4ae2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96839 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-06-23tdf#133699 Slow sorting of a columnNoel Grandin1-2/+1
reserve inside a loop is a pessimization, since it breaks the logarithmic resizing of the std::vector data area. Also use the std::vector::insert method, instead of std::copy, since the insert method will perform less resizing operations. On my machine, this takes the sort operation from 25s to less than 1s. Change-Id: I30b99d42c56abc5a4ad5c133c7579fac3952173c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96929 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-06-23move ListBox to toolkit-only headersCaolán McNamara21-21/+28
Change-Id: I6266dedb17cd7c3b730fc69804695536fef37cfc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96751 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-23salvtables.hxx not needed outside vclCaolán McNamara4-4/+5
Change-Id: I7193c511ec4695b70f482aedffcfc76ee4ded4b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96775 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-23most of jsdialogbuilder is not used outside vclCaolán McNamara5-23/+44
so split it into the bit that is needed and just include that. add missing license headers Change-Id: I875f91176e6881e830fee6a58368d0b28ce9a0f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96774 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2020-06-23jsdialog: use welding for button click eventSzymon Kłos1-0/+13
Change-Id: I0320dfb5cdc4f936eddff003bda7d16bdd1c4667 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94342 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96913 Tested-by: Jenkins
2020-06-23tdf#130218 sw: show hanging indent in narrow cellsLászló Németh3-0/+112
Instead of hiding it, show hanging first paragraph line in narrow table cells, like MSO does. Change-Id: Ibfa7242644db36c1be4d2fe93af75cb295d443b4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96865 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2020-06-23Update git submodulesOlivier Hallot1-0/+0
* Update helpcontent2 from branch 'master' to f9e41ddb473fdb17dab310d17e68e2d0470a8518 - Add Pattern fill Help page, fix Bitmap page Change-Id: I34fd1b55a9f63d7b1764a0fec926a67194fd6d21 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96911 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-23sw: fix missing OLE preview on updating linksMiklos Vajna3-3/+34
Regression from commit 74844277cc2194c9e43f5bd7a6f78a9603da32f3 (disable generation of ole previews in ODF format until after load, 2016-09-13), if the document has charts without previews, it's loaded, fields are updated and saved, we no longer generate those previews. Given that Tools -> Update -> Update all is always an explicit user action, restore the permission to update OLE previews / links before performing the actual update. With this, comphelper::EmbeddedObjectContainer::StoreAsChildren() will generate those missing previews inside the getUserAllowsLinkUpdate() conditional block. Change-Id: Ib54e06a2e2f2e1c65951fdec302e59e63c71d008 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96928 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2020-06-23FixedBitmap can be in a toolkit only headerCaolán McNamara24-60/+89
Change-Id: I22bb548f7f0c1ef0de157f99915fbaf6473c284b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96861 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-23weld emoji dropdownCaolán McNamara10-321/+238
sharing a single widget between multiple notebook pages isn't going to work with native notebooks, so replace with a row of toggle buttons Change-Id: Ic24632f6d94d9238423f8b5e61d5e945c98e4a3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96891 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-23weld DataNavigatorCaolán McNamara9-966/+905
Change-Id: I78241701de0756f5fe9bc9b793dadccd4ae119d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96750 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-23Accept iOS SDK 14.0Tor Lillqvist1-2/+2
Change-Id: If2d049c59ba4c10aa3c9d42496880b7d6e3fc591 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96918 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-06-23jsdialog: use Idle timer to send updatesSzymon Kłos2-14/+46
Change-Id: Ib4f18bab1279c622b576dca53169b40c4a2526bc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94482 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96847 Tested-by: Jenkins
2020-06-23tdf#119081 sw: fix RTF paste into outer table cellMiklos Vajna5-2/+170
Regression from commit ed654c4aa7f9f10fcb16127349009bc0c38b12e8 (Revert "fdo#43869 use the old rtf importer for paste", 2012-11-30), the direct problem is that SwXText::insertTextPortion() is now used by writerfilter, so in case it's not as good as the internal API used by the old RTF filter, we have a problem. This function calls SwXCell::CreateCursor(), which calls SwXCell::createTextCursor(), which uses Move() to go to the first content node in the cell, but that means we end up at the inner cell's XText for an outer cell. So later when we want to go to the end of the outer cell, we can't, as that would be a different XText and we throw an exception. Fix the problem by instead using createTextCursorByRange(), which immediately positions the cursor at the insert position, so the XText will be correct. FWIW, the ODF import at SwXMLImport::setTextInsertMode() also uses createTextCursorByRange() to handle this situation. Change-Id: I1db13b860bc60771d98c2b4099be73f4bf41c375 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96901 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-06-23Accept macOS SDK 11.0Tor Lillqvist1-4/+13
Change-Id: I92275eabe3c6a9442f675ec211c1dd1a8b58bd1b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96909 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-06-23Add license header to jsdialogbuilderSzymon Kłos2-0/+22
Change-Id: Ia62f225bd95e8c1e40c306fc334cd5700d64f91e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96846 Tested-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2020-06-23jsdialog: weld SpinButton and CheckButtonSzymon Kłos4-3/+82
Change-Id: I0dfa163b8a52594cde9e3529df8f433dc93bc459 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94432 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96845 Tested-by: Jenkins
2020-06-23svx:Refactor members of GalleryTheme class to GalleryBinaryEngineAditya6-189/+239
Move those data members and functions in GalleryTheme that deal with reading and writing of binary files to the new class GalleryBinaryEngine. These internal changes must not reflect any change in the behaviour. Functions moved in this patch: ImplReadSgaObject(), ImplWrite(), ImplCreateUniqueURL() Change-Id: Ifd30bc7920f31007dfe7fe2ffdc539dfc43976ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96541 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-06-22Update git submodulesOlivier Hallot1-0/+0
* Update helpcontent2 from branch 'master' to 540b892df6e000c75dd0a9dacc50a06ea48a3182 - Review Area tab called by many modules. Change-Id: I9afa69a68c538647d4643e9b68077c97ff4eb079 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96900 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-22do not assume SalBitmap is zero-initialized (tdf#134152)Luboš Luňák1-7/+4
This code apparently expected that bitmaps are initialized with the first color in the palette, but that's not guaranteed to be the case (fails at least with Skia and X11 'gen' bitmaps). Change-Id: Ie4f7412e0a6c4c1110fc5fbb8ab5bed3c96f652f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96864 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2020-06-22Use xcrun python3 to find the python3 also on Macs with older XcodeTor Lillqvist1-1/+1
There is no /usr/bin/python3 on those. With a current Xcode, it is the python3 that comes with Xcode that /usr/bin/python3 runs anyway. Change-Id: Iaee3d030337d6dfc37b67852a492b054fb4b9fee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96062 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96858 Tested-by: Jenkins
2020-06-22move existing pages if inserting a page before an existing oneCaolán McNamara2-0/+23
Change-Id: I661550cecab48c3173bb46c65ca4adc9ade5f927 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96860 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-22add get_page_indexCaolán McNamara4-34/+54
Change-Id: Id90e8fc3fc2f7fa88368e02eaa492b8fc21138e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96859 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-22tdf#133855: sc: Add UItestXisco Fauli2-0/+53
Change-Id: I135865b3a47c2da07340471b8c2bb5b6c768c00c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96732 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2020-06-22Consolidate unique_ptr deleters calling freeStephan Bergmann3-9/+14
Change-Id: I57a977dbb521270a466d464df8c31c364179ec20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96854 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-22tdf#128502: Avoid potential crash in mobile app with multiple open documentsTor Lillqvist1-1/+1
Not sure if actually needed, but can hardly harm. Change-Id: Ibb819818db40b2f086e5c1f2330a7f8f2fcc1727 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95148 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-06-22Update git submodulesOlivier Hallot1-0/+0
* Update helpcontent2 from branch 'master' to a9324f47d6240144e8023079435b7f36bc0a9703 - Fix backgound color page after translator review Special thanks to Mihkel Tonnov. Change-Id: If0ef8d7aa9ca076937330f86f1cfaf8f5ec40f32 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96849 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-22Update git submodulesOlivier Hallot1-0/+0
* Update helpcontent2 from branch 'master' to b879ee14934fbabf8d4320f53f913011d7622947 - Improve/fix DTD for note, tip, warning in lists Change-Id: Id219ece5bd20028a4ae3049580cc74e44ef4cc6b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96848 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-22Update git submodulesOlivier Hallot1-0/+0
* Update helpcontent2 from branch 'master' to d2fe8fae9d249659c389e374a253072ae92506ae - Fix label contents for Text CSV import Change-Id: Ifdfc8ad238b6ef070ca2fa46af7bd50be77c17d0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96844 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-22Update git submodulesOlivier Hallot1-0/+0
* Update helpcontent2 from branch 'master' to 60eeb9ed8928c7340e9bafdd757fc5ef2e5b7749 - tdf134172 Refactor Show Changes Help pages. Change-Id: Id588d8c440fd6f5c7430c3dc95209b7e1102fcea Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96819 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-22Update git submodulesOlivier Hallot1-0/+0
* Update helpcontent2 from branch 'master' to 3512ddac6810ba61d89e843c3b010d1354720deb - tdf#124010 Missing bookmark for adv database settings Change-Id: Ibab5140c0095dbdc46fae02268b5c51e251be0b8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96783 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-22tdf#134112 Don't call UNO listeners with SolarMutex lockedStephan Bergmann1-4/+5
Change-Id: I20f616819ce25fa6873872d1f07ae8967a72e9bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96843 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-22jsdialog: use for message dialogs on mobileSzymon Kłos6-5/+73
Change-Id: Ib172dc264d7f55fef08dc474f7e6f4d1b3108085 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94431 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96836 Tested-by: Jenkins
2020-06-22failed cell dependency check should not set invalid values (tdf#132451)Luboš Luňák5-4/+95
Calc's dependency check done before parallel formula cell group calculation tries to ensure valid cell values for all the dependencies of the group's cell, and if it detects a problem such as a cycle it bails out. But since ScFormulaCell::Interpret() simply bailed out without doing anything, other cells could use that cell's possibly incorrect value for their calculation and get their dirty flag reset. This fix adds a flag to mark that bailing out is in progress, which ensures the bail-out is short-circuited and no cell values are set. Change-Id: Ia93c70d456682e19ce533abd2cf65ce35ffed9ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96838 Reviewed-by: Dennis Francis <dennis.francis@collabora.com> Tested-by: Jenkins
2020-06-22add debugging hints to Skia READMELuboš Luňák2-2/+49
Change-Id: I32d9a8bf19cbff709c088c0e0a1d4830e877e88d
2020-06-22jsdialog: send JSON on selection changeSzymon Kłos2-0/+7
Change-Id: I34bbd037c83e319b5689d2230d629e72e110bf74 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94301 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96835 Tested-by: Jenkins
2020-06-22Update git submodulesGabor Kelemen1-0/+0
* Update helpcontent2 from branch 'master' to c045b6819242cb355968a0570bba313ce6bd47f1 - tdf#132757 (related) Document new "Position axis" options Change-Id: If8ba96a7d68bdcde007bf84093a4a420b6a9db0f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96824 Tested-by: Jenkins Reviewed-by: Tünde Tóth <tundeth@gmail.com>
2020-06-22Update git submodulesGabor Kelemen1-0/+0
* Update helpcontent2 from branch 'master' to fbfd71ff234e20b57931fbfa7914ef277a605f33 - tdf#75330 (related) Document "Show the legend without overlapping chart" box Change-Id: Ic35ecda5ecc9f69401d3dc6ca4bb440a63c3b7e2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96822 Tested-by: Jenkins Reviewed-by: Tünde Tóth <tundeth@gmail.com>
2020-06-22Update git submodulesGabor Kelemen1-0/+0
* Update helpcontent2 from branch 'master' to 56b5099a57d3415c646ffcf98a1115ec0ca588a3 - tdf#130777 tdf#51671 (related) Document "Hide legend entry" option Pie chart uses a separate new data point level tab, place the description on that to the page of data series level options for now Change-Id: Ia5e6cbfb2ef56e1a7d0b8db58e07b4225e808c91 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96823 Tested-by: Jenkins Reviewed-by: Tünde Tóth <tundeth@gmail.com>
2020-06-22remove debugging leftoversNoel Grandin1-2/+0
Change-Id: Ib0317628cbb59cd1e22d1ebca0e0925cc8e8eea1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96834 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-06-22jsdialog: handle nested tab pagesSzymon Kłos5-26/+74
Change-Id: I04d5df55af0df18948730fcd9ee387abce77ac27 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94339 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96831 Tested-by: Jenkins
2020-06-22tdf#134053 tweak dash and space length for ooxmlRegina Henschel4-16/+91
OOXML does not specify how line caps are applied to dashes. MS Office keeps dash and space length for preset dash styles and for round custom dash styles and add them for square line caps on custom dash styles. ODF specifies, that the linecaps are added to the dashes and the spaces are reduced, so that the dash-space pair keeps its length. This patch changes the dash and space length on import and export so, that they look nearly the same in LibreOffice as in MS Office. For custom dash styles with square line cap the first dash is longer as in MS Office. I have no solution for that. But I consider it as minor problem, because MS Office has not even an UI for that case. It should not hinder the improvement for the usual cases. Change-Id: I3e3e4b7c9d71e440ed301d2be423100440cb688b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96769 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
2020-06-22vcl/calendar.hxx no longer used outside vclCaolán McNamara5-21/+21
Change-Id: Ia990b30d66f8fb71b4bb49c68e0855de643d1a34 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96818 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-22sw: prefix members of SwDocDisplayItem, SwNode2LayoutSaveUpperFrames, ...Miklos Vajna8-100/+99
... SwShadowCursorItem and SwUndoSort See tdf#94879 for motivation. Change-Id: Ic41cd974cc91bf29d73611a7ca920adc9a6551d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96833 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2020-06-22jsdialog: avoid crash in watermark dialogSzymon Kłos1-2/+5
Change-Id: Iea4a0e6ce005d6a86f9a228026471dd4b4c7b2da Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94340 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96830 Tested-by: Jenkins
2020-06-22tdf#97177 speedup loading of large ODS fileNoel Grandin10-329/+173
drop ScSimpleRangeList and just use ScRangeList, which saves us a conversion step. Then teach ScRangeList to do a simple merge, since we are loading in row order, and can just check the last few entries. Then fix a case of optimisation doing the wrong thing in ScAttrArray::SetPatternAreaImpl where std::vector::reserve repeatedly resizes the data array and breaks the normal doubling-resizing inside vector. On my machine the time goes from 5.4s to 4.8s Change-Id: I68a2204e0c02b673bbfe8aa0fdbe126e53ddbb41 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96516 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-06-22pdf export: add support for modification time/date in annotationsTomaž Vajngerl3-37/+55
Previously the modification date was written to the annotation "title" as string, together with the username. This is however not neccessary as PDF supports the modification date perfectly fine. Change-Id: I6f55e4fe63d9c3c81ec557f6cfd3387f011e67c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96766 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-06-22pdf export: support pop-up annotation for notes / commentsTomaž Vajngerl3-38/+113
This changes pdf export for annotation, so the comments are exported as "text" annotation with an child "pop-up" annotations. This seems to be more common what PDF readers do (even when text annotation only should be enough). Also changes the test, so that it now works as expected. Change-Id: I95bc12939f490effe7759dad54e136c44e44a2f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96765 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-06-22tdf#133662 Tweak position of copy version info buttonIlmari Lauhakangas1-1/+2
Let's have it next to the Version Information heading Change-Id: I12c028a5634bf49fc2a07e631919d488650b7b9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96532 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>