mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
whitespace.
This commit is contained in:
parent
b4763dc671
commit
e4ca4a564d
@ -114,6 +114,7 @@ InsetQuotes::InsetQuotes(Buffer * buf, string const & str) : Inset(buf)
|
|||||||
parseString(str);
|
parseString(str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
InsetQuotes::InsetQuotes(Buffer * buf, char_type c, QuoteTimes t,
|
InsetQuotes::InsetQuotes(Buffer * buf, char_type c, QuoteTimes t,
|
||||||
string const & s, string const & l)
|
string const & s, string const & l)
|
||||||
: Inset(buf), times_(t), pass_thru_(false)
|
: Inset(buf), times_(t), pass_thru_(false)
|
||||||
@ -205,6 +206,7 @@ void InsetQuotes::parseString(string const & s)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
InsetQuotes::QuoteLanguage InsetQuotes::getLanguage(string const & s)
|
InsetQuotes::QuoteLanguage InsetQuotes::getLanguage(string const & s)
|
||||||
{
|
{
|
||||||
QuoteLanguage ql = EnglishQuotes;
|
QuoteLanguage ql = EnglishQuotes;
|
||||||
@ -297,6 +299,7 @@ void InsetQuotes::draw(PainterInfo & pi, int x, int y) const
|
|||||||
pi.pain.text(x, y, displayString(), font);
|
pi.pain.text(x, y, displayString(), font);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
string InsetQuotes::getType() const
|
string InsetQuotes::getType() const
|
||||||
{
|
{
|
||||||
string text;
|
string text;
|
||||||
@ -306,6 +309,7 @@ string InsetQuotes::getType() const
|
|||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void InsetQuotes::write(ostream & os) const
|
void InsetQuotes::write(ostream & os) const
|
||||||
{
|
{
|
||||||
os << "Quotes " << getType();
|
os << "Quotes " << getType();
|
||||||
|
Loading…
Reference in New Issue
Block a user