diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-02-06 23:21:40 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-02-06 23:22:30 +0100 |
commit | ac6e8ac7e407887a18bca6c835f85e372a4d0932 (patch) | |
tree | 4011854fc6beb6c4bf03fc278efeeffddedae7d0 /sd | |
parent | 31ae0011352faa834da8969559430935e81d479f (diff) |
typo fixes in comments
Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fuconrec.cxx | 4 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/view/SlsLayouter.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/fuconrec.cxx b/sd/source/ui/func/fuconrec.cxx index 85574df226e6..7e611a3a6a5a 100644 --- a/sd/source/ui/func/fuconrec.cxx +++ b/sd/source/ui/func/fuconrec.cxx @@ -244,7 +244,7 @@ sal_Bool FuConstructRectangle::MouseButtonUp(const MouseEvent& rMEvt) pObj->SetLayer(rAdmin.GetLayerID(aStr, false)); } - // init text position when vertica caption object is created + // init text position when vertical caption object is created if(pObj->ISA(SdrCaptionObj) && SID_DRAW_CAPTION_VERTICAL == nSlotId) { // draw text object, needs to be initialized when vertical text is used @@ -255,7 +255,7 @@ sal_Bool FuConstructRectangle::MouseButtonUp(const MouseEvent& rMEvt) // Correct the value of SDRATTR_TEXTDIRECTION to avoid SetItemSet // calling SetVerticalWriting() again since this item may not yet - // be set at the object and thus may differ from verical state of + // be set at the object and thus may differ from vertical state of // the object. aSet.Put(SvxWritingModeItem(com::sun::star::text::WritingMode_TB_RL, SDRATTR_TEXTDIRECTION)); pObj->SetMergedItemSet(aSet); diff --git a/sd/source/ui/slidesorter/view/SlsLayouter.cxx b/sd/source/ui/slidesorter/view/SlsLayouter.cxx index c4b6ae29a9b3..dd0bed3077b0 100644 --- a/sd/source/ui/slidesorter/view/SlsLayouter.cxx +++ b/sd/source/ui/slidesorter/view/SlsLayouter.cxx @@ -107,7 +107,7 @@ public: GapMembership eGapMembership = GM_NONE) const; /** Calculate the column that the point with the given horizontal - coordinate is over. The verical component is ignored. + coordinate is over. The vertical component is ignored. @param nXPosition Horizontal position in model coordinates. @param bIncludeBordersAndGaps |