diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-10-24 16:53:40 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-10-24 22:28:46 +0200 |
commit | 6f901c26f34cc1d6176850b11bd0c58d7be65218 (patch) | |
tree | 509cd5b4d6743b4186121a1f591460cda48f8a5a | |
parent | c8feee4e5c98fd0d46c83f8452fb2215d56e9d93 (diff) |
Fix typos
Change-Id: I64cfe4c24d3abb4a8445fd2e7b832b2bdb0b40d3
Reviewed-on: https://gerrit.libreoffice.org/62310
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | cui/source/options/personalization.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/func/futext.cxx | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/html/css1atr.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/html/htmldrawwriter.cxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/options/personalization.hxx b/cui/source/options/personalization.hxx index 260fa9ad469a..5fd8bc522e8e 100644 --- a/cui/source/options/personalization.hxx +++ b/cui/source/options/personalization.hxx @@ -118,7 +118,7 @@ public: OUString GetSelectedPersona() const; void SetProgress( const OUString& ); /** - * @brief Assings preview images to result buttons + * @brief Assigns preview images to result buttons * @param aPreviewImage Persona preview image * @param sName Name of the persona * @param nIndex Index number of the result button diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx index 6d738f3f4240..437f0ccee25f 100644 --- a/sd/source/ui/func/futext.cxx +++ b/sd/source/ui/func/futext.cxx @@ -1288,7 +1288,7 @@ void FuText::ReceiveRequest(SfxRequest& rReq) && static_cast<const SfxUInt16Item&>( pArgs->Get(SID_TEXTEDIT)).GetValue() == 2) { - // selection wit double click -> do not allow QuickDrag + // selection with double click -> do not allow QuickDrag bQuickDrag = false; } diff --git a/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx index 146650eeaf78..f67a24ac4137 100755..100644 --- a/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx +++ b/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx @@ -719,7 +719,7 @@ namespace drawinglayer if(!bDidMerge) { - // no merge aftzer checking all existing data, append as new segment + // no merge after checking all existing data, append as new segment aRetval.append(aCandidatePartial); } } diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx index 9abf90ee5d0e..17f62b2a9718 100644 --- a/sw/source/filter/html/css1atr.cxx +++ b/sw/source/filter/html/css1atr.cxx @@ -1069,7 +1069,7 @@ void SwHTMLWriter::SubtractItemSet( SfxItemSet& rItemSet, RES_CHRATR_CTL_FONT == nWhich) && swhtml_css1atr_equalFontItems( *pItem, *pRefItem )) ) ) { - // the Attribute is in both templates wit the same value + // the Attribute is in both templates with the same value // and does not need to be exported rItemSet.ClearItem( nWhich ); } diff --git a/sw/source/filter/html/htmldrawwriter.cxx b/sw/source/filter/html/htmldrawwriter.cxx index 0ba8f7e00767..8dc50e8358cf 100644 --- a/sw/source/filter/html/htmldrawwriter.cxx +++ b/sw/source/filter/html/htmldrawwriter.cxx @@ -220,7 +220,7 @@ Writer& OutHTML_DrawFrameFormatAsMarquee( Writer& rWrt, if( pTextObj->IsAutoGrowWidth() ) aTwipSz.setWidth( 0 ); // The height is at MS a minimum height, therefore we output the minimum - // height, if they exists. Because a minimum height MINFLY is coming with + // height, if they exist. Because a minimum height MINFLY is coming with // high probability from import, we aren't outputting it. You can't // do anything wrong, because every font is higher. if( pTextObj->IsAutoGrowHeight() ) |