summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-02-27 15:43:43 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-02-27 15:43:43 +0100
commit7312c381a505e3b25f147f650f64761268062159 (patch)
treeb1a4406a2b30c90fedf09723ae0ef72e023eac0e /sc
parent875c997c7da116402509d0bd75e8c15a66a40529 (diff)
tolerence -> tolerance
Change-Id: Ibf2c03eb8f55c26060b83cda8c29376c110cf822
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/filters-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index d1889eb70b49..67db72eee7c4 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -336,7 +336,7 @@ void ScFiltersTest::testContentLotus123()
testContentImpl(pDoc, LOTUS123);
xDocSh->DoClose();
}
-void impl_testLegacyCellAnchoredRotatedShape( ScDocument* pDoc, Rectangle& aRect, ScDrawObjData& aAnchor, long TOLERENCE = 30 /* 30 hmm */ )
+void impl_testLegacyCellAnchoredRotatedShape( ScDocument* pDoc, Rectangle& aRect, ScDrawObjData& aAnchor, long TOLERANCE = 30 /* 30 hmm */ )
{
ScDrawLayer* pDrawLayer = pDoc->GetDrawLayer();
CPPUNIT_ASSERT_MESSAGE("No drawing layer.", pDrawLayer);