[Libreoffice-commits] core.git: Branch 'feature/borderline2' - svx/source
arminl
arminl at KRANIX
Fri Jul 28 10:17:33 UTC 2017
svx/source/dialog/framelinkarray.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 1fb6bc74b38554c6c8ca08f144843fffa2b0a30e
Author: arminl <arminl at KRANIX>
Date: Thu Jul 27 16:03:48 2017 +0200
borderline: corrections for calc and writer
Made corrections/finetuning for Calc and Writer.
Had to remove some former code which tried to do
corrections
Added some finetuning for UnitTests and warnings
Change-Id: Ia7669c9eb7f3338d250cd350bfa5c2bc8e61763b
diff --git a/svx/source/dialog/framelinkarray.cxx b/svx/source/dialog/framelinkarray.cxx
index 0817a474320a..04d0d2ac2b6d 100644
--- a/svx/source/dialog/framelinkarray.cxx
+++ b/svx/source/dialog/framelinkarray.cxx
@@ -132,8 +132,6 @@ void lclSetMergedRange( CellVec& rCells, size_t nWidth, size_t nFirstCol, size_t
static const Style OBJ_STYLE_NONE;
static const Cell OBJ_CELL_NONE;
-const bool DIAG_DBL_CLIP_DEFAULT = false;
-
struct ArrayImpl
{
CellVec maCells;
More information about the Libreoffice-commits
mailing list