summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-08-07 19:23:48 +0200
committerJens Carl <j.carl43@gmx.de>2018-08-08 06:13:33 +0200
commitf6fa75a9b4cfa5ce46b3ba375750758b2015cd43 (patch)
tree4ed5791cdb812c7a2250e11250fdce9d6198f2fd /sd
parent3a81fcbf9de1385d65b4d7a7932543dba65618cd (diff)
Fix typos
Change-Id: I65836b437bbc27d4f6a5862fe436397d858564a2 Reviewed-on: https://gerrit.libreoffice.org/58701 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/sdwindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx
index 4656dfc7f96f..5b3240157bfc 100644
--- a/sd/source/ui/view/sdwindow.cxx
+++ b/sd/source/ui/view/sdwindow.cxx
@@ -423,7 +423,7 @@ long Window::GetZoomForRect( const ::tools::Rectangle& rZoomRect )
// Calculate the new origin.
if ( nFact == 0 )
{
- // Don't change anything if the scale factor is degenrate.
+ // Don't change anything if the scale factor is degenerate.
nRetZoom = GetZoom();
}
else
@@ -496,7 +496,7 @@ long Window::SetZoomRect (const ::tools::Rectangle& rZoomRect)
// Calculate the new origin.
if ( nFact == 0 )
{
- // Don't change anything if the scale factor is degenrate.
+ // Don't change anything if the scale factor is degenerate.
nNewZoom = GetZoom();
}
else