diff options
author | Gokul <gswaminathan@kacst.edu.sa> | 2013-04-15 11:23:59 +0300 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 09:21:41 +0000 |
commit | 6bdc3e83d9d3e0ae3c6e7cb9d1024757b6745e2e (patch) | |
tree | 00b7e60077adc6d23c9a9c719372baa50d138d88 /svx | |
parent | f47c3906ee0fc35f4b219fb24a0e270956821369 (diff) |
Removal of Dead code
Change-Id: I4a8aa2d2f89fd3ee56ac10c2551076a6063d570c
Reviewed-on: https://gerrit.libreoffice.org/3392
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/table/tablecontroller.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/table/tablecontroller.cxx b/svx/source/table/tablecontroller.cxx index 3cb77caa84d1..cd119105fce3 100644 --- a/svx/source/table/tablecontroller.cxx +++ b/svx/source/table/tablecontroller.cxx @@ -2007,10 +2007,6 @@ void SvxTableController::MergeAttrFromSelectedCells(SfxItemSet& rAttr, bool bOnl } } } - - if( mpView->IsTextEdit() ) - { - } } // -------------------------------------------------------------------- |