summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-02-06 16:09:49 +0100
committerMichael Stahl <mstahl@redhat.com>2012-02-06 16:16:32 +0100
commit8411534883e960a8404d24937f813eb20accecdd (patch)
treed2c71dabacda42867291b509ac061942553bee7f /sw
parent5f261a0db51621fbab37cc0f991bc8c9106dda01 (diff)
RtfSdrExport::StartShape: replace "75"
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/rtfsdrexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfsdrexport.cxx b/sw/source/filter/ww8/rtfsdrexport.cxx
index f0c8d6894f22..8d9644cabfa8 100644
--- a/sw/source/filter/ww8/rtfsdrexport.cxx
+++ b/sw/source/filter/ww8/rtfsdrexport.cxx
@@ -464,7 +464,7 @@ sal_Int32 RtfSdrExport::StartShape()
return -1;
m_aShapeProps.insert(std::pair<OString,OString>(OString("shapeType"), OString::valueOf(sal_Int32(m_nShapeType))));
- if (m_nShapeType == 75)
+ if (ESCHER_ShpInst_PictureFrame == m_nShapeType)
impl_writeGraphic();
m_rAttrOutput.RunText().append('{').append(OOO_STRING_SVTOOLS_RTF_SHP);