mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
fix typos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16580 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
58355d768a
commit
16b2b8e6bc
@ -387,7 +387,7 @@ public:
|
||||
* defaults to empty.
|
||||
*/
|
||||
virtual void addPreview(graphics::PreviewLoader &) const {}
|
||||
/// Add an antry to the TocList
|
||||
/// Add an entry to the TocList
|
||||
virtual void addToToc(TocList &, Buffer const &) const {}
|
||||
|
||||
public:
|
||||
|
@ -247,7 +247,7 @@ TeXOnePar(Buffer const & buf,
|
||||
bool further_blank_line = false;
|
||||
LyXLayout_ptr style;
|
||||
|
||||
// In an an inset with unlimited length (all in one row),
|
||||
// In an inset with unlimited length (all in one row),
|
||||
// force layout to default
|
||||
if (!pit->forceDefaultParagraphs())
|
||||
style = pit->layout();
|
||||
@ -319,7 +319,7 @@ TeXOnePar(Buffer const & buf,
|
||||
// don't trigger the copy ctor because it's private on msvc
|
||||
odocstream & os = *(change_encoding ? &par_stream : &ucs4);
|
||||
|
||||
// In an an inset with unlimited length (all in one row),
|
||||
// In an inset with unlimited length (all in one row),
|
||||
// don't allow any special options in the paragraph
|
||||
if (!pit->forceDefaultParagraphs()) {
|
||||
if (pit->params().startOfAppendix()) {
|
||||
|
Loading…
Reference in New Issue
Block a user