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

Takeshi Abe tabe at fixedpoint.jp
Wed Dec 7 00:58:47 UTC 2016


 sw/source/uibase/dochdl/swdtflvr.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 798c832dc35f65786f6ec30d5e851a27886e8cfd
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Dec 6 02:29:40 2016 +0900

    sw: Kill unused SwRewriter
    
    Change-Id: Ic4b208773df1cce4e6d682c0d7b119409daf467e
    Reviewed-on: https://gerrit.libreoffice.org/31650
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Takeshi Abe <tabe at fixedpoint.jp>

diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx
index 7566fb1..3b03c30 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -3233,8 +3233,6 @@ bool SwTransferable::PrivatePaste( SwWrtShell& rShell )
 
     const int nSelection = rShell.GetSelectionType();
 
-    SwRewriter aRewriter;
-
     SwTrnsfrActionAndUndo aAction( &rShell, UNDO_PASTE_CLIPBOARD);
 
     bool bKillPaMs = false;


More information about the Libreoffice-commits mailing list