Kaydet (Commit) 4696292b authored tarafından Pavel Janík's avatar Pavel Janík Kaydeden (comit) Caolán McNamara

Fix typo

(cherry picked from commit 497e0d2c)

Change-Id: I9cf246c94236382bc9d58e3a76c855951dd5166a
üst f69df53b
...@@ -2424,7 +2424,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, PropertyMapPtr rContext, SprmType ...@@ -2424,7 +2424,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, PropertyMapPtr rContext, SprmType
case NS_sprm::LN_SBkc: // sprmSBkc case NS_sprm::LN_SBkc: // sprmSBkc
/* break type /* break type
0 - No break 0 - No break
1 - New Colunn 1 - New Column
2 - New page 2 - New page
3 - Even page 3 - Even page
4 - odd page 4 - odd page
......
...@@ -1035,7 +1035,7 @@ void SectionPropertyMap::CloseSectionGroup( DomainMapper_Impl& rDM_Impl ) ...@@ -1035,7 +1035,7 @@ void SectionPropertyMap::CloseSectionGroup( DomainMapper_Impl& rDM_Impl )
//now apply this break at the first paragraph of this section //now apply this break at the first paragraph of this section
uno::Reference<beans::XPropertySet> xRangeProperties(lcl_GetRangeProperties(m_bIsFirstSection, rDM_Impl, m_xStartingRange)); uno::Reference<beans::XPropertySet> xRangeProperties(lcl_GetRangeProperties(m_bIsFirstSection, rDM_Impl, m_xStartingRange));
/* break type /* break type
0 - No break 1 - New Colunn 2 - New page 3 - Even page 4 - odd page */ 0 - No break 1 - New Column 2 - New page 3 - Even page 4 - odd page */
if ((m_bTitlePage && m_bIsFirstSection) || !m_bTitlePage) if ((m_bTitlePage && m_bIsFirstSection) || !m_bTitlePage)
{ {
if (xRangeProperties.is()) if (xRangeProperties.is())
......
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