X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDimension.cpp;h=b1cd41ed9a999d60dad46e406b3a2ffc75cc420c;hb=e1a685fcb1da65211e9eecd7ed3ac9daf7cd5f22;hp=311c653f07c627f077fc191de22db8035dced81a;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/Dimension.cpp b/src/Dimension.cpp index 311c653f07..b1cd41ed9a 100644 --- a/src/Dimension.cpp +++ b/src/Dimension.cpp @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -14,7 +14,6 @@ namespace lyx { - void Dimension::operator+=(Dimension const & dim) { if (asc < dim.asc)