From 7d071f35bee7bed82ac47429a594e76617518d20 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 22 Jul 2018 23:27:34 +0200 Subject: Fix typos Change-Id: Iebc31a53404da41f35eed7338662365d7efbd7a2 Reviewed-on: https://gerrit.libreoffice.org/57810 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sd/source/ui/animations/CustomAnimationDialog.cxx | 4 ++-- sd/source/ui/inc/ViewShell.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sd/source') diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index fbcdad9097c9..fe4218cb0ba6 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -1335,7 +1335,7 @@ void CustomAnimationEffectTabPage::update( STLPropertySet* pSet ) if( mpCBSmoothStart->IsVisible() ) { - // set selected value for accelerate if different then in original set + // set selected value for accelerate if different than in original set double fTemp = mpCBSmoothStart->IsChecked() ? 0.5 : 0.0; @@ -1348,7 +1348,7 @@ void CustomAnimationEffectTabPage::update( STLPropertySet* pSet ) if( fOldTemp != fTemp ) pSet->setPropertyValue( nHandleAccelerate, makeAny( fTemp ) ); - // set selected value for decelerate if different then in original set + // set selected value for decelerate if different than in original set fTemp = mpCBSmoothEnd->IsChecked() ? 0.5 : 0.0; if(mpSet->getPropertyState( nHandleDecelerate ) != STLPropertyState::Ambiguous) diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index 7498ff14ce2e..a6d81ac3e910 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -83,7 +83,7 @@ static const DrawModeFlags OUTPUT_DRAWMODE_CONTRAST

Despite its name this class is not a descendant of SfxViewShell but of SfxShell. Its name expresses the fact that it acts like a - view shell. Being a stacked shell rather then being an actual view shell + view shell. Being a stacked shell rather than being an actual view shell there can be several instances of this class that