From 6f901c26f34cc1d6176850b11bd0c58d7be65218 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 24 Oct 2018 16:53:40 +0200 Subject: Fix typos Change-Id: I64cfe4c24d3abb4a8445fd2e7b832b2bdb0b40d3 Reviewed-on: https://gerrit.libreoffice.org/62310 Tested-by: Jenkins Reviewed-by: Julien Nabet --- cui/source/options/personalization.hxx | 2 +- sd/source/ui/func/futext.cxx | 2 +- svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx | 2 +- sw/source/filter/html/css1atr.cxx | 2 +- sw/source/filter/html/htmldrawwriter.cxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx 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( 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 old mode 100755 new mode 100644 index 146650eeaf78..f67a24ac4137 --- 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() ) -- cgit