diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-05 12:40:20 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-05 12:40:20 +0000 |
commit | 2e3cc087a392c1e20b0427b43268d2c9db303fd3 (patch) | |
tree | 36ba002aae3b5a032722b93dee56e33d2e0ddfe9 | |
parent | 027ab2e2e98131267dcdbbca41c4fc36c9359253 (diff) |
INTEGRATION: CWS native127 (1.17.16); FILE MERGED
2008/01/28 16:01:47 is 1.17.16.1: #i85474# avoid deselection of all application modules
-rw-r--r-- | scp2/source/calc/module_calc.scp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scp2/source/calc/module_calc.scp b/scp2/source/calc/module_calc.scp index 880af2ac4c67..97528cc80098 100644 --- a/scp2/source/calc/module_calc.scp +++ b/scp2/source/calc/module_calc.scp @@ -4,9 +4,9 @@ * * $RCSfile: module_calc.scp,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: obo $ $Date: 2008-01-04 17:07:01 $ + * last change: $Author: ihi $ $Date: 2008-02-05 13:40:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,6 +40,7 @@ Module gid_Module_Prg_Calc MOD_NAME_DESC ( MODULE_PRG_CALC ); ParentID = gid_Module_Prg; Sortkey = "200"; + Styles =(APPLICATIONMODULE); End // #110743# Added gid_File_Lib_Bf_Sc and gid_File_Res_Bf_Sc for binfilter |