diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/docxsdrexport.cxx | 5 | ||||
-rw-r--r-- | sw/source/filter/ww8/docxsdrexport.hxx | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx index 04fdb17b67da..d18c1daafd30 100644 --- a/sw/source/filter/ww8/docxsdrexport.cxx +++ b/sw/source/filter/ww8/docxsdrexport.cxx @@ -331,11 +331,6 @@ rtl::Reference<sax_fastparser::FastAttributeList>& DocxSdrExport::getFlyFillAttr return m_pImpl->getFlyFillAttrList(); } -sax_fastparser::FastAttributeList* DocxSdrExport::getFlyWrapAttrList() -{ - return m_pImpl->getFlyWrapAttrList(); -} - sax_fastparser::FastAttributeList* DocxSdrExport::getBodyPrAttrList() { return m_pImpl->getBodyPrAttrList(); diff --git a/sw/source/filter/ww8/docxsdrexport.hxx b/sw/source/filter/ww8/docxsdrexport.hxx index 69a9eb3adec0..c1fa05eeb44f 100644 --- a/sw/source/filter/ww8/docxsdrexport.hxx +++ b/sw/source/filter/ww8/docxsdrexport.hxx @@ -70,7 +70,6 @@ public: bool IsParagraphHasDrawing() const; void setParagraphHasDrawing(bool bParagraphHasDrawing); rtl::Reference<sax_fastparser::FastAttributeList>& getFlyFillAttrList(); - sax_fastparser::FastAttributeList* getFlyWrapAttrList(); void setFlyWrapAttrList(sax_fastparser::FastAttributeList* pAttrList); /// Attributes of <wps:bodyPr>, used during DML export of text frames. sax_fastparser::FastAttributeList* getBodyPrAttrList(); |