Commit graph

497187 commits

Author SHA1 Message Date
Mike Kaganski
7b428b1607 Only use -Wv:18 in Visual Studio 2019
And fix the warnings discovered in Visual Studio 2022:

 C:/lo/core/cli_ure/source/uno_bridge/cli_proxy.cxx(714): warning C4456: declaration of 'numMethods' hides previous local declaration
 C:/lo/core/cli_ure/source/uno_bridge/cli_proxy.cxx(681): note: see declaration of 'numMethods'
 C:/lo/core/cli_ure/source/uno_bridge/cli_proxy.cxx(1032): warning C4457: declaration of 'pUnoI' hides function parameter
 C:/lo/core/cli_ure/source/uno_bridge/cli_proxy.cxx(918): note: see declaration of 'pUnoI'
 C:/lo/core/cli_ure/source/uno_bridge/cli_uno.cxx(109): warning C4456: declaration of 'param' hides previous local declaration
 C:/lo/core/cli_ure/source/uno_bridge/cli_uno.cxx(84): note: see declaration of 'param'
 C:/lo/core/cli_ure/source/uno_bridge/cli_uno.cxx(256): warning C4456: declaration of 'param' hides previous local declaration
 C:/lo/core/cli_ure/source/uno_bridge/cli_uno.cxx(240): note: see declaration of 'param'

Change-Id: I99abcf17c7c431a403a488c53b65ef34d66d0940
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169782
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-07-01 11:02:37 +02:00
Mike Kaganski
263dc5c171 Fix the warning description
Change-Id: I355e4ab73f58303c3b423ec4230bd55ded95da05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169785
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-07-01 10:59:50 +02:00
Samuel Mehrbrodt
b6cdd1d7ff doc: Don't export notes author/date when in privacy mode
Change-Id: I54459ed5f556f2dbe88d149ea859105db35f1cd0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169647
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2024-07-01 10:37:47 +02:00
Caolán McNamara
463c3739c6 ofz#69444 Integer-overflow
Change-Id: I86b612ec964915084ba207aa0be120cdf4ede389
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169778
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-01 09:59:58 +02:00
Caolán McNamara
743796b2a9 upgrade to tiff-4.6.0t
Change-Id: I6e521a84dc6d08d754c42200094ebec214637de2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169777
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
2024-07-01 09:59:51 +02:00
Caolán McNamara
d30ecb5fb0 ofz#69809 Integer-overflow
Change-Id: Ie4e19b4f1d12de7b8f71b50dac56e4559ea0027b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169775
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-01 09:59:44 +02:00
Bogdan Buzea
fddc381856 Resave with newer Glade version
Change-Id: I427437cf861ea75413d5bee14cca2dba73add1a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169603
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
2024-07-01 09:39:26 +02:00
Heiko Tietze
4b3995bf5d Resolves tdf#161796 - Add a donate button to the start center
Set Common::Misc::ShowDonation to false in order to get the
legacy Extensions button

Icon by Muhammad Haq on freeicons.io (slightly modified)

Change-Id: I83d10d7230722d38914934d59d70ece471e62599
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169628
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-07-01 09:09:10 +02:00
Stéphane Guillou
c65127e5f6 tdf#158416: restore infobar text colours
...which were lost with de1b926fa2.
rMessageColor is put back into the switch, but uses the settings' warning
and error colours introduced by d7fd378b53
where applicable.
Colours were checked for sufficient contrast in
https://gerrit.libreoffice.org/c/core/+/47825

Change-Id: Iba42020b665e35c34f09b3788bcc973b0f8531d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168761
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-07-01 09:07:28 +02:00
Samuel Mehrbrodt
21120ae0ed doc: Don't export changes author/date when in privacy mode
Change-Id: I48c5688b76d895eac3850bf69ff1a08cf6c0879f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169650
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2024-07-01 09:02:04 +02:00
Samuel Mehrbrodt
09c5cdfed1 Use correct config option to keep changes info
copy/paste error

Change-Id: Iaccd96aced4ac0aa9bd93265aee34b66b6e23a77
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169648
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2024-07-01 09:01:29 +02:00
Noel Grandin
4637bad647 call fillDecimal() in SvxTabStop constructor
otherwise we get the weird behaviour where two SvxTabStop instances
which are constructed the same, return false from operator==
because one instance has had getDecimal() called on it, and the
other not.

Change-Id: I1f708c1b1e03efcd9fc554eaf2777c4c3e8a80b8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169774
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-07-01 08:56:44 +02:00
Noel Grandin
26ae64ae9f remove hashCode from SvxBorderLine
because they are unused and incorrect. They are incorrect because
hashCode and operator== are not mutually consistent, as I found
out when I tried to use them.

They were introduced in
    commit c39e4f6b8a
    Author: Oliver Specht <oliver.specht@cib.de>
    Date:   Wed May 22 12:26:46 2024 +0200
    Add SfxItemType to SfxPoolItem
but were not used in that commit.

Change-Id: I1c3c67e904823117401a0f72a49c80f4bb6398a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169773
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-07-01 08:56:05 +02:00
Taichi Haradaguchi
73a180c39f Fix typo
Follow-up to 1f3c82e3b0

See https://www.unicode.org/charts/PDF/U1400.pdf

Change-Id: Iece91e51f1eea21495849368950747f3056f197d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169769
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2024-07-01 07:53:41 +02:00
Michael Weghorn
5bf58785ba gtk4: Require GTK >= 4.10
For the gtk4 VCL plugin, require GTK version >= 4.10
and drop code for older versions.

This simplifies maintenance, in particular since
requiring 4.10 ensures that the basic GtkAccessible API
is available.

GTK 4.10 was released on 2023-03-04 [1], so it
will be almost 2 years by the time that LO 25.2
will be released.

Given that the gtk4 VCL plugin is still experimental,
providing support for older GTK 4 releases shouldn't
have to be a concern.

[1] https://gitlab.gnome.org/GNOME/gtk/-/blob/4.10.0/NEWS?ref_type=tags

Change-Id: I6f361b533391225d0e74c174e0479b767b9d827a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169324
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
2024-06-30 22:40:39 +02:00
Mike Kaganski
0e3394f712 vs-ide-integration: set correct solution / project platform
This allows the IDE to show active #ifdef conditions, type sizes,
alignment, memory layout, selected overloads, and so on.

Change-Id: Idd1211df3b3745658f1996a494929b07cf7aa573
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169772
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-06-30 21:09:48 +02:00
Mike Kaganski
76a52cb698 Optimize SystemWindow layout a bit
And simplify its ctor, using default member initializers.

Change-Id: I08f06182c51d38299956cdf7ad2705c926c937d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169770
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-06-30 17:16:16 +02:00
Mike Kaganski
a597b52b76 Make SystemWindow::mbIsDeferredInit private
This optimizes its layout a bit, deduplicates, and exposes less guts

Change-Id: If522747fdc2c666ac7876b39e72cc689f3c5c89f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169767
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-06-30 14:18:57 +02:00
Bogdan Buzea
2ffd958fcd Resave with newer Glade version
Change-Id: I502cda571288fa8b4a1aeaffe78705e47de5d379
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169601
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
2024-06-30 12:39:04 +02:00
Mike Kaganski
58ed26938f tdf#161844: AbsoluteScreenPixelRectangle is a closed interval
Change-Id: If52fd8e97b6b9c3eed72720b8dc7151b278a0183
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169766
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-06-30 09:16:56 +02:00
Aron Budea
696eb4b4e5 tdf#161310 Translate My AutoText in Insert toolbar
Use same pattern as 42e6e26255
and dffdc0b199

Change-Id: If36ecdcbb771bfcde9836203e84586045d039c8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169693
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-06-30 06:27:05 +02:00
Bogdan Buzea
786ed5c3ad Resave with newer Glade version
Change-Id: I062f3dc2671beb0c82b43905f2b9afb5050f9e59
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169429
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Tested-by: Jenkins
2024-06-30 05:48:02 +02:00
Bogdan Buzea
02a536fa76 Resave with newer Glade version
Change-Id: I9e8672e92648359ff8ec7e3f7b667e785b51f0d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169602
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Tested-by: Jenkins
2024-06-30 05:45:38 +02:00
Bogdan Buzea
8e035840d1 Resave with newer Glade version
Change-Id: Ia6374adeb4ef15f6d3d0d3bca365b269562bb640
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169597
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
2024-06-30 04:51:55 +02:00
László Németh
b0b691aa32 tdf#161563 sw: fix invisible light gray underline for No Break
Light gray underline visualization depended on IsShowHiddenChar()
instead of the correct IsViewMetaChar() (Show Formatting Marks).

Follow-up to commit 2f0c7d5691
"tdf#161563 tdf#161565 sw: add No Break to word context menu &
visualize" and commit 41916d9fb0
"tdf#161563 sw: show "No Break" context menu only on a whole word".

Change-Id: I3d10011962732ab3730e5f833e95252e9fe6bfee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169721
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2024-06-29 23:49:34 +02:00
Tibor Nagy
e6b974fd69 tdf#157216 PPTX: add "glue points" to flowchart shapes
Change-Id: I1595c3ddcca08e4e95da608edbe18edc57b41362
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166457
Tested-by: Jenkins
Reviewed-by: Nagy Tibor <tibor.nagy.extern@allotropia.de>
2024-06-29 22:49:48 +02:00
Mike Kaganski
eb56caec68 Fix VBA Table's *Padding properties type
In VBA, it is Single, not Double. See VBA documentation:
https://learn.microsoft.com/en-us/office/vba/api/word.table.bottompadding
https://learn.microsoft.com/en-us/office/vba/api/word.table.leftpadding
https://learn.microsoft.com/en-us/office/vba/api/word.table.rightpadding
https://learn.microsoft.com/en-us/office/vba/api/word.table.toppadding

Change-Id: I9262462424fc11b5c062a61754ab0fab9103f549
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169763
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-06-29 22:47:38 +02:00
Mike Kaganski
203bd3f674 Fix VBA get*Padding, which returns a floating-point value
Introduced in commit f3234f4f14 (VBA
Add Padding properties to XTable, 2022-08-05). The unit test is
edited to test that the value returned by the methods is equal to
the initially set value, with precision of 0.1 pt.

Change-Id: I24144cd0e3c1e72bd2664a2a052ac3c7006595ff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169762
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-06-29 22:47:33 +02:00
Andrea Gelmini
c910d8cd67 Fix typo
Change-Id: Ic80446b21443a025a4d4877730ef097ba39ca66d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169752
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2024-06-29 20:17:22 +02:00
Mike Kaganski
63f36e4b76 Move MapToO3tlLength and FieldToO3tlLength to respective enums' headers
Decreases dependency on <tools/UnitConversion.hxx> a bit.

Change-Id: Ia469c08ca2844c522f508a724ddc879120d0b50d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169761
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-06-29 20:13:09 +02:00
Mike Kaganski
2adf50be3d Rename some ConversionHelper functions
Make their names more explicit. This avoids ambiguity; previously,
convertTwipToMM100 was very similar to tools' convertTwipToMm100,
provoking the former function's use where the latter is better.

Drop convertTwipToMM100WithoutLimit, and use the unconstrained
function from tools directly instead.

Change-Id: Icdd1a67721cdd8a578bc786fda67c341b07ec84a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169759
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-06-29 18:03:21 +02:00
Andrea Gelmini
102cbf4626 Fix "lets" -> "let's"
Change-Id: I01968fc18b093dbbc27213f01c3da38ae151c62c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169748
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Tested-by: Jenkins
2024-06-29 17:22:12 +02:00
Andrea Gelmini
36d898b3bc Fix "lets" -> "let's"
Change-Id: I3f55e97561323cff8a4148d8388ecd3a5550c704
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169753
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2024-06-29 17:12:55 +02:00
Mike Kaganski
819194eb3b Use better types here
Change-Id: Icc9c6fdea2c3d10db51728389187589a26a887c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169758
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-06-29 15:44:39 +02:00
Heiko Tietze
dfe1f8fdde Related tdf#64028 - COPYDELETE must not update references
in order to behave like cut

Change-Id: Ia30428edee00950e2874c0f615e4033167c1031b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169754
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
2024-06-29 15:33:04 +02:00
Mike Kaganski
6756a753e9 Use a matching type here
Change-Id: I23dbadd27838a3cacad51a6b67aef10faed71640
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169757
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-06-29 14:59:23 +02:00
Mike Kaganski
ccff60b4ae Decrease rounding errors a bit
Change-Id: If9f078c96d03046aba4db19125a17fcf7fd68a81
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169756
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-06-29 14:59:14 +02:00
Mike Kaganski
0748844975 Simplify some uses of convertTwipToMm100
Change-Id: I073ac7358c1bcb82992ec7746f4b3986d6d35633
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169755
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-06-29 14:37:45 +02:00
Mike Kaganski
11ad465075 Simplify a use of convertTwipToMm100 a bit
For some reason, MSVC fails to find the o3tl::convert overload for Size
defined in <tools/gen.hxx>, unless the call to convert is unqualified,
accompanied by a 'using namespace o3tl' in convertTwipToMm100.

Change-Id: I7100ef55156b6944b5adc5aefa52eee38b3fe69e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169751
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-06-29 12:51:43 +02:00
Mike Kaganski
291c380fcf warning C6011: Dereferencing NULL pointer 'pArgs'
C:\lo\core\sw\source\uibase\uiview\viewsrch.cxx(237) : warning C6011:
 Dereferencing NULL pointer 'pArgs'. : Lines: 132, 134, 135, 136, 137, 140, 141, 149, 151, 196, 198, 200, 204, 205, 219, 228, 229, 237

Change-Id: Id06d08b310dffa15823b1d40996467888ff4ea7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169750
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-06-29 12:51:28 +02:00
Mike Kaganski
4982e260bb Simplify WrapPolygon
Use doubles instead of fractions.
Simplify correctWordWrapPolygon, which used redundant arithmetics
(it scaled by a fraction with nWrap100Percent in multiplier, then
by another fraction with nWrap100Percent in divisor).

Change-Id: I69a38ac7e3afda33a1e7725cab711d50dc80eed7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169746
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-06-29 10:17:40 +02:00
László Németh
39dfb6393a tdf#96787 AutoCorrect: find item with ".*" and between :colons:
It was very hard to disable autocorrection of (c)->© and other
AutoCorrect items, because the searched Replace string "(c)"
etc. didn't jump the list cursor to the corresponding ".*(c)"
item.

Now skip ".*" pattern matching marks, also colon (emoji
replacement) characters, so the list cursor jumps to the
line ".*(c)"->© typing only "(c" etc., allowing users to press
Delete to disable its autocorrection without knowing about
the special AutoCorrect patterns.

Follow-up to commit 50be3fa1f0
"tdf#141773 AutoCorrect: fix broken [All] dictionaries".

Change-Id: I72be1ecb2fdc5ae67c72727ce7fbd70b28a4125b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169714
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2024-06-29 09:31:03 +02:00
László Németh
50be3fa1f0 tdf#141773 AutoCorrect: fix broken [All] dictionaries
This reverts commit ae56dc05b2
"tdf#96787: AutoCorrect: after deleting a replacement entry, it's still used".

Change-Id: Ifb4cf1b359b852c7610337d4bd389a8ca5dce610
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169713
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2024-06-29 09:25:26 +02:00
Jim Raykowski
3621ddfb9a Resolves tdf#115665 Format in the CTRL+H search affects
the CTRL+F search

Change-Id: I51ccd2186c47a91958c262efac9a1514b9c3b138
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169606
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Tested-by: Jenkins
2024-06-28 23:42:41 +02:00
Mike Kaganski
2cb5e2256c Simplify solar.h a bit
Use std::copy / std::reverse_copy for double serialization. Also
remove __cplusplus conditions, because the header is not included
in any C files. And simplify the functions uses, where casts were
unneeded.

Change-Id: I1d8375e601851231fdffcf52e3f3e3bdcbcbde7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169706
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-06-28 22:53:27 +02:00
Andrea Gelmini
aa80eaeeab Fix "lets see" -> "let's see"
Change-Id: I7aa939681720bc0dc81c8f114a3608a8cdfb4f60
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169722
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2024-06-28 22:24:50 +02:00
Andrea Gelmini
16d58ad8d3 Fix "lets" -> "let's"
Change-Id: Ibe6cbbd618aab5c145913235dc90fec3c98cd504
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169723
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
2024-06-28 22:23:17 +02:00
Xisco Fauli
93987194f5 tdf#92029: sw_autocorrect: Add unittest
Change-Id: I7ac855ac826353869c3a905ea70448d0c8dc1b76
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169711
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-06-28 21:24:13 +02:00
Xisco Fauli
6c94932865 tdf#158051: fix *σ’ -> σ’
While writting a test for 7f593484a1
"tdf#158051 AutoCorrect: don't apply final sigma before apostrophe"
I realized the added rules where *σ’ -> ς’ ( which was the old behavior
)
instead of *σ’ -> σ’

Change-Id: Ibff92e74da3d353ba715025b244b614b7fb8f9fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169717
Reviewed-by: László Németh <nemeth@numbertext.org>
Tested-by: Jenkins
2024-06-28 21:22:23 +02:00
Miklos Vajna
94094d8688 oox, drawingml: use more bLineShape in Shape::createAndInsert()
As suggested at
<https://gerrit.libreoffice.org/c/core/+/169615/1#message-39aa9a1b288ff3a7459fc68c09d10c312efbaa33>.

Change-Id: I72f9cc905f18a48dcae2cf4b96d4560ad0a6080b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169701
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2024-06-28 18:12:10 +02:00