From af731ab96f4f4f9d1f87d438c9ebf576b2e09a72 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 4 Feb 2020 13:14:53 +0100 Subject: Fix typo Change-Id: I8152ccc40efd9ae52f7802b9c3e07c7dceaa1e98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87969 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sd/source/ui/sidebar/MasterPagesSelector.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') 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()); } } -- cgit