sw/source/filter/ww8/docxsdrexport.cxx | 5 ----- sw/source/filter/ww8/docxsdrexport.hxx | 1 - 2 files changed, 6 deletions(-)
New commits: commit 0fc4bd96749dd799593625d07c274e3e4f31b6ec Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Wed May 21 11:21:18 2014 +0200 unused DocxSdrExport::setDrawingOpen() Change-Id: I8a5d36325edda8c475c4ad5874ec83c444bf2b50 diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx index 9da244f..6f26ae7 100644 --- a/sw/source/filter/ww8/docxsdrexport.cxx +++ b/sw/source/filter/ww8/docxsdrexport.cxx @@ -250,11 +250,6 @@ bool DocxSdrExport::IsDrawingOpen() return m_pImpl->m_bDrawingOpen; } -void DocxSdrExport::setDrawingOpen(bool bDrawingOpen) -{ - m_pImpl->m_bDrawingOpen = bDrawingOpen; -} - bool DocxSdrExport::IsParagraphHasDrawing() { return m_pImpl->m_bParagraphHasDrawing; diff --git a/sw/source/filter/ww8/docxsdrexport.hxx b/sw/source/filter/ww8/docxsdrexport.hxx index ebc3c97..d88a204 100644 --- a/sw/source/filter/ww8/docxsdrexport.hxx +++ b/sw/source/filter/ww8/docxsdrexport.hxx @@ -65,7 +65,6 @@ public: bool getFrameBtLr(); bool IsDrawingOpen(); - void setDrawingOpen(bool bDrawingOpen); bool IsParagraphHasDrawing(); void setParagraphHasDrawing(bool bParagraphHasDrawing); sax_fastparser::FastAttributeList*& getFlyFillAttrList(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits