[PATCH] fdo#62670 table splitting a table options are mixed

Joren De Cuyper (via Code Review) gerrit at gerrit.libreoffice.org
Mon Mar 25 13:43:53 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3038

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/38/3038/1

fdo#62670 table splitting a table options are mixed

Change-Id: Ied6ab0d3f8dce7092e1ea50b3a1838b170649334
---
M sw/source/ui/table/splittbl.cxx
1 file changed, 1 insertion(+), 3 deletions(-)



diff --git a/sw/source/ui/table/splittbl.cxx b/sw/source/ui/table/splittbl.cxx
index f82d642..f9ec9d7 100644
--- a/sw/source/ui/table/splittbl.cxx
+++ b/sw/source/ui/table/splittbl.cxx
@@ -30,7 +30,7 @@
     get(mpCntntCopyRB, "copyheading");
     get(mpBoxAttrCopyWithParaRB, "customheadingapplystyle");
     get(mpBoxAttrCopyNoParaRB, "customheading");
-    get(mpBorderCopyRB, "customheading");
+    get(mpBorderCopyRB, "noheading");
 }
 
 void SwSplitTblDlg::Apply()
@@ -45,7 +45,5 @@
 
     rShell.SplitTable(m_nSplit);
 }
-
-
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

-- 
To view, visit https://gerrit.libreoffice.org/3038
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ied6ab0d3f8dce7092e1ea50b3a1838b170649334
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper <joren.libreoffice at telenet.be>



More information about the LibreOffice mailing list