From 25f67ef1f5c3a274f43fa29176426efd89683a42 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 16 Feb 2018 10:12:35 +0300 Subject: [PATCH] Fix Bug 36930. --- apps/common/main/lib/util/utils.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,