]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Hebrew translation updates by Ran
[lyx.git] / src / Buffer.cpp
index 44e7b62a4c5c9b85137a9f894cba195cec1137a1..69462370447b2f01b75a9acf04d7a5c8b57a878a 100644 (file)
@@ -115,7 +115,7 @@ namespace os = support::os;
 
 namespace {
 
-int const LYX_FORMAT = 338; //Uwe: support for polytonic Greek
+int const LYX_FORMAT = 339; //rgh: removed modules
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;
@@ -471,6 +471,7 @@ int Buffer::readHeader(Lexer & lex)
        params().fontsCJK.erase();
        params().listings_params.clear();
        params().clearLayoutModules();
+       params().clearRemovedModules();
        params().pdfoptions().clear();
        
        for (int i = 0; i < 4; ++i) {