diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-05 14:51:55 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-05 14:51:55 +0000 |
commit | 4f72afd353b236ded3143866a7cfd80c24aacc4a (patch) | |
tree | 16810c508b298962e98d457f574579ba4d654590 /scp2/source/calc | |
parent | 581bdee9c73b3d9c40fc1d945c1fec4334c3c140 (diff) |
INTEGRATION: CWS calcsolver (1.37.174); FILE MERGED
2007/12/19 20:12:16 nn 1.37.174.1: #i8808# solver files
Diffstat (limited to 'scp2/source/calc')
-rw-r--r-- | scp2/source/calc/file_calc.scp | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/scp2/source/calc/file_calc.scp b/scp2/source/calc/file_calc.scp index be6d693260b1..ea9711861b09 100644 --- a/scp2/source/calc/file_calc.scp +++ b/scp2/source/calc/file_calc.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_calc.scp,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: hr $ $Date: 2007-08-02 17:14:20 $ + * last change: $Author: ihi $ $Date: 2008-02-05 15:51:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,6 +35,13 @@ #include "macros.inc" +STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Solver, solver) + +File gid_File_Lib_Lpsolve + Name = SPECIAL_NAME(lpsolve55); + PACKED_LIB_FILE_BODY_PATCH; +End + STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Analysis, analysis) STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Calc, calc) @@ -62,6 +69,8 @@ STD_RES_FILE( gid_File_Res_Bf_Sc, bf_sc) // end binfilter #110743# // +STD_RES_FILE_PATCH( gid_File_Res_Solver, solver) + STD_RES_FILE( gid_File_Res_Analysis, analysis) STD_RES_FILE_PATCH( gid_File_Res_Date, date) |