From 5f4443255386ed205abec7f69f820244d94cd288 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sat, 7 Feb 2015 13:03:17 -0800 Subject: tdf#89135 install OpenGL slide transitions unconditionally on Windows Change-Id: I6efaaf56d56f27159f39046bdf2112ff2b9ed082 Reviewed-on: https://gerrit.libreoffice.org/14360 Reviewed-by: Andras Timar Tested-by: Andras Timar --- scp2/source/impress/module_ogltrans.scp | 6 +++--- scp2/source/impress/module_ogltrans.ulf | 24 ------------------------ 2 files changed, 3 insertions(+), 27 deletions(-) delete mode 100644 scp2/source/impress/module_ogltrans.ulf (limited to 'scp2/source') diff --git a/scp2/source/impress/module_ogltrans.scp b/scp2/source/impress/module_ogltrans.scp index 40fc17b64698..72ff416424c9 100644 --- a/scp2/source/impress/module_ogltrans.scp +++ b/scp2/source/impress/module_ogltrans.scp @@ -22,11 +22,11 @@ Module gid_Module_Optional_OGLTrans PackageInfo = "packinfo_office.txt"; - MOD_NAME_DESC(MODULE_OPTIONAL_OGLTRANS); ParentID = gid_Module_Optional; Files = ( auto_ogltrans_ALL, gid_File_Share_Config_Sofficecfg_Impress_Transitions_OGL_Xml, gid_File_Share_Registry_Ogltrans_Xcd ); - Minimal = NO; - Default = NO; + Minimal = YES; + Default = YES; + Styles = (HIDDEN_ROOT); End File gid_File_Share_Config_Sofficecfg_Impress_Transitions_OGL_Xml diff --git a/scp2/source/impress/module_ogltrans.ulf b/scp2/source/impress/module_ogltrans.ulf deleted file mode 100644 index 349bc60830d4..000000000000 --- a/scp2/source/impress/module_ogltrans.ulf +++ /dev/null @@ -1,24 +0,0 @@ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - - -[STR_NAME_MODULE_OPTIONAL_OGLTRANS] -en-US = "OpenGL slide transitions for %PRODUCTNAME Impress" - -[STR_DESC_MODULE_OPTIONAL_OGLTRANS] -en-US = "OpenGL slide transitions for %PRODUCTNAME Impress." -- cgit v1.2.3