aboutsummaryrefslogtreecommitdiff
path: root/source/gl/dictionaries/it_IT.po
AgeCommit message (Expand)Author
2021-09-14update translations for masterChristian Lohmaier
2013-11-21sync with po-templates for 4.2libreoffice-4-2-branch-pointChristian Lohmaier
2013-05-25initial import of 4.1 translationsAndras Timar
2013-01-06 update translations for LibreOffice 4.0 rc1Andras Timar
2012-12-16update translations for LibreOffice 4.0 beta2Andras Timar
2012-12-03update translations for LibreOffice 4.0 beta1Andras Timar
2012-11-20initial import of LibreOffice 4.0 translationsAndras Timar
2012-10-16move translations structure one directory upNorbert Thiebaud
howprimitives LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/drawview.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 12:08:53 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 10:10:42 +0000
commit24b60f65a5dbf7f8f7e54c0ffd1210dc4ba8363d (patch)
treea7548e4853c11b732b3652c64931f5c689284651 /sc/source/ui/view/drawview.cxx
parent520514cfe6a99f68b9e1d458fae20026f1a8f66b (diff)
Fix typos
Change-Id: Ifb52f4a5a547a5a52462c0f9166aad13cbf21cd9 Reviewed-on: https://gerrit.libreoffice.org/18971 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sc/source/ui/view/drawview.cxx')
-rw-r--r--sc/source/ui/view/drawview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx
index bc575d47a67a..f49c66ab53b1 100644
--- a/sc/source/ui/view/drawview.cxx
+++ b/sc/source/ui/view/drawview.cxx
@@ -334,7 +334,7 @@ void ScDrawView::RecalcScale()
for ( size_t i = 0; i < nCount; ++i )
{
SdrObject* pObj = pPage->GetObj( i );
- // Align objects to nearset grid position
+ // Align objects to nearest grid position
SyncForGrid( pObj );
}
}