summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-04 11:58:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-05 09:38:35 +0100
commitcee2602d14214ff44dbc995f790b4d72b764f800 (patch)
tree0ae799c7f0cc558b07474069854d1c6c4196da4a /svx
parente33e73862ba2bbec9ee1f4e21ad12c6b0c0d13e5 (diff)
remove unused RulerBorderStyle enum value
Change-Id: I9f116ee6917da363bb7f23c039489d5683624582 Reviewed-on: https://gerrit.libreoffice.org/64568 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/svxruler.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx
index 8fa6a67df992..a76c8901eedc 100644
--- a/svx/source/dialog/svxruler.cxx
+++ b/svx/source/dialog/svxruler.cxx
@@ -802,8 +802,6 @@ void SvxRuler::UpdateColumns()
if( !bProtectColumns )
nStyleFlags |= RulerBorderStyle::Moveable;
- if( mxColumnItem->IsTable() )
- nStyleFlags |= RulerBorderStyle::Table;
else if ( !bProtectColumns )
nStyleFlags |= RulerBorderStyle::Sizeable;