diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-06-08 10:29:27 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-06-08 10:29:27 +0200 |
commit | 9535d5d1fdbd1a529e4d7a6b5e3df6c551465364 (patch) | |
tree | 0344de7b215178edb21c39afef8f7bf8a57ddd45 /sc | |
parent | b0168403e2d090777b16bfcda742fce947dd136d (diff) |
\<the the\> -> the
Change-Id: I9d820446411eb7dfca37bb3baf5e994f4ba6f421
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/column.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/view/gridwin3.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index d5e66254d243..9a1ac59b9a86 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -633,7 +633,7 @@ public: * Reset column position of formula cells within specified row range. * If bUpdateRefs==true then reference positions are also adjusted to * reflect the new position so that the formula cells still reference the - * same cells or ranges after the the position change. + * same cells or ranges after the position change. * The position of a formula cell before the call is interpreted as the old * position of that cell. * diff --git a/sc/source/ui/view/gridwin3.cxx b/sc/source/ui/view/gridwin3.cxx index b1e7b6fa7805..9b3492132943 100644 --- a/sc/source/ui/view/gridwin3.cxx +++ b/sc/source/ui/view/gridwin3.cxx @@ -289,7 +289,7 @@ MapMode ScGridWindow::GetDrawMapMode( bool bForce ) void ScGridWindow::DrawAfterScroll() { - Update(); // always, so the the behaviour with and without DrawingLayer is the same + Update(); // always, so the behaviour with and without DrawingLayer is the same ScDrawView* pDrView = pViewData->GetView()->GetScDrawView(); if (pDrView) |