]> git.lyx.org Git - lyx.git/blobdiff - src/importer.C
fix "make dist" target
[lyx.git] / src / importer.C
index 1f6d77025734a4bd6ffc272dc4e3604b16024b26..119be0ea82a2e0c6b8ff067d861db46639894e17 100644 (file)
@@ -84,6 +84,7 @@ bool Importer::Import(LyXView * lv, string const & filename,
        return true;
 }
 
+
 #if 0
 bool Importer::IsImportable(string const & format)
 {
@@ -96,6 +97,7 @@ bool Importer::IsImportable(string const & format)
 }
 #endif
 
+
 vector<Format const *> const Importer::GetImportableFormats()
 {
        vector<string> loaders = Loaders();