diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2016-05-08 20:59:21 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-06-02 20:17:49 +0000 |
commit | 17405f4ca6d12814f5abc0f97028745308edca9a (patch) | |
tree | e1175c95fbfcce28cd982357ad0beb546cfba9e7 | |
parent | d2dbd0dacb5c653680ed94d6a2ebabd52e300a0a (diff) |
tdf#99637 add expert configuration property for number of undo stepscp-5.1-branch-point
Change-Id: I6ea67b95d3cc535166adbb0459a25b335f96d544
Reviewed-on: https://gerrit.libreoffice.org/24774
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/shared/01/02010000.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/optionen/01011000.xhp | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/source/text/shared/01/02010000.xhp b/source/text/shared/01/02010000.xhp index 52de0d7ec2..bffdcda8c2 100644 --- a/source/text/shared/01/02010000.xhp +++ b/source/text/shared/01/02010000.xhp @@ -44,7 +44,7 @@ <section id="howtoget"> <embed href="text/shared/00/00000402.xhp#do"/> </section> -<paragraph role="tip" id="par_idN10630" xml-lang="en-US" l10n="NEW">To change the number of commands that you can undo, choose <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Memory, and enter a new value in the number of steps box.</paragraph> +<paragraph role="tip" id="par_idN10630" xml-lang="en-US">To change the number of commands that you can undo, go to the <link href="text/shared/optionen/expertconfig.xhp">Expert configuration</link> and set a new value of the property <emph>/org.openoffice.Office.Common/Undo Steps</emph>.</paragraph> <paragraph role="note" id="par_id3163803" xml-lang="en-US" l10n="U" oldref="8">Some commands (for example, editing Styles) cannot be undone.</paragraph> <paragraph role="tip" id="par_id3155338" xml-lang="en-US" l10n="U" oldref="11">You can cancel the Undo command by choosing Edit - Redo.</paragraph> <paragraph role="heading" id="hd_id3166410" xml-lang="en-US" level="2" l10n="U" oldref="7">About the Undo command in database tables</paragraph> diff --git a/source/text/shared/optionen/01011000.xhp b/source/text/shared/optionen/01011000.xhp index f093ef1460..e5290763df 100644 --- a/source/text/shared/optionen/01011000.xhp +++ b/source/text/shared/optionen/01011000.xhp @@ -34,6 +34,7 @@ <bookmark_value>graphics; cache</bookmark_value> <bookmark_value>cache for graphics</bookmark_value> <bookmark_value>Quickstarter</bookmark_value> +<bookmark_value>undoing; number of steps</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/cui/ui/optmemorypage/OptMemoryPage" id="bm_id8346202" localize="false"/> <paragraph role="heading" id="hd_id3157909" xml-lang="en-US" level="1" l10n="U" oldref="25"><link href="text/shared/optionen/01011000.xhp" name="Memory">Memory</link></paragraph> @@ -57,5 +58,7 @@ <bookmark xml-lang="en-US" branch="hid/cui/ui/optmemorypage/systray" id="bm_id4756005" localize="false"/><bookmark xml-lang="en-US" branch="hid/cui/ui/optmemorypage/quicklaunch" id="bm_id4756004" localize="false"/><paragraph role="heading" id="hd_id3155429" xml-lang="en-US" level="3" l10n="CHG" oldref="22"><switchinline select="sys"><caseinline select="WIN">Load $[officename] during system start-up </caseinline><defaultinline>Enable systray Quickstarter</defaultinline></switchinline></paragraph> <paragraph role="paragraph" id="par_id3152940" xml-lang="en-US" l10n="CHG" oldref="23"><ahelp hid="cui/ui/optmemorypage/objectcache">Mark this check box if you want $[officename] to enable quickstart. This option is available if the Quickstart module has been installed.</ahelp><comment>UFI: had to remove explanation because on Windows it is at start-up, while on Unix it is a user-systray feature only. Cannot have switches inside AHID text.</comment></paragraph> +<paragraph role="heading" id="hd_id3155390" xml-lang="en-US" level="2">Number of undo steps</paragraph> +<paragraph role="paragraph" id="par_id3145673" xml-lang="en-US">The number of steps which can be undone can be changed in the <link href="text/shared/optionen/expertconfig.xhp">Expert configuration</link> by setting the property <emph>/org.openoffice.Office.Common/Undo Steps</emph>.</paragraph> </body> </helpdocument> |