Readd the conversion/reversion for format 405.

This was accidentally removed in r36136.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36151 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-11-06 00:39:06 +00:00
parent 0586a14d63
commit 88f3be373a

View File

@ -2015,10 +2015,12 @@ convert = [[346, []],
[401, []],
[402, [convert_bibtex_clearpage]],
[403, [convert_flexnames]],
[404, [convert_prettyref]]
[404, [convert_prettyref]],
[405, []]
]
revert = [[403, [revert_refstyle]],
revert = [[404, []],
[403, [revert_refstyle]],
[402, [revert_flexnames]],
[401, []],
[400, [revert_diagram]],