[Libreoffice-commits] core.git: sc/qa
Miklos Vajna
vmiklos at suse.cz
Wed Feb 27 06:43:58 PST 2013
sc/qa/unit/filters-test.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7312c381a505e3b25f147f650f64761268062159
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Wed Feb 27 15:43:43 2013 +0100
tolerence -> tolerance
Change-Id: Ibf2c03eb8f55c26060b83cda8c29376c110cf822
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index d1889eb..67db72e 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);
More information about the Libreoffice-commits
mailing list