diff options
-rw-r--r-- | sd/source/ui/sidebar/MasterPagesSelector.cxx | 2 |
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()); } } |