Add missing bits of layout file format update

This is needed so that the new format number is actually used. Since the
conversion is a noop I did not update the layout files (more updates will
come).
This commit is contained in:
Georg Baum 2014-05-29 21:25:08 +02:00
parent 4e078230a0
commit 953a4d13d9
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ import os, re, string, sys
# development/tools/updatelayouts.sh script to update all
# layout files to the new format.
currentFormat = 50
currentFormat = 51
def usage(prog_name):

View File

@ -61,7 +61,7 @@ namespace lyx {
// development/tools/updatelayouts.sh script, to update the format of
// all of our layout files.
//
int const LAYOUT_FORMAT = 50; //ef: removal of separator layout
int const LAYOUT_FORMAT = 51; //spitz: add ToggleIndent tag
namespace {