summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-16 13:16:03 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:26:41 -0500
commit6a3491044b62aabdf8c17df2689595805f0f09b6 (patch)
tree7c976d8c22e1f7e92bb69ade3b1b95c4a8e130ae /sd
parent60e7d9777caa09d495d851c18392b16a19a77a1a (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/16310 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 3fa7b0b70f8f21c65603aa2b7db53392fdbceec4) Change-Id: Id8c7cf460cba5af89891c470e1aaa61b227d356e
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/inc/OutlineView.hxx2
-rw-r--r--sd/source/ui/unoidl/unosrch.cxx2
-rw-r--r--sd/source/ui/view/drawview.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/OutlineView.hxx b/sd/source/ui/inc/OutlineView.hxx
index 6d2b1a06243f..68756dc14e73 100644
--- a/sd/source/ui/inc/OutlineView.hxx
+++ b/sd/source/ui/inc/OutlineView.hxx
@@ -196,7 +196,7 @@ private:
*/
void onUpdateStyleSettings( bool bForceUpdate = false );
- /** this link is called from the vcl applicaten when the stylesettings
+ /** this link is called from the vcl application when the stylesettings
change. Its only purpose is to call onUpdateStyleSettings() then.
*/
DECL_LINK( AppEventListenerHdl, void * );
diff --git a/sd/source/ui/unoidl/unosrch.cxx b/sd/source/ui/unoidl/unosrch.cxx
index 10c3eca9a5db..4f6610a7e16e 100644
--- a/sd/source/ui/unoidl/unosrch.cxx
+++ b/sd/source/ui/unoidl/unosrch.cxx
@@ -486,7 +486,7 @@ uno::Reference< text::XTextRange > SdUnoSearchReplaceShape::Search( uno::Refere
uno::Reference< container::XEnumerationAccess > xEnumAccess( xParent, uno::UNO_QUERY );
- // first we fill the arrys with the position and paragraph for every character
+ // first we fill the arrays with the position and paragraph for every character
// inside the text
if( xEnumAccess.is() )
{
diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx
index ae2f99c74e4f..5f5cc299b865 100644
--- a/sd/source/ui/view/drawview.cxx
+++ b/sd/source/ui/view/drawview.cxx
@@ -368,7 +368,7 @@ bool DrawView::SetAttributes(const SfxItemSet& rSet,
}
/**
- * Notify for change of site arragement
+ * Notify for change of site arrangement
*/
void DrawView::Notify(SfxBroadcaster& rBC, const SfxHint& rHint)