]> git.lyx.org Git - features.git/commit
Fixes to ParIndent support
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 18 Apr 2017 16:06:35 +0000 (18:06 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 18 Apr 2017 16:06:35 +0000 (18:06 +0200)
commite7c3354a871f6f693948bf4c8381dd22ba3a0f13
tree26addef866c6bf638f24df1f2de59a25ac25e8a3
parentb250eb5a4696c7809d5c1cf83ccc015f707d993c
Fixes to ParIndent support

- remove quotes around length
- use "default" for default parindent, instead of an empty string
- Fix the constructor Length(string const &) so that an empty string
  corresponds to an empty length (coherent with Length::asString()).
src/BufferParams.cpp
src/Length.cpp