Kaydet (Commit) 703d8198 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ifb3aa4f79b9accc34b2010b762e596fadae9fd09
Reviewed-on: https://gerrit.libreoffice.org/49297Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst f23b1510
...@@ -1392,7 +1392,7 @@ DECLARE_RTFIMPORT_TEST(testTdf104016, "tdf104016.rtf") ...@@ -1392,7 +1392,7 @@ DECLARE_RTFIMPORT_TEST(testTdf104016, "tdf104016.rtf")
DECLARE_RTFIMPORT_TEST(testTdf115242, "tdf115242.rtf") DECLARE_RTFIMPORT_TEST(testTdf115242, "tdf115242.rtf")
{ {
// This was 0, overriden left margin was lost by too aggressive style // This was 0, overridden left margin was lost by too aggressive style
// deduplication. // deduplication.
CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(2787), CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(2787),
getProperty<sal_Int32>(getParagraph(1), "ParaLeftMargin")); getProperty<sal_Int32>(getParagraph(1), "ParaLeftMargin"));
......
...@@ -673,7 +673,7 @@ RTFError RTFDocumentImpl::dispatchValue(RTFKeyword nKeyword, int nParam) ...@@ -673,7 +673,7 @@ RTFError RTFDocumentImpl::dispatchValue(RTFKeyword nKeyword, int nParam)
else else
{ {
// Insert at the start, so properties inherited from the list // Insert at the start, so properties inherited from the list
// can be overriden by direct formatting. But still allow the // can be overridden by direct formatting. But still allow the
// case when old-style paragraph numbering is already // case when old-style paragraph numbering is already
// tokenized. // tokenized.
putNestedSprm(m_aStates.top().aParagraphSprms, NS_ooxml::LN_CT_PPrBase_numPr, putNestedSprm(m_aStates.top().aParagraphSprms, NS_ooxml::LN_CT_PPrBase_numPr,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment