[Libreoffice-commits] core.git: svx/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Mar 15 16:21:58 UTC 2020
svx/source/tbxctrls/fillctrl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8ce3c90a0a5ae7041019a2546698fa767ed85876
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Mar 15 14:41:58 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Mar 15 17:21:21 2020 +0100
Fix typo
Change-Id: I434c33cac9e8988d0069e8a15a717ef34e6af482
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90527
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx
index 7f258c34043a..8ae4bf58acb5 100644
--- a/svx/source/tbxctrls/fillctrl.cxx
+++ b/svx/source/tbxctrls/fillctrl.cxx
@@ -870,7 +870,7 @@ IMPL_LINK_NOARG(SvxFillToolBoxControl, SelectFillAttrHdl, weld::ComboBox&, void)
const XGradient aGradient = pItem->GetGradientList()->GetGradient(nPos)->GetGradient();
const XFillGradientItem aXFillGradientItem(mpLbFillAttr->get_active_text(), aGradient);
- // #i122676# Change FillStyle and Gradinet in one call
+ // #i122676# Change FillStyle and Gradient in one call
SfxViewFrame::Current()->GetDispatcher()->ExecuteList(
SID_ATTR_FILL_GRADIENT, SfxCallMode::RECORD,
bFillStyleChange
More information about the Libreoffice-commits
mailing list