mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Squash warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36195 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7ff3e84c5d
commit
a83995b2c6
@ -1133,8 +1133,7 @@ bool Tabular::setMColumnPWidth(Cursor & cur, idx_type cell,
|
||||
}
|
||||
|
||||
|
||||
bool Tabular::setMROffset(Cursor & cur, idx_type cell,
|
||||
Length const & mroffset)
|
||||
bool Tabular::setMROffset(Cursor &, idx_type cell, Length const & mroffset)
|
||||
{
|
||||
cellInfo(cell).mroffset = mroffset;
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user