summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-11 00:54:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-11 12:16:44 +0000
commit66891aaebe089594fea38368b23800505fc6a0e4 (patch)
treee175267e04017cf2e21c3d007b3d8adfcaadfc4f /sd/source
parentf72718614578cc8d76df1cbcee5fd5d9ab0fd00d (diff)
Fix typos
Change-Id: Ia79bc8d35cf19438d177f31a8e0c8603102b4ef1 Reviewed-on: https://gerrit.libreoffice.org/35061 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/func/futext.cxx4
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx
index af010ca73e35..bdef5e956e79 100644
--- a/sd/source/ui/func/futext.cxx
+++ b/sd/source/ui/func/futext.cxx
@@ -380,7 +380,7 @@ bool FuText::MouseButtonDown(const MouseEvent& rMEvt)
if(aVEvt.pHdl)
{
// force new handle identification, the pointer will be dead here
- // since SdrEndTextEdit has resetted (deleted) the handles.
+ // since SdrEndTextEdit has reset (deleted) the handles.
aVEvt.pHdl = nullptr;
mpView->PickAnything(rMEvt, SdrMouseEventKind::BUTTONDOWN, aVEvt);
}
@@ -830,7 +830,7 @@ bool FuText::MouseButtonUp(const MouseEvent& rMEvt)
aSet.Put(SdrTextHorzAdjustItem(SDRTEXTHORZADJUST_RIGHT));
// Analog to the else case below, for vertical simple click texts
- // one of the defaulted setted items from ImpSetAttributesForNewTextObject
+ // one of the default set items from ImpSetAttributesForNewTextObject
// needs to be adapted to non-block mode.
const SfxItemSet& rSet = mpView->GetDefaultAttr();
SvxFrameDirection eDirection = (SvxFrameDirection)static_cast<const SvxFrameDirectionItem&>(rSet.Get(EE_PARA_WRITINGDIR)).GetValue();
diff --git a/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx b/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
index 80f981cfe23c..44ae5995e9b9 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx
@@ -71,7 +71,7 @@ public:
*/
SlideSorterController (SlideSorter& rSlideSorter);
- /** Late initialization. Call this method once a new new object has been
+ /** Late initialization. Call this method once a new object has been
created.
*/
void Init();