summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 09:48:17 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 09:58:19 +0200
commit616c6924f18911fce110918edf05ed2f4e52dba9 (patch)
tree3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /sd/source/ui/view
parentcoverity#707499 coverity#735400 coverity#738541 (diff)
downloadcore-616c6924f18911fce110918edf05ed2f4e52dba9.tar.gz
core-616c6924f18911fce110918edf05ed2f4e52dba9.zip
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r--sd/source/ui/view/drviews7.cxx4
-rw-r--r--sd/source/ui/view/outlnvsh.cxx2
-rw-r--r--sd/source/ui/view/sdwindow.cxx2
3 files changed, 4 insertions, 4 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;
diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx
index 2703bf14e184..7e5e616abf36 100644
--- a/sd/source/ui/view/outlnvsh.cxx
+++ b/sd/source/ui/view/outlnvsh.cxx
@@ -1260,7 +1260,7 @@ void OutlineViewShell::Execute(SfxRequest& rReq)
break;
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);
bForwardCall = false;
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx
index 34da38d5d292..152f679e7eb3 100644
--- a/sd/source/ui/view/sdwindow.cxx
+++ b/sd/source/ui/view/sdwindow.cxx
@@ -468,7 +468,7 @@ long Window::SetZoomFactor(long nZoom)
// Update the map mode's origin (to what effect?).
UpdateMapOrigin();
- // Update the view's snapping to the the new zoom factor.
+ // Update the view's snapping to the new zoom factor.
if ( mpViewShell && mpViewShell->ISA(DrawViewShell) )
((DrawViewShell*) mpViewShell)->GetView()->
RecalcLogicSnapMagnetic(*this);