mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Whitespace cleanup.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13565 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e7fc677261
commit
3b9338a3a8
@ -1575,4 +1575,3 @@ void Buffer::changeRefsIfUnique(string const & from, string const & to)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -545,5 +545,3 @@ string expandLabel(Buffer const & buf,
|
||||
|
||||
return tclass.counters().counterLabel(fmt);
|
||||
}
|
||||
|
||||
|
||||
|
@ -587,4 +587,3 @@ bool operator==(StableDocIterator const & dit1, StableDocIterator const & dit2)
|
||||
{
|
||||
return dit1.data_ == dit2.data_;
|
||||
}
|
||||
|
||||
|
@ -176,5 +176,3 @@ void layoutSelected(LyXView & lv, string const & name)
|
||||
lyxerr << "ERROR (layoutSelected): layout not found!"
|
||||
<< endl;
|
||||
}
|
||||
|
||||
|
||||
|
@ -184,4 +184,3 @@ void buttonText(string const & str, LyXFont const & f,
|
||||
}
|
||||
|
||||
} // namespace font_metrics
|
||||
|
||||
|
@ -248,4 +248,3 @@ void QTocDialog::closeEvent(QCloseEvent * e)
|
||||
|
||||
} // namespace frontend
|
||||
} // namespace lyx
|
||||
|
||||
|
@ -184,4 +184,3 @@ void buttonText(string const & str, LyXFont const & f,
|
||||
}
|
||||
|
||||
} // namespace font_metrics
|
||||
|
||||
|
@ -399,4 +399,3 @@ void InsetCollapsable::setLabelFont(LyXFont & font)
|
||||
{
|
||||
labelfont_ = font;
|
||||
}
|
||||
|
||||
|
@ -368,4 +368,3 @@ bool createMathInset_fromDialogStr(string const & str, MathArray & ar)
|
||||
|
||||
return ar[0].nucleus();
|
||||
}
|
||||
|
||||
|
@ -114,4 +114,3 @@ void MathMBoxInset::drawSelection(PainterInfo & pi, int x, int y) const
|
||||
{
|
||||
text_.drawSelection(pi, x, y);
|
||||
}
|
||||
|
||||
|
@ -193,4 +193,3 @@ RefInset::ref_type_info RefInset::types[] = {
|
||||
{ "prettyref", N_("PrettyRef"), N_("PrettyRef: ")},
|
||||
{ "", "", "" }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user