summaryrefslogtreecommitdiff
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:19:50 +0100
commitd2e2e3817376787f1804ee808bd37cc99815799a (patch)
treedd5a511f00c224fb15324ee2621bfc4e29ba401a
parentec0f75dffbdea7b508f1476fde90d1aeab6afde5 (diff)
RtfSdrExport::StartShape: replace "75"
(cherry picked from commit 8411534883e960a8404d24937f813eb20accecdd) Signed-off-by: Michael Stahl <mstahl@redhat.com>
-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 9ba99a47864d..e78d73cece2d 100644
--- a/sw/source/filter/ww8/rtfsdrexport.cxx
+++ b/sw/source/filter/ww8/rtfsdrexport.cxx
@@ -480,7 +480,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);