]> git.lyx.org Git - features.git/blobdiff - src/insets/insetindex.C
change a lot of methods to begin with small char
[features.git] / src / insets / insetindex.C
index f13c8db9fd93a56329ac68870bc99750ed75e56d..18d79e5551f9f260780321e2536dd7ecd3464260 100644 (file)
@@ -22,7 +22,7 @@ string const InsetIndex::getScreenLabel() const
 }
 
 
-void InsetIndex::Edit(BufferView * bv, int, int, unsigned int)
+void InsetIndex::edit(BufferView * bv, int, int, unsigned int)
 {
        bv->owner()->getDialogs()->showIndex( this );
 }
@@ -38,13 +38,13 @@ string const InsetPrintIndex::getScreenLabel() const
 }
 
 
-void InsetPrintIndex::Validate(LaTeXFeatures & features) const
+void InsetPrintIndex::validate(LaTeXFeatures & features) const
 {
        features.makeidx = true;
 }
 
 
-Inset::Code InsetPrintIndex::LyxCode() const
+Inset::Code InsetPrintIndex::lyxCode() const
 {
        return Inset::INDEX_CODE;
 }