summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update git submoduleslibreoffice-7-3-branch-pointChristian Lohmaier2021-11-251-0/+0
| | | | | | | | | | * Update translations from branch 'master' to 9658a28df4b4c0eb79a9635221bab10ee09fed61 - update translations for 7.3.0 beta1 and force-fix errors using pocheck Change-Id: Ibe869de5bcee1affe91172648c8a21ad9943f54a
* ucb: webdav-curl: NTLM is both system and not-system authenticationMichael Stahl2021-11-251-4/+14
| | | | | | | | | Leave it to libcurl collapse the wave function. Change-Id: Idb51ebaec8b68a7c7fadcae2ae13b3b63ba1db79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125788 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
* ucb: webdav-curl: Sharepoint returns redirect urls that curl can't parseMichael Stahl2021-11-251-4/+8
| | | | | | | | | Encode them just like in WebDAVResponseParser. Change-Id: I7f0ee1d42df356fdd585d1f6e0f39e4094701a2a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125787 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
* Update git submodulesEike Rathke2021-11-251-0/+0
| | | | | | | | | | | * Update helpcontent2 from branch 'master' to 5c8e8358756f7e5f62e5b6fd24410e59797bdf05 - Fix MATCH() Type=-1, index of last >= value is returned Change-Id: I8b84e60cb626ee3b0df334cb1b41d3ef9da4e209 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125824 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
* Update git submodulesRafael Lima2021-11-251-0/+0
| | | | | | | | | | | * Update helpcontent2 from branch 'master' to 856c215166a7fa14cd5788842068862925d22a4b - Document Locale / PythonVersion properties in SF_Platform service Change-Id: I141b31e9398e39d968197b11e4b8aa2ceda99480 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125827 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
* ScriptForge - (SF_Platform) fix Locale should return the OS localeJean-Pierre Ledure2021-11-255-23/+23
| | | | | | | | | | So far it returned the LO locale. Discussed on Telegram Change-Id: I2cf66ca3acebe695354de9185e0698ffa4d8cf05 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125820 Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
* use even hyper-thread cores for Calc threadingLuboš Luňák2021-11-251-5/+0
| | | | | | | | | | | | | | | | I assume the threading was originally limited only to real cores because that's how many FPUs there are in the CPU. But Calc dynamically allocates many data structures (ScFormulaCell most notably), which means they end up scattered all over the memory, and processing them often stalls on memory reads, leaving time for other HT core to run. For data-heavy documents (such as using VLOOKUP) using HT cores saves 30%, but I can see 10+% gains even for compute-heavy documents. Change-Id: I302b17e55f27541606d922a1f0b27005ce0f0ba8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125801 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
* uitest: blind fix for UITest_writer_tests7 failedXisco Fauli2021-11-251-0/+2
| | | | | | | | | | | | | | Traceback (most recent call last): File "/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sw/qa/uitest/writer_tests7/forms.py", line 76, in test_tdf140239 self.assertEqual("true", get_state_as_dict(xURL)['Enabled']) AssertionError: 'true' != 'false' - true + false Change-Id: I535f1dd5d755b5896faa55651f5a1ff6c58cec4b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125814 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
* Resolves: tdf#145863 crash if popup closed before becoming truly visibleCaolán McNamara2021-11-251-1/+2
| | | | | | | | | the timing has to be just right to get this to happen Change-Id: I1ae81bf5c79b7f8b3fdf82b3fab94d5a3b6076cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125816 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* tdf#145539 const OUString -> constexpr OUStringLiteralJeff Huang2021-11-252-4/+4
| | | | | | | | | | Convert string literals defined as const char[] in header files to constexpr OUStringLiteral Change-Id: I69fdc34cfb663ff87fabc8efc72d6563aa23465b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124724 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
* sw: allow viewing OLE objects in protected sectionsMiklos Vajna2021-11-2510-9/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was that we don't allow even opening embedded objects in protected sections, which means the content of multi-page embedded objects can't even be viewed in protected sections, which probably goes too far. Fix this relaxing the condition in SwEditWin::MouseButtonDown() to allow launching the OLE object on double-click, and then make sure that the native data is not updated in SfxInPlaceClient_Impl::saveObject() and the replacement image is not updated in svt::EmbedEventListener_Impl::stateChanged(). This is complicated by only the Writer layout knowing if a given OLE object is anchored in a protected frame, so pass down a callback to sfx2/ and svtools/ to check if the OLE object is protected. Not copying the protected bit has the benefit of behaving correctly if the section turns into non-protected: copying would not work properly, as SfxInPlaceClient is created on demand, so not re-created when the protectedness of the section is changed. Change-Id: Ib3a8f2092d27dc1ebd3ef355c95a4a473988b163 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125815 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
* Update git submodulesRafael Lima2021-11-251-0/+0
| | | | | | | | | | | * Update helpcontent2 from branch 'master' to 3ac2801c1df75bd6dc1699d1774c8ed53ca7df54 - Fix example in EqualUnoObjects help page Change-Id: Iefea00251c858eb6fe98fe2220b24b3e35907c92 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125721 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
* Update git submodulesMartin Srebotnjak2021-11-251-0/+0
| | | | | | | | * Update translations from branch 'master' to e2ec5c1a4e906baa55408deed5378268a6c80587 - Updated Slovenian translation Change-Id: I403c800898f348b46aaf5f17ca96c2341409b7ba
* Resolves: tdf#145786 get the correct bounds with window scaling enabledCaolán McNamara2021-11-251-37/+16
| | | | | | | | | | | | | | the per-window/app scaling as opposed to the global desktop one which wasn't affected. the menubutton thought it saw the mouse release happen outside the window it popped up when the combobox inside it was clicked, so popped down the popup from underneath the combobox. Change-Id: Iace9538073bb2380443d87600a872e88885934d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125807 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* required curl_multi_wakeup is only in >= curl 7.68.0Caolán McNamara2021-11-251-26/+1
| | | | | | | | Change-Id: I53878de49549098ff90ef1f68f88880a6eb5bf55 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125797 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* sort, cache and binary search query items if they're many (tdf#136838)Luboš Luňák2021-11-252-14/+58
| | | | | | | | | This makes autofilter even with tdf#136838 almost instanteous. Change-Id: I94b4b6d6ab6f8e73312d88c8b88c0f393707f117 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125795 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
* fast query item searching also for ByValue with stringLuboš Luňák2021-11-251-3/+14
| | | | | | | | | | | | | The tdf#136838 comment #2 document has MaterialNumber column that is actually strings (even though they look like numbers), but autofilter creates ByValue query items (for whatever reason). So extend the conditions for fast searching to include this case, otherwise it'd be handled by the generic slower code. Change-Id: I0fe192b99cd2999282db53ba98587b712c42c762 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125794 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
* avoid repeated checks with same result on fast lookup pathLuboš Luňák2021-11-251-45/+74
| | | | | | | | | | | | | Change the compareByString() function to a template with a bool parameter that will disable all the checks, allowing the compiler to effectively generate just a small inline function. And then compute the bool value once and call the fast version if true. With comment #2 in tdf#136838 this actually saves 40% of time. Change-Id: I5a5190f19a1df163b28e527090ec880e6de5bbda Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125768 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
* remove unused defines and convert some to OUStringLiteralNoel Grandin2021-11-2521-140/+83
| | | | | | | | | Also remove the associated links.txt entries Change-Id: I5028fab2feb828875a0b772418fc29cbdfe4ce72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125773 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* try to search efficiently with a query with many items (tdf#133867)Luboš Luňák2021-11-251-22/+99
| | | | | | | | | | | | | | Autofilter with large documents can create queries that have thousands of items. Searching all of those for every cell using the generic algorithm can be quite slow. First try an optimized search for this case that skips most of the complications and just tries to find in the query items an exact match for the cell. This significantly speeds up tdf#133867 or attachment from comment #2 in tdf#136838. Change-Id: I2bba18da6a101c76398d8c42c4306c53682899c1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125746 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
* don't fetch cell string content for each query item (tdf#133804)Luboš Luňák2021-11-251-18/+20
| | | | | | | | | | | | | When using autofilter, the query entry can have thousands of items, and fetching of the cell string value is not trivial in some cases. I'm not doing this for numeric values, as those depend on query items and also seem fairly fast. Change-Id: I01fa2e0cbce8f770d1ed079c0dba74830402a895 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125735 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
* loplugin:stringliteraldefine in desktopNoel Grandin2021-11-254-8/+10
| | | | | | | Change-Id: I36025f17dc6c47710d6cd299f0349b5be227c21d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125760 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* fix windows ccache supportLuboš Luňák2021-11-251-4/+2
| | | | | | | | | | | | I accidentally pushed an older version of the commit. PCHs work fine with ccache, so no need to disable one or another. And $COM is not set yet at the time when ccache is detected, so use $os instead. Change-Id: I1802684d6bbdee940b7062be0b8010a887216834 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125800 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
* tdf#128914: sc_uicalc: Add unittestXisco Fauli2021-11-252-0/+40
| | | | | | | Change-Id: I80d5a9c1ac9b05273f0237b966ad23a11a17a0c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125798 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
* stldebug assert in bad sort of postgresql schemasCaolán McNamara2021-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /usr/bin/../lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/debug/safe_iterator.h:305: In function: __gnu_debug::_Safe_iterator::reference __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<rtl::OUString *, std::__cxx1998::vector<rtl::OUString>>, std::vector<rtl::OUString>, std::forward_iterator_tag>::operator*() const [_Iterator = __gnu_cxx::__normal_iterator<rtl::OUString *, std::__cxx1998::vector<rtl::OUString>>, _Sequence = std::vector<rtl::OUString>, _Category = std::forward_iterator_tag] Error: attempt to dereference a past-the-end iterator. Objects involved in the operation: iterator "this" @ 0x0x7fffffff75a8 { type = __gnu_cxx::__normal_iterator<rtl::OUString*, std::__cxx1998::vector<rtl::OUString, std::allocator<rtl::OUString> > > (mutable iterator); state = past-the-end; references sequence with type 'std::__debug::vector<rtl::OUString, std::allocator<rtl::OUString> >' @ 0x0x7fffffff7d10 } Thread 1 "soffice.bin" received signal SIGABRT, Aborted. a problem since... commit 5cbb6631e6d4c1000bff936712b4bd4aafbe04d5 Date: Fri Mar 4 13:01:57 2016 +0100 pgsql-sdbc: factorise common code Change-Id: I7f7794e93224dfa946a7b5970c458fc3030fab73 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125799 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* loplugin:stringliteraldefine in cuiNoel Grandin2021-11-253-38/+45
| | | | | | | Change-Id: I3b0c8811b583d6edf48ccd7e368e50228e70c362 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125480 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* lok: add pdf version option for exportGabriel Masei2021-11-251-0/+30
| | | | | | | Change-Id: I02c1edecd291309bf028e6e5a0f04a578ac1b639 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125255 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* loplugin:stringliteraldefine in extensionsNoel Grandin2021-11-2515-683/+677
| | | | | | | Change-Id: I9599fb3ca2fdcb30d8e1a52ecbfd954329762eae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125762 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:stringliteraldefine in formsNoel Grandin2021-11-254-418/+411
| | | | | | | Change-Id: Ia26f0c767030db0361758d2be37f01d30c7e1df9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125763 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Related: tdf#145842 fix a crash after deleting an entryCaolán McNamara2021-11-251-1/+0
| | | | | | | | | | | delete an entry in remote files dialog and go one level up and crash, ownership of the SvtContentEntry is not with the entry, but belongs to mpImpl->maEntries Change-Id: I4a052ada1fd4f5e8142ac4396877b15ac49149b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125792 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* vcl: pInputElement is never nullptr in PDFObjectCopier::copyRecursively()Miklos Vajna2021-11-252-10/+10
| | | | | | | | | Change it to a reference to make that more obvious. Change-Id: Ie1da9982ee2d54a5d68d393a04643d1684521ef5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125786 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
* Update git submodulesRafael Lima2021-11-241-0/+0
| | | | | | | | | | | | | | | * Update helpcontent2 from branch 'master' to c80b0e8b7341e9880080767dcaf4722de694b858 - Fix Direct Cursor mode help page The help page lacks the information about how to access the feature using the menu bar. Also, icons are not properly aligned. This patch organizes them using an icon table. Change-Id: Ic0308fecc68bbb2d72052fcb371a7859b91d7dce Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125719 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Update git submodulesRafael Lima2021-11-241-0/+0
| | | | | | | | | | | * Update helpcontent2 from branch 'master' to 0e031e14e258d11234dfef5e97245829fad9af49 - tdf#145398 Adjustments to the Writer tree Change-Id: I05b5d9bcf871725ecbca594f0f3c0936b94bd691 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125717 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* Update git submodulesRafael Lima2021-11-241-0/+0
| | | | | | | | | | | * Update helpcontent2 from branch 'master' to f0f2cba1d40a248f3cc24ecaa60d403586894780 - tdf#143846 Separate help pages for ASC/JIS text functions Change-Id: I9b5ae9b14ea98fe9edbf84a433ad4b7ed3bfcf39 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125720 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
* tdf#104418: sw_ooxmlexport10: Add unittestXisco Fauli2021-11-242-0/+14
| | | | | | | Change-Id: I3e7b1913edbdcb14da4ceb962879b67f69fb2345 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125777 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
* tdf#145874: fix "Drop deg2rad/rad2deg conversions" for gradient export in a pdfJulien Nabet2021-11-241-1/+1
| | | | | | | | | | | Regression from: https://cgit.freedesktop.org/libreoffice/core/commit/?id=bc0ab08634f59e1a1814e575fe6ad5e50bf1aee1 Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversions Change-Id: I40089b166242d06e417b1877146d43df192d6225 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125791 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
* td#f145621: sw_uiwriter3: Add unittestXisco Fauli2021-11-242-0/+18
| | | | | | | Change-Id: I5f9584309c7ad42f43110d11d6fb3d34d8fb9898 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125770 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
* Resolves: tdf#128914 Create copies for non-shareable token arraysEike Rathke2021-11-241-4/+8
| | | | | | | Change-Id: I59fdcf48fb0da9d944b00a140e043e4ea5fb1ae5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125789 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
* tdf#145842 canceling remote file delete makes file disappear from treeviewCaolán McNamara2021-11-241-2/+7
| | | | | | | | | | | we remove the selected entries from the treeview, so the user cancel's the deletion of an entry we should unselect it from the candidates to remove. Change-Id: Ieb2258960fc647ad15d8f315a18454a0dae8a420 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125790 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* Remove break; after returnAndrea Gelmini2021-11-241-2/+0
| | | | | | | Change-Id: I0690bcf0740842abde7268d99ab791163262945f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125766 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Convert sal_IntPtr into int + use constexpr int in sfx2/dinfdlgJulien Nabet2021-11-242-40/+43
| | | | | | | Change-Id: I39ab8370f0d01441d59e12fa120bbef4d767c2fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125747 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* tdf#145833: Remove ITEMVALMEASURETEXTTYPES part in SdrMeasureTextHPosItem (svx)Julien Nabet2021-11-242-11/+7
| | | | | | | | | | There's no need to use translations since it's only internal use See comments in the bugtracker to read the discussion Change-Id: Ic249081630640ad3ac306babe943f43ef8163901 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125785 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* ofz#41274 use FrameDeleteWatch to update if SwFlyFrameFormat is deletedCaolán McNamara2021-11-243-30/+48
| | | | | | | Change-Id: I105b5a384ff2310f15e9718cfbaacaee3b57118a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125776 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* ofz#41345 Negative-size-paramCaolán McNamara2021-11-242-8/+8
| | | | | | | Change-Id: I7398fc39c84670f455993c80ea6c9defbcf911d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125752 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* Resolves: tdf#145840 call ToggledDavsHdl on setting checkbox stateCaolán McNamara2021-11-241-0/+2
| | | | | | | Change-Id: Ia2a735255b94fd3a097081950e2145e07b4b3b63 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125783 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* gtk3: I don't think it makes sense to claim a crossing event is consumedCaolán McNamara2021-11-241-1/+1
| | | | | | | | | if it does, then we should use the return of m_aMouseMotionHdl.Call() Change-Id: I9f04fcba1ef1d9768c3ce3b042884110a63f26a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125781 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* Resolves: tdf#145864 we should only return true if we consume the motion eventCaolán McNamara2021-11-241-2/+1
| | | | | | | | | and false if we want it to continue to be passed on to other handlers Change-Id: Ie237f890e3d065949dcfedb08b9f6c804643b4b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125780 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* uitest: remove print leftoversXisco Fauli2021-11-2410-22/+0
| | | | | | | Change-Id: I9b0cef7a8a536a8db7d0b840dfe69714fdbf2cd4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125779 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
* Fix typos and translationsAndrea Gelmini2021-11-243-3/+3
| | | | | | | Change-Id: Ic358f008e09718b6f726a55edfe3a3f78bba2942 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125728 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
* tdf#145621 sw: fix crash pasting paragraph with cross-reference markMichael Stahl2021-11-241-0/+6
| | | | | | | | | | | At last, a case where copying a mark fails for legitimate reasons. (regression from 4bf04dea9afb30a9395e80b07a81d1908937ee8b) Change-Id: I7a318e03c0b0d30e204eadb5012f190edbbba486 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125767 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>