mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6464 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c4bda8ac16
commit
d5abf45c1d
@ -322,8 +322,7 @@ void ParagraphParameters::read(LyXLex & lex)
|
||||
int tmpret = lex.findToken(string_align);
|
||||
if (tmpret == -1)
|
||||
++tmpret;
|
||||
int const tmpret2 = int(pow(2.0, tmpret));
|
||||
align(LyXAlignment(tmpret2));
|
||||
align(LyXAlignment(1 << tmpret));
|
||||
} else if (token == "\\added_space_top") {
|
||||
lex.nextToken();
|
||||
VSpace value = VSpace(lex.getString());
|
||||
|
Loading…
Reference in New Issue
Block a user