mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Cosmetics.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20987 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d18971cf99
commit
9a097259be
@ -175,8 +175,8 @@ void InsetCommand::replaceContents(std::string const & from, string const & to)
|
||||
}
|
||||
|
||||
|
||||
InsetCommandMailer::InsetCommandMailer(string const & name,
|
||||
InsetCommand & inset)
|
||||
InsetCommandMailer::InsetCommandMailer(
|
||||
string const & name, InsetCommand & inset)
|
||||
: name_(name), inset_(inset)
|
||||
{}
|
||||
|
||||
@ -187,9 +187,8 @@ string const InsetCommandMailer::inset2string(Buffer const &) const
|
||||
}
|
||||
|
||||
|
||||
void InsetCommandMailer::string2params(string const & name,
|
||||
string const & in,
|
||||
InsetCommandParams & params)
|
||||
void InsetCommandMailer::string2params(
|
||||
string const & name, string const & in, InsetCommandParams & params)
|
||||
{
|
||||
params.clear();
|
||||
if (in.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user