[Libreoffice-commits] core.git: sw/source

Miklos Vajna vmiklos at collabora.co.uk
Wed May 21 02:28:09 PDT 2014


 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 <vmiklos at 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();


More information about the Libreoffice-commits mailing list