diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-04-24 19:41:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-24 19:41:18 +0100 |
commit | 887ad70ec215ad0420b4cee830fd72b22e4f9127 (patch) | |
tree | a38272dc3c51b043dc88b107b42a16f5bbe3c4ec | |
parent | 1909db99ab7d23a71e24bac25693b3a22d73bfa3 (diff) |
make protect sheet help find suitable topic
Change-Id: Ic2b8c566b69554f49cea07fa22ca63c61df3d0bb
-rw-r--r-- | helpers/help_hid.lst | 4 | ||||
-rw-r--r-- | source/text/scalc/guide/cell_protect.xhp | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst index be12c278a6..1fea194067 100644 --- a/helpers/help_hid.lst +++ b/helpers/help_hid.lst @@ -6506,7 +6506,6 @@ sc_CheckBox_RID_SCDLG_SPEC_FILTER_BTN_DEST_PERS,2567095308, sc_CheckBox_RID_SCDLG_SPEC_FILTER_BTN_HEADER,2567095300, sc_CheckBox_RID_SCDLG_SPEC_FILTER_BTN_REGEXP,2567095299, sc_CheckBox_RID_SCDLG_SPEC_FILTER_BTN_UNIQUE,2567095297, -sc_CheckBox_RID_SCDLG_TABPROTECTION_BTN_PROTECT,1495630852, sc_CheckBox_RID_SCPAGE_CALC_BTN_CALC,957252625, sc_CheckBox_RID_SCPAGE_CALC_BTN_CASE,957252623, sc_CheckBox_RID_SCPAGE_CALC_BTN_ITERATE,957252609, @@ -6598,8 +6597,6 @@ sc_Edit_RID_SCDLG_STRINPUT_ED_INPUT,1493469194, sc_Edit_RID_SCDLG_TABOP_ED_COLCELL,2567899139, sc_Edit_RID_SCDLG_TABOP_ED_FORMULARANGE,2567899137, sc_Edit_RID_SCDLG_TABOP_ED_ROWCELL,2567899138, -sc_Edit_RID_SCDLG_TABPROTECTION_ED_PASSWORD1,1495631878, -sc_Edit_RID_SCDLG_TABPROTECTION_ED_PASSWORD2,1495631880, sc_Edit_RID_SCPAGE_CALC_ED_EPS,957253637, sc_Edit_RID_SCPAGE_USERLISTS_ED_COPYFROM,956844035, sc_Edit_TP_VALIDATION_ERROR_EDT_TITLE,548309005, @@ -6724,7 +6721,6 @@ sc_ModalDialog_RID_SCDLG_NEWSCENARIO,1493843968, sc_ModalDialog_RID_SCDLG_RETYPEPASS,1495662592, sc_ModalDialog_RID_SCDLG_RETYPEPASS_INPUT,1495678976, sc_ModalDialog_RID_SCDLG_STRINPUT,1493467136, -sc_ModalDialog_RID_SCDLG_TABPROTECTION,1495629824, sc_ModelessDialog_RID_SCDLG_SIMPLEREF,2568994816, sc_MoreButton_RID_SCDLG_AUTOFORMAT_BTN_MORE,1493545576, sc_MoreButton_RID_SCDLG_CONSOLIDATE_BTN_MORE,2567533060, diff --git a/source/text/scalc/guide/cell_protect.xhp b/source/text/scalc/guide/cell_protect.xhp index 4f44afd488..5318931d4e 100644 --- a/source/text/scalc/guide/cell_protect.xhp +++ b/source/text/scalc/guide/cell_protect.xhp @@ -36,7 +36,8 @@ <bookmark_value>changing; sheet protection</bookmark_value> <bookmark_value>hiding;formulas</bookmark_value> <bookmark_value>formulas;hiding</bookmark_value> -</bookmark><comment>MW transferred "modifying;..." and "changing;..." into one index entry</comment> +</bookmark> +<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/protectsheetdlg/ProtectSheetDialog" id="bm_id3148919" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3146119" role="heading" level="1" l10n="U" oldref="5"><variable id="cell_protect"><link href="text/scalc/guide/cell_protect.xhp" name="Protecting Cells from Changes">Protecting Cells from Changes</link> </variable></paragraph> <paragraph xml-lang="en-US" id="par_id3153368" role="paragraph" l10n="U" oldref="17">In <item type="productname">%PRODUCTNAME</item> Calc you can protect sheets and the document as a whole. You can choose whether the cells are protected against accidental changes, whether the formulas can be viewed from within Calc, whether the cells are visible or whether the cells can be printed.</paragraph> @@ -81,4 +82,4 @@ </paragraph> </section> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |