git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22987 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-02-14 03:35:03 +00:00
parent 10426cb833
commit ada361baf8
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ int InsetMarginal::docbook(Buffer const & buf, odocstream & os,
}
void InsetMarginal::addToToc(TocList & toclist, Buffer const & buf, ParConstIterator const &) const
void InsetMarginal::addToToc(TocList & toclist, Buffer const &/* buf*/, ParConstIterator const &) const
{
ParConstIterator pit = par_const_iterator_begin(*this);

View File

@ -220,7 +220,7 @@ void InsetNote::updateLabels(Buffer const & buf, ParIterator const & it)
}
void InsetNote::addToToc(TocList & toclist, Buffer const & buf, ParConstIterator const &) const
void InsetNote::addToToc(TocList & toclist, Buffer const & /*buf*/, ParConstIterator const &) const
{
ParConstIterator pit = par_const_iterator_begin(*this);