summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Huang <jeff@mail.ossii.com.tw>2021-04-12 14:16:02 +0800
committerMichael Stahl <michael.stahl@allotropia.de>2021-04-20 10:42:46 +0200
commit925ed355f096c0b005cfddbbe4c78400472de5bc (patch)
tree9f5955fe0315b82d1795f43ee88cfe545538383c
parenta1ecf71fd7d3a011419a110e6e85bd0d32492f75 (diff)
tdf#141525 Fix "Line with Arrow/Circle" insertion error.
When you insert "Line with Arrow/Circle" from "Lines and Arrows", it will show "Line Starts with Arrow" instead of "Line with Arrow/Circle". This patch can fix this issue. (This issue exists at least since 6.3 series.) Change-Id: I827b9582951fe359d89245970e73d63f7697553f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113963 Tested-by: Jenkins Reviewed-by: Mark Hung <marklh9@gmail.com> (cherry picked from commit 2b498e380a91a536d177376e854cf3a6e2fb0b35) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114179 Reviewed-by: Po-Yen Huang <jeff@mail.ossii.com.tw> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> (cherry picked from commit 4ee3d213e8d3c4afdc3714b50def117dfe5c8023) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114275 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r--sw/source/core/frmedt/feshview.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/source/core/frmedt/feshview.cxx b/sw/source/core/frmedt/feshview.cxx
index 9da71abf8b8c..33134f5858a6 100644
--- a/sw/source/core/frmedt/feshview.cxx
+++ b/sw/source/core/frmedt/feshview.cxx
@@ -1005,6 +1005,14 @@ void SwFEShell::SetLineEnds(SfxItemSet& rAttr, SdrObject const & rObj, sal_uInt1
// and again, for the still missing ends
switch (nSlotId)
{
+ case SID_LINE_ARROW_CIRCLE:
+ {
+ // circle end
+ rAttr.Put(XLineEndItem(SvxResId(RID_SVXSTR_CIRCLE), aCircle));
+ rAttr.Put(XLineEndWidthItem(nWidth));
+ }
+ break;
+
case SID_LINE_CIRCLE_ARROW:
{
// circle start