diff --git a/apps/documenteditor/forms/app/controller/ApplicationController.js b/apps/documenteditor/forms/app/controller/ApplicationController.js index 52463d98f6..4731a0c8e2 100644 --- a/apps/documenteditor/forms/app/controller/ApplicationController.js +++ b/apps/documenteditor/forms/app/controller/ApplicationController.js @@ -1872,6 +1872,9 @@ define([ Common.Gateway.on('opendocument', function () { api = DE.getController('ApplicationController').api; + + var is_win_xp = window.RendererProcessVariable && window.RendererProcessVariable.os === 'winxp'; + Common.UI.Themes.setAvailable(!is_win_xp); }); return {