diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-10-27 13:59:05 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-10-27 13:59:05 +0000 |
commit | 90890f3d7d61246281bc4a4bc27eea943fd346c6 (patch) | |
tree | e5e5ed95c2a72cca1e56dd280245893c7d8534fc /scp2 | |
parent | de64adaa11146dce8d70e70f142f4a0cb5623bbc (diff) |
INTEGRATION: CWS configure2 (1.9.58); FILE MERGED
2004/10/20 15:59:40 cmc 1.9.58.1: #i35894# update new modules that use libxml2 to be able to use system-libxml
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/shortcut_ooo.scp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scp2/source/ooo/shortcut_ooo.scp b/scp2/source/ooo/shortcut_ooo.scp index 66298eab1e93..adc213bf3539 100644 --- a/scp2/source/ooo/shortcut_ooo.scp +++ b/scp2/source/ooo/shortcut_ooo.scp @@ -2,9 +2,9 @@ * * $RCSfile: shortcut_ooo.scp,v $ * -* $Revision: 1.9 $ +* $Revision: 1.10 $ * -* last change: $Author: rt $ $Date: 2004-09-08 16:47:40 $ +* last change: $Author: pjunck $ $Date: 2004-10-27 14:59:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,7 @@ #include "macros.inc" +#ifndef SYSTEM_LIBXML #ifdef UNX Shortcut gid_Shortcut_Lib_Xml2 @@ -82,6 +83,7 @@ Shortcut gid_Shortcut_Lib_Xml2_2 End #endif +#endif #ifdef UNX |