diff options
Diffstat (limited to 'sc/source/ui/view/gridwin2.cxx')
-rw-r--r-- | sc/source/ui/view/gridwin2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/gridwin2.cxx b/sc/source/ui/view/gridwin2.cxx index d2f97e397623..c24fd53dc509 100644 --- a/sc/source/ui/view/gridwin2.cxx +++ b/sc/source/ui/view/gridwin2.cxx @@ -800,7 +800,7 @@ sal_uInt16 ScGridWindow::HitPageBreak( const Point& rMouse, ScRange* pSource, if (pBreak) *pBreak = nBreak; // X/Y position of the moved page break if (pPrev) - *pPrev = nPrev; // X/Y begining of the page, which is above the break + *pPrev = nPrev; // X/Y beginning of the page, which is above the break return nFound; } |