[Libreoffice-commits] core.git: sd/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Feb 4 15:46:09 UTC 2020
sd/source/ui/sidebar/MasterPagesSelector.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit af731ab96f4f4f9d1f87d438c9ebf576b2e09a72
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Feb 4 13:14:53 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Feb 4 16:45:37 2020 +0100
Fix typo
Change-Id: I8152ccc40efd9ae52f7802b9c3e07c7dceaa1e98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87969
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sd/source/ui/sidebar/MasterPagesSelector.cxx b/sd/source/ui/sidebar/MasterPagesSelector.cxx
index 43d12ce319c5..d8a9ee1ac56e 100644
--- a/sd/source/ui/sidebar/MasterPagesSelector.cxx
+++ b/sd/source/ui/sidebar/MasterPagesSelector.cxx
@@ -181,7 +181,7 @@ IMPL_LINK(MasterPagesSelector, RightClickHandler, const MouseEvent&, rEvent, voi
if (nIndex > 0)
{
mxPreviewValueSet->SelectItem (nIndex);
- // Now do the the actual display of the context menu
+ // Now do the actual display of the context menu
ShowContextMenu(&rEvent.GetPosPixel());
}
}
More information about the Libreoffice-commits
mailing list