summaryrefslogtreecommitdiffstats
path: root/scp2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-08 09:25:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-08 09:29:31 +0100
commitaa584559a8ada4e31331ab8a23f2c09eb11c609b (patch)
treea65698391516ccb676c3130ca4671f881140eb90 /scp2
parentits just a const char* (diff)
downloadcore-aa584559a8ada4e31331ab8a23f2c09eb11c609b.tar.gz
core-aa584559a8ada4e31331ab8a23f2c09eb11c609b.zip
Related: fdo#40420 always include xmlsecurity library for macro-security
the xmlsecurity library contains the dialogs and resources for the macro-security dialog as well as the xml signing UI. So always build and include this library unconditionally.
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp22
-rw-r--r--scp2/source/ooo/file_resource_ooo.scp2
2 files changed, 11 insertions, 13 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 04026ae95b76..82dc5f36cf05 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -1456,6 +1456,17 @@ SPECIAL_LIB_FILE( gid_File_Lib_AVMediaWin, avmediawin )
#endif
#endif
+File gid_File_Lib_XSec_XMLSecurity
+ TXT_FILE_BODY;
+ #ifdef UNX
+ Name = STRING(CONCAT2(libxmlsecurity,UNXSUFFIX));
+ #else
+ Name = "xmlsecurity.dll";
+ #endif
+ Dir = SCP2_OOO_BIN_DIR;
+ Styles = (PACKED);
+End
+
#ifndef WITHOUT_MOZILLA
File gid_File_Lib_XSec_Framework
TXT_FILE_BODY;
@@ -1481,17 +1492,6 @@ File gid_File_Lib_XSec_XmlSec
End
#endif
-File gid_File_Lib_XSec_XMLSecurity
- TXT_FILE_BODY;
- #ifdef UNX
- Name = STRING(CONCAT2(libxmlsecurity,UNXSUFFIX));
- #else
- Name = "xmlsecurity.dll";
- #endif
- Dir = SCP2_OOO_BIN_DIR;
- Styles = (PACKED);
-End
-
#ifdef WNT
File gid_File_Lib_LibXMLSec_xmlseccore
TXT_FILE_BODY;
diff --git a/scp2/source/ooo/file_resource_ooo.scp b/scp2/source/ooo/file_resource_ooo.scp
index b86f86a702b3..40aaa6fb29d9 100644
--- a/scp2/source/ooo/file_resource_ooo.scp
+++ b/scp2/source/ooo/file_resource_ooo.scp
@@ -114,9 +114,7 @@ STD_RES_FILE( gid_File_Res_Xsltdlg, xsltdlg )
STD_RES_FILE( gid_File_Res_AVMedia, avmedia )
-#ifndef WITHOUT_MOZILLA
STD_RES_FILE( gid_File_Res_XMLSecurity, xmlsec )
-#endif
STD_RES_FILE( gid_File_Res_UpdChk, updchk )