summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-31 21:33:20 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-01 11:08:03 +0100
commit01c43770b75fd4e48b2cda230feda37154f75bdd (patch)
treef4ff5ba307ca616b68bfc661faf853f63d9f63c9 /svx
parent2c9904f300ab195636fc06c3c3b14aa61eb3ee85 (diff)
Fix typos
Change-Id: I455efa82de60b764a500e1cc092ae08e800ec824 Reviewed-on: https://gerrit.libreoffice.org/49068 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/sdr/overlay/overlaytools.hxx2
-rw-r--r--svx/source/dialog/docrecovery.cxx4
-rw-r--r--svx/source/gengal/gengal.cxx2
-rw-r--r--svx/source/svdraw/svdorect.cxx2
-rw-r--r--svx/source/unodraw/unoshtxt.cxx4
5 files changed, 7 insertions, 7 deletions
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