From 01c43770b75fd4e48b2cda230feda37154f75bdd Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 31 Jan 2018 21:33:20 +0100 Subject: Fix typos Change-Id: I455efa82de60b764a500e1cc092ae08e800ec824 Reviewed-on: https://gerrit.libreoffice.org/49068 Tested-by: Jenkins Reviewed-by: Michael Stahl --- svx/inc/sdr/overlay/overlaytools.hxx | 2 +- svx/source/dialog/docrecovery.cxx | 4 ++-- svx/source/gengal/gengal.cxx | 2 +- svx/source/svdraw/svdorect.cxx | 2 +- svx/source/unodraw/unoshtxt.cxx | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'svx') diff --git a/svx/inc/sdr/overlay/overlaytools.hxx b/svx/inc/sdr/overlay/overlaytools.hxx index f267d444a73c..ecc01bc72013 100644 --- a/svx/inc/sdr/overlay/overlaytools.hxx +++ b/svx/inc/sdr/overlay/overlaytools.hxx @@ -157,7 +157,7 @@ namespace drawinglayer // Overlay helper class for a hatch rectangle as used e.g. for text object -// selection hilighting +// selection highlighting namespace drawinglayer { namespace primitive2d diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index 704e90f47d64..baf6a20f4fe7 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -562,9 +562,9 @@ PluginProgress::~PluginProgress() void SAL_CALL PluginProgress::dispose() { - // m_pPluginProgressWindow was deleted ... + // m_pPluginProgressWindow was deleted... // So the internal pointer of this progress - // weill be dead! + // will be dead! m_xProgress.clear(); } diff --git a/svx/source/gengal/gengal.cxx b/svx/source/gengal/gengal.cxx index 5d6803f53365..6ae7a567b22b 100644 --- a/svx/source/gengal/gengal.cxx +++ b/svx/source/gengal/gengal.cxx @@ -75,7 +75,7 @@ static void createTheme( const OUString& aThemeName, const OUString& aGalleryURL pGallery = createGallery( aGalleryURL ); if (!pGallery ) { - fprintf( stderr, "Could't create '%s'\n", + fprintf( stderr, "Couldn't create '%s'\n", OUStringToOString( aGalleryURL, RTL_TEXTENCODING_UTF8 ).getStr() ); exit( 1 ); } diff --git a/svx/source/svdraw/svdorect.cxx b/svx/source/svdraw/svdorect.cxx index fea7ecd0fc2a..da431e9068e2 100644 --- a/svx/source/svdraw/svdorect.cxx +++ b/svx/source/svdraw/svdorect.cxx @@ -320,7 +320,7 @@ SdrHdl* SdrRectObj::GetHdl(sal_uInt32 nHdlNum) const { case 0: { - OSL_ENSURE(!IsTextEditActive(), "Do not use a ImpTextframeHdl for hilighting text in active text edit, this will collide with EditEngine paints (!)"); + OSL_ENSURE(!IsTextEditActive(), "Do not use a ImpTextframeHdl for highlighting text in active text edit, this will collide with EditEngine paints (!)"); // hack for calc grid sync to ensure the hatched area // for a textbox is displayed at correct position pH = new ImpTextframeHdl(maRect + GetGridOffset() ); diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx index f0047d0aeb83..6c2f2ff825f0 100644 --- a/svx/source/unodraw/unoshtxt.cxx +++ b/svx/source/unodraw/unoshtxt.cxx @@ -358,9 +358,9 @@ void SvxTextEditSourceImpl::Notify(SfxBroadcaster& rBC, const SfxHint& rHint) // Once SdrHintKind::BeginEdit is broadcast, each EditSource of // AccessibleCell will handle it here and call below: // mpView->GetTextEditOutliner()->SetNotifyHdl(), which - // will replace the Notifer for current editable cell. It + // will replace the Notifier for current editable cell. It // is totally wrong. So add check here to avoid the - // incorrect replacement of notifer. + // incorrect replacement of notifier. // Currently it only happens on the editsource of // AccessibleCell -- cgit