summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-06-03 20:07:52 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-06-03 21:14:17 +0200
commit1ec232b1479c751547b766769285284eef6bb2e3 (patch)
treecfff9e0ab63a65da10b47a077c761652ede24e4b /editeng
parentda7ed9702117a5154540e2b76f41bf5efc857a4f (diff)
editeng: work around spurious GCC 7 -Werror=return-type
gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5) Change-Id: I3da508fba7757ffd823ed05f5c3d82bb8a300267 Reviewed-on: https://gerrit.libreoffice.org/55251 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/borderline.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/items/borderline.cxx b/editeng/source/items/borderline.cxx
index 351901fc271e..5c9042f307fe 100644
--- a/editeng/source/items/borderline.cxx
+++ b/editeng/source/items/borderline.cxx
@@ -243,8 +243,8 @@ ConvertBorderWidthFromWord(SvxBorderLineStyle const eStyle, double const i_fWidt
default:
assert(false); // should only be called for known border style
- return 0;
}
+ return 0;
}
double