diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 16:11:37 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 16:11:37 +0000 |
commit | 8c9d8266c1f519a7082ef2033f023d5e91e0724d (patch) | |
tree | ece508324a80173161779a6ec20a324667334383 /scp2 | |
parent | b3a9fde891e440cfc2549fd7c2de16737b8a569a (diff) |
INTEGRATION: CWS cmcfixes43 (1.38.42); FILE MERGED
2008/03/10 12:19:09 cmc 1.38.42.1: #i86874# add a system lpsolve option
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/calc/file_calc.scp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scp2/source/calc/file_calc.scp b/scp2/source/calc/file_calc.scp index b0f6063a831f..e43996b53307 100644 --- a/scp2/source/calc/file_calc.scp +++ b/scp2/source/calc/file_calc.scp @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: file_calc.scp,v $ - * $Revision: 1.41 $ + * $Revision: 1.42 $ * * This file is part of OpenOffice.org. * @@ -32,10 +32,12 @@ STD_UNO_LIB_FILE( gid_File_Lib_Solver, solver) +#ifndef SYSTEM_LPSOLVE File gid_File_Lib_Lpsolve Name = SPECIAL_NAME(lpsolve55); PACKED_LIB_FILE_BODY; End +#endif STD_UNO_LIB_FILE( gid_File_Lib_Analysis, analysis) |