diff --git a/apps/common/main/lib/util/utils.js b/apps/common/main/lib/util/utils.js index b30f674dc..df5006ed3 100644 --- a/apps/common/main/lib/util/utils.js +++ b/apps/common/main/lib/util/utils.js @@ -95,10 +95,10 @@ Common.Utils = _.extend(new(function() { documentSettingsType = { Paragraph : 0, Table : 1, - Image : 2, - Header : 3, - TextArt : 4, - Shape : 5, + Header : 2, + TextArt : 3, + Shape : 4, + Image : 5, Slide : 6, Chart : 7, MailMerge : 8,