From 3c1e30b77df4f34c4954bff37a08439ace7f2434 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Wed, 14 May 2014 14:15:38 -0400 Subject: Correct common misspellings, and remove some ASCII art along the way. Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold Tested-by: LibreOffice gerrit bot --- cui/source/options/optaboutconfig.cxx | 2 +- cui/source/options/optlingu.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cui') diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx index de0b47778da0..ff396615faef 100644 --- a/cui/source/options/optaboutconfig.cxx +++ b/cui/source/options/optaboutconfig.cxx @@ -575,7 +575,7 @@ IMPL_LINK_NOARG( CuiAboutConfigTabPage, StandardHdl_Impl ) } else if( sPropertyType == "[]short" ) { - //create string sequence from comma seperated string + //create string sequence from comma separated string //uno::Sequence< OUString > seqStr; std::vector< OUString > seqStr; seqStr = commaStringToSequence( sNewValue ); diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx index 91bef1a21abf..6168506a864d 100644 --- a/cui/source/options/optlingu.cxx +++ b/cui/source/options/optlingu.cxx @@ -1113,7 +1113,7 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent, const SfxItemSet& rSet ) : // since the diclist may get changed meanwhile (e.g. through the API). // We want the dialog to operate on the same set of dictionaries it // was started with. - // Also we have to take care to not loose the last reference when + // Also we have to take care to not lose the last reference when // someone else removes a dictionary from the list. // removed dics will be replaced by NULL new entries be added to the end // Thus we may use indices as consistent references. -- cgit v1.2.3