warnings.src (ab088861) warnings.src (1bf1af82)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 5 unchanged lines hidden (view full) ---

14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 5 unchanged lines hidden (view full) ---

14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "dialogs.hrc"
25#include "helpids.hrc"
26
27ModalDialog RID_XMLSECTP_MACROWARN
28{
29 HelpId = HID_XMLSEC_TP_MACROWARN ;
30 Size = MAP_APPFONT ( MW_WIDTH, MW_HEIGHT ) ;
31 OutputSize = TRUE ;
32 Closeable = TRUE ;
33 Moveable = TRUE ;
34 SVLook = TRUE ;
35
36 Text [ en-US ] = "Security Warning" ;
37
38 FixedText FI_DOCNAME
39 {
40 Pos = MAP_APPFONT ( MW_COL_1, MW_ROW_0 ) ;
41 Size = MAP_APPFONT ( MW_COL_4-MW_COL_1, 3*RSC_CD_FIXEDTEXT_HEIGHT ) ;
42 Wordbreak = TRUE ;
22#include "dialogs.hrc"
23#include "helpids.hrc"
24
25ModalDialog RID_XMLSECTP_MACROWARN
26{
27 HelpId = HID_XMLSEC_TP_MACROWARN ;
28 Size = MAP_APPFONT ( MW_WIDTH, MW_HEIGHT ) ;
29 OutputSize = TRUE ;
30 Closeable = TRUE ;
31 Moveable = TRUE ;
32 SVLook = TRUE ;
33
34 Text [ en-US ] = "Security Warning" ;
35
36 FixedText FI_DOCNAME
37 {
38 Pos = MAP_APPFONT ( MW_COL_1, MW_ROW_0 ) ;
39 Size = MAP_APPFONT ( MW_COL_4-MW_COL_1, 3*RSC_CD_FIXEDTEXT_HEIGHT ) ;
40 Wordbreak = TRUE ;
43 Text [ en-US ] = "" ;
41 Text = "" ;
44 };
45 FixedText FI_DESCR1A
46 {
47 Pos = MAP_APPFONT ( MW_COL_1, MW_ROW_1 ) ;
48 Size = MAP_APPFONT ( MW_COL_4-MW_COL_1, RSC_CD_FIXEDTEXT_HEIGHT ) ;
49 Wordbreak = TRUE ;
50 Text [ en-US ] = "The document contains document macros signed by:" ;
51 };

--- 61 unchanged lines hidden ---
42 };
43 FixedText FI_DESCR1A
44 {
45 Pos = MAP_APPFONT ( MW_COL_1, MW_ROW_1 ) ;
46 Size = MAP_APPFONT ( MW_COL_4-MW_COL_1, RSC_CD_FIXEDTEXT_HEIGHT ) ;
47 Wordbreak = TRUE ;
48 Text [ en-US ] = "The document contains document macros signed by:" ;
49 };

--- 61 unchanged lines hidden ---