summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/rtfattributeoutput.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-20 10:47:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-20 10:47:11 +0100
commitde4c419c730befb25655811b6582607b8b7bcd4e (patch)
tree06e2513325f593da21597d943a36ff932c48d46b /sw/source/filter/ww8/rtfattributeoutput.cxx
parentdrop unused -SfxAppMenuControl_Impl::RegisterControl (diff)
downloadcore-de4c419c730befb25655811b6582607b8b7bcd4e.tar.gz
core-de4c419c730befb25655811b6582607b8b7bcd4e.zip
fix build
Change-Id: Id9fad922622881d29664d2149b74c98742a4e88d
Diffstat (limited to 'sw/source/filter/ww8/rtfattributeoutput.cxx')
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx
index c05aacf0d3a0..2a18d90f67f0 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -2664,7 +2664,7 @@ void RtfAttributeOutput::ParaTabStop(const SvxTabStopItem& rTabStop)
void RtfAttributeOutput::ParaHyphenZone(const SvxHyphenZoneItem& rHyphenZone)
{
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)