summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-04 13:14:53 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-04 16:45:37 +0100
commitaf731ab96f4f4f9d1f87d438c9ebf576b2e09a72 (patch)
tree8a06326c69ddd5c1d53aeef058ae56585699b04c /sd
parentcf4e87469baf13fb2766d0f2593fcc2b9b33bc9b (diff)
Fix typo
Change-Id: I8152ccc40efd9ae52f7802b9c3e07c7dceaa1e98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87969 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/MasterPagesSelector.cxx2
1 files changed, 1 insertions, 1 deletions
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());
}
}