]> git.lyx.org Git - lyx.git/blobdiff - src/importer.C
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[lyx.git] / src / importer.C
index 999f5173ff909883080c060a4e17ae9e229119e2..808ec9c39573f7ec7dec4fdd7ca34ddb18a0f84b 100644 (file)
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "importer.h"
 #include "converter.h"
 #include "frontends/LyXView.h"
@@ -116,7 +112,7 @@ vector<Format const *> const Importer::GetImportableFormats()
 
 vector<string> const Importer::Loaders()
 {
-       vector<string> v(3);
+       vector<string> v;
        v.push_back("lyx");
        v.push_back("text");
        v.push_back("textparagraph");