summaryrefslogtreecommitdiff
path: root/sd/source/ui/func
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-26 23:02:35 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-26 23:03:14 +0100
commitca7f62c8262662c8f58a3fa3b298623f25b55eaa (patch)
treefa094c98fa77f90887457535684182abfe773619 /sd/source/ui/func
parent46ce83541b2670e72f1281f8d3a7df5af9c4aed2 (diff)
Typos
Change-Id: Ic03fb2ee6470eac6034be13908dd9ec92cf175b6
Diffstat (limited to 'sd/source/ui/func')
-rw-r--r--sd/source/ui/func/futext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx
index 5e9bf1ebe331..0f46a8d4fdaf 100644
--- a/sd/source/ui/func/futext.cxx
+++ b/sd/source/ui/func/futext.cxx
@@ -513,7 +513,7 @@ void FuText::ImpSetAttributesForNewTextObject(SdrTextObj* pTxtObj)
aSet.Put(makeSdrTextAutoGrowWidthItem(true));
aSet.Put(makeSdrTextAutoGrowHeightItem(false));
- // Set defaults for vertical klick-n'drag text object, pool defaults are:
+ // Set defaults for vertical click-n'drag text object, pool defaults are:
// SdrTextVertAdjustItem: SDRTEXTVERTADJUST_TOP
// SdrTextHorzAdjustItem: SDRTEXTHORZADJUST_BLOCK
// Analog to that:
@@ -796,10 +796,10 @@ bool FuText::MouseButtonUp(const MouseEvent& rMEvt)
{
// Here, all items which need to be different from pool default need to be set
// again on the newly created text object.
- // Since this is a simple klick text object, it is first created, then SetVertical()
+ // Since this is a simple click text object, it is first created, then SetVertical()
// is used, then ImpSetAttributesForNewTextObject is called and then the object is
// deleted again since not the minimum drag distance was travelled. Then, a new
- // klick text object is created and thus all that stuff needs to be set again here.
+ // click text object is created and thus all that stuff needs to be set again here.
// Before using the new object the vertical writing mode
// needs to be set. This is done here at the OutlinerParaObject