summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:58:05 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 06:30:53 +0000
commit185f207ef17d58ea81d0c17c1a37cf14647cc71a (patch)
tree24955c63ae56d1d674704bf1ae18b4164869d4a0 /sd
parentFix typos (diff)
downloadcore-185f207ef17d58ea81d0c17c1a37cf14647cc71a.tar.gz
core-185f207ef17d58ea81d0c17c1a37cf14647cc71a.zip
Fix typos
Change-Id: I3ea8a90f0ec917b4e26335fcd31a5f7e0888589e Reviewed-on: https://gerrit.libreoffice.org/18972 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/CustomAnimationEffect.cxx2
-rw-r--r--sd/source/ui/accessibility/AccessibleViewForwarder.cxx2
-rw-r--r--sd/source/ui/dlg/brkdlg.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/core/CustomAnimationEffect.cxx b/sd/source/core/CustomAnimationEffect.cxx
index 898bd880d68e..aac67eab577a 100644
--- a/sd/source/core/CustomAnimationEffect.cxx
+++ b/sd/source/core/CustomAnimationEffect.cxx
@@ -2675,7 +2675,7 @@ void EffectSequenceHelper::setAnimateForm( CustomAnimationTextGroupPtr pTextGrou
}
else
{
- // readd the rest to the group again
+ // read the rest to the group again
while( aIter != aEnd )
{
CustomAnimationEffectPtr pEffect( (*aIter++) );
diff --git a/sd/source/ui/accessibility/AccessibleViewForwarder.cxx b/sd/source/ui/accessibility/AccessibleViewForwarder.cxx
index 8809a743509f..0a6ed2a76e0d 100644
--- a/sd/source/ui/accessibility/AccessibleViewForwarder.cxx
+++ b/sd/source/ui/accessibility/AccessibleViewForwarder.cxx
@@ -68,7 +68,7 @@ Rectangle AccessibleViewForwarder::GetVisibleArea() const
return aVisibleArea;
}
-/** Tansform the given point into pixel coordinates. After the pixel
+/** Transform the given point into pixel coordinates. After the pixel
coordinates of the window origin are added to make the point coordinates
absolute.
*/
diff --git a/sd/source/ui/dlg/brkdlg.cxx b/sd/source/ui/dlg/brkdlg.cxx
index adf53ce577b8..b6a117f7b9b4 100644
--- a/sd/source/ui/dlg/brkdlg.cxx
+++ b/sd/source/ui/dlg/brkdlg.cxx
@@ -57,7 +57,7 @@ BreakDlg::BreakDlg(
mpProgress = new SfxProgress( pShell, SD_RESSTR(STR_BREAK_METAFILE), nSumActionCount*3 );
pProgrInfo = new SvdProgressInfo( LINK(this, BreakDlg, UpDate) );
- // every action is editedt 3 times in DoImport()
+ // every action is edited 3 times in DoImport()
pProgrInfo->Init( nSumActionCount*3, nObjCount );
pDrView = _pDrView;