]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
Get rid of "CharStyle:", "Custom:", and "Element:" prefixes, per a
[features.git] / src / Buffer.cpp
index 91fc9fdd4d4b78cd1a7ce4b5d6fb5480b45fc7b8..204d9045b0a9233047027f442bac79336e99c11a 100644 (file)
@@ -127,7 +127,7 @@ namespace {
 
 // Do not remove the comment below, so we get merge conflict in
 // independent branches. Instead add your own.
-int const LYX_FORMAT = 402; // uwestoehr: fix for bug 1881
+int const LYX_FORMAT = 403; // rgh: Dummy format for InsetFlex name conversion
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;