summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-06-08 18:04:16 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-06-08 18:04:16 +0200
commitd148b9b253a4dc439d7572877afd7b43aa943ca8 (patch)
tree250d7d0bf02b89e78bdf5510d4195d2895dfa249 /sfx2
parent6fd692c5e9d61acb3613ef0f783fc232ecef67ef (diff)
cws tl79: #i110254# help ids added
Diffstat (limited to 'sfx2')
-rwxr-xr-xsfx2/source/dialog/securitypage.src15
-rwxr-xr-xsfx2/source/inc/helpid.hrc10
2 files changed, 21 insertions, 4 deletions
diff --git a/sfx2/source/dialog/securitypage.src b/sfx2/source/dialog/securitypage.src
index 7c0fffd96057..fee60404d01c 100755
--- a/sfx2/source/dialog/securitypage.src
+++ b/sfx2/source/dialog/securitypage.src
@@ -54,6 +54,7 @@ TabPage TP_DOCINFOSECURITY
};
Edit PASSWORD_TO_OPEN_ED
{
+ HelpId = HID_SECURITYTAB_PASSWORD_TO_OPEN;
Pos = MAP_APPFONT( 100, 18 );
Size = MAP_APPFONT( 88, RSC_CD_TEXTBOX_HEIGHT );
Border = TRUE;
@@ -67,6 +68,7 @@ TabPage TP_DOCINFOSECURITY
};
Edit CONFIRM_PASSWORD_TO_OPEN_ED
{
+ HelpId = HID_SECURITYTAB_CONFIRM_PASSWORD_TO_OPEN;
Pos = MAP_APPFONT( 100, 32 );
Size = MAP_APPFONT( 88, RSC_CD_TEXTBOX_HEIGHT );
Border = TRUE;
@@ -76,9 +78,11 @@ TabPage TP_DOCINFOSECURITY
{
Pos = MAP_APPFONT( 12, 48 );
Size = MAP_APPFONT( 236, 3 * RSC_CD_FIXEDTEXT_HEIGHT );
- Text [ en-US ] = "Note: If you lose or forget the password, it cannot be recovered."\
- "It is advisable to keep passwords in a safe place."\
- "Passwords are case-sensitive.";
+ Text [ en-US ] =
+ "Note: After a password has been set, the document will only open "\
+ "with the password. Should you lose the password, there will be "\
+ "no way to recover the document. Please also note that this password "\
+ "is case-sensitive.";
WordBreak = TRUE;
};
FixedLine PASSWORD_TO_MODIFY_FL
@@ -95,6 +99,7 @@ TabPage TP_DOCINFOSECURITY
};
Edit PASSWORD_TO_MODIFY_ED
{
+ HelpId = HID_SECURITYTAB_PASSWORD_TO_MODIFY;
Pos = MAP_APPFONT( 100, 90 );
Size = MAP_APPFONT( 88, RSC_CD_TEXTBOX_HEIGHT );
Border = TRUE;
@@ -108,6 +113,7 @@ TabPage TP_DOCINFOSECURITY
};
Edit CONFIRM_PASSWORD_TO_MODIFY_ED
{
+ HelpId = HID_SECURITYTAB_CONFIRM_PASSWORD_TO_MODIFY;
Pos = MAP_APPFONT( 100, 104 );
Size = MAP_APPFONT( 88, RSC_CD_TEXTBOX_HEIGHT );
Border = TRUE;
@@ -121,18 +127,21 @@ TabPage TP_DOCINFOSECURITY
};
CheckBox OPEN_READONLY_CB
{
+ HelpId = HID_SECURITYTAB_OPEN_FILE_READONLY;
Pos = MAP_APPFONT( 12, 133 );
Size = MAP_APPFONT( 176, RSC_CD_CHECKBOX_HEIGHT );
Text [ en-US ] = "~Open file read-only";
};
CheckBox RECORD_CHANGES_CB
{
+ HelpId = HID_SECURITYTAB_RECORD_CHANGES;
Pos = MAP_APPFONT( 12, 147 );
Size = MAP_APPFONT( 176, RSC_CD_CHECKBOX_HEIGHT );
Text [ en-US ] = "Record ~changes";
};
PushButton CHANGE_PROTECTION_PB
{
+ HelpId = HID_SECURITYTAB_PROTECTION;
Pos = MAP_APPFONT( 194, 145 );
Size = MAP_APPFONT( 60, RSC_CD_PUSHBUTTON_HEIGHT );
};
diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc
index f09ac7e94ecc..4c9aa3fd7f63 100755
--- a/sfx2/source/inc/helpid.hrc
+++ b/sfx2/source/inc/helpid.hrc
@@ -346,7 +346,15 @@
#define HID_CTRL_CUSTOMPROPS_YES_NO (HID_SFX_START + 326)
#define HID_DLG_CUSTOMPROPS_DURATION (HID_SFX_START + 327)
-#define ACT_SFX_HID_END HID_DLG_CUSTOMPROPS_DURATION
+#define HID_SECURITYTAB_PASSWORD_TO_OPEN (HID_SFX_START + 328)
+#define HID_SECURITYTAB_CONFIRM_PASSWORD_TO_OPEN (HID_SFX_START + 329)
+#define HID_SECURITYTAB_PASSWORD_TO_MODIFY (HID_SFX_START + 330)
+#define HID_SECURITYTAB_CONFIRM_PASSWORD_TO_MODIFY (HID_SFX_START + 331)
+#define HID_SECURITYTAB_OPEN_FILE_READONLY (HID_SFX_START + 332)
+#define HID_SECURITYTAB_RECORD_CHANGES (HID_SFX_START + 333)
+#define HID_SECURITYTAB_PROTECTION (HID_SFX_START + 334)
+
+#define ACT_SFX_HID_END HID_SECURITYTAB_PROTECTION
// "Uberlaufpr"ufung --------------------------------------------------------