summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews7.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviews7.cxx')
-rw-r--r--sd/source/ui/view/drviews7.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx
index f077d30fa589..b7ef1009238b 100644
--- a/sd/source/ui/view/drviews7.cxx
+++ b/sd/source/ui/view/drviews7.cxx
@@ -1673,7 +1673,7 @@ void DrawViewShell::GetState (SfxItemSet& rSet)
{
case SID_SEARCH_ITEM:
case SID_SEARCH_OPTIONS:
- // Forward this request to the the common (old) code of the
+ // Forward this request to the common (old) code of the
// document shell.
GetDocSh()->GetState (rSet);
break;
@@ -1699,7 +1699,7 @@ void DrawViewShell::Execute (SfxRequest& rReq)
switch (rReq.GetSlot())
{
case SID_SEARCH_ITEM:
- // Forward this request to the the common (old) code of the
+ // Forward this request to the common (old) code of the
// document shell.
GetDocSh()->Execute (rReq);
break;