Whitespace cleanup.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13565 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2006-04-05 23:56:29 +00:00
parent e7fc677261
commit 3b9338a3a8
151 changed files with 812 additions and 825 deletions

View File

@ -1575,4 +1575,3 @@ void Buffer::changeRefsIfUnique(string const & from, string const & to)
}
}
}

View File

@ -545,5 +545,3 @@ string expandLabel(Buffer const & buf,
return tclass.counters().counterLabel(fmt);
}

View File

@ -587,4 +587,3 @@ bool operator==(StableDocIterator const & dit1, StableDocIterator const & dit2)
{
return dit1.data_ == dit2.data_;
}

View File

@ -176,5 +176,3 @@ void layoutSelected(LyXView & lv, string const & name)
lyxerr << "ERROR (layoutSelected): layout not found!"
<< endl;
}

View File

@ -184,4 +184,3 @@ void buttonText(string const & str, LyXFont const & f,
}
} // namespace font_metrics

View File

@ -248,4 +248,3 @@ void QTocDialog::closeEvent(QCloseEvent * e)
} // namespace frontend
} // namespace lyx

View File

@ -184,4 +184,3 @@ void buttonText(string const & str, LyXFont const & f,
}
} // namespace font_metrics

View File

@ -399,4 +399,3 @@ void InsetCollapsable::setLabelFont(LyXFont & font)
{
labelfont_ = font;
}

View File

@ -368,4 +368,3 @@ bool createMathInset_fromDialogStr(string const & str, MathArray & ar)
return ar[0].nucleus();
}

View File

@ -114,4 +114,3 @@ void MathMBoxInset::drawSelection(PainterInfo & pi, int x, int y) const
{
text_.drawSelection(pi, x, y);
}

View File

@ -193,4 +193,3 @@ RefInset::ref_type_info RefInset::types[] = {
{ "prettyref", N_("PrettyRef"), N_("PrettyRef: ")},
{ "", "", "" }
};