]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.C
(Herbert): delete old 1.2 stuff and add forgotten special option.
[lyx.git] / src / insets / insetindex.C
index 486aeb23111eb845002f76c2d95d5f78f60f3c40..7c220fb782ae7d23c407295f7247187ebf396bd4 100644 (file)
@@ -46,7 +46,7 @@ int InsetIndex::docbook(Buffer const *, ostream & os) const
 
 Inset::Code InsetIndex::lyxCode() const
 {
-       return Inset::INDEX_CODE;
+       return Inset::INDEX_CODE;
 }
 
 
@@ -68,5 +68,5 @@ void InsetPrintIndex::validate(LaTeXFeatures & features) const
 
 Inset::Code InsetPrintIndex::lyxCode() const
 {
-       return Inset::INDEX_PRINT_CODE;
+       return Inset::INDEX_PRINT_CODE;
 }