diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-06 02:29:40 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-07 00:58:19 +0000 |
commit | 798c832dc35f65786f6ec30d5e851a27886e8cfd (patch) | |
tree | ff2640effd56f4fa7e677efcb88e853020f05316 /sw | |
parent | dd8e21c2c744c657efa6c680f09e66d57c89cf3d (diff) |
sw: Kill unused SwRewriter
Change-Id: Ic4b208773df1cce4e6d682c0d7b119409daf467e
Reviewed-on: https://gerrit.libreoffice.org/31650
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/dochdl/swdtflvr.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx index 7566fb1a769a..3b03c308a2e9 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; |