Kaydet (Commit) de4c419c authored tarafından Caolán McNamara's avatar Caolán McNamara

fix build

Change-Id: Id9fad922622881d29664d2149b74c98742a4e88d
üst 888e154d
...@@ -2664,7 +2664,7 @@ void RtfAttributeOutput::ParaTabStop(const SvxTabStopItem& rTabStop) ...@@ -2664,7 +2664,7 @@ void RtfAttributeOutput::ParaTabStop(const SvxTabStopItem& rTabStop)
void RtfAttributeOutput::ParaHyphenZone(const SvxHyphenZoneItem& rHyphenZone) void RtfAttributeOutput::ParaHyphenZone(const SvxHyphenZoneItem& rHyphenZone)
{ {
m_aStyles.append(OOO_STRING_SVTOOLS_RTF_HYPHPAR); m_aStyles.append(OOO_STRING_SVTOOLS_RTF_HYPHPAR);
m_aStyles.append(int(rHyphenZone.IsHyphen())); m_aStyles.append(sal_Int32(rHyphenZone.IsHyphen()));
} }
void RtfAttributeOutput::ParaNumRule_Impl(const SwTxtNode* pTxtNd, sal_Int32 nLvl, sal_Int32 nNumId) void RtfAttributeOutput::ParaNumRule_Impl(const SwTxtNode* pTxtNd, sal_Int32 nLvl, sal_Int32 nNumId)
......
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