X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsettoc.C;h=48652ba3d5c5934fed86d1b762637fb3f5aca6f8;hb=94c15c0ed7ed8dadcabae6d9aa27a4683d5375a2;hp=0e9685fb5bb6f1583ed089c4e3baadd7853c06c9;hpb=d3f456cf28138e29089527bcf87b47b2dcffa7ac;p=lyx.git diff --git a/src/insets/insettoc.C b/src/insets/insettoc.C index 0e9685fb5b..48652ba3d5 100644 --- a/src/insets/insettoc.C +++ b/src/insets/insettoc.C @@ -24,7 +24,7 @@ string const InsetTOC::getScreenLabel() const } -Inset::Code InsetTOC::LyxCode() const +Inset::Code InsetTOC::lyxCode() const { string const cmdname(getCmdName()); if (cmdname == "tableofcontents") @@ -33,13 +33,13 @@ Inset::Code InsetTOC::LyxCode() const } -void InsetTOC::Edit(BufferView * bv, int, int, unsigned int) +void InsetTOC::edit(BufferView * bv, int, int, unsigned int) { bv->owner()->getDialogs()->showTOC(this); } -int InsetTOC::Ascii(Buffer const * buffer, std::ostream & os, int) const +int InsetTOC::ascii(Buffer const * buffer, std::ostream & os, int) const { os << getScreenLabel() << "\n\n"; @@ -63,7 +63,7 @@ int InsetTOC::Ascii(Buffer const * buffer, std::ostream & os, int) const } -int InsetTOC::Linuxdoc(Buffer const *, std::ostream & os) const +int InsetTOC::linuxdoc(Buffer const *, std::ostream & os) const { if (getCmdName() == "tableofcontents") os << "";