summaryrefslogtreecommitdiff
path: root/include/svl/undo.hxx
diff options
context:
space:
mode:
authorFlorian Reisinger <florei@libreoffice.org>2014-09-24 09:26:20 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-09-24 09:27:17 +0100
commit0e9aa656aa3ca12ae14e2c68473f1ae0264cd11a (patch)
tree602d6c726a50684c7d72af7ace98fd15cf8a51eb /include/svl/undo.hxx
parent18cc5cb2fdb8bca18a6c55d0a165b749f6730420 (diff)
German comment translation.
Change-Id: I8c0e90eda94bc2304289cdf27b85cd57dbca0ef9
Diffstat (limited to 'include/svl/undo.hxx')
-rw-r--r--include/svl/undo.hxx31
1 files changed, 13 insertions, 18 deletions
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index 2a53e4750db7..f18ae84863e9 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -151,15 +151,12 @@ struct SVL_DLLPUBLIC SfxUndoArray
really really have to! */
class SVL_DLLPUBLIC SfxListUndoAction : public SfxUndoAction, public SfxUndoArray
-/* [Beschreibung]
-
- UndoAction zur Klammerung mehrerer Undos in einer UndoAction.
- Diese Actions werden vom SfxUndoManager verwendet. Dort
- wird mit < SfxUndoManager::EnterListAction > eine Klammerebene
- geoeffnet und mit <SfxUndoManager::LeaveListAction > wieder
- geschlossen. Redo und Undo auf SfxListUndoActions wirken
- Elementweise.
+/* [Explanation]
+ UndoAction to composite multiple Undos in one UndoAction.
+ These actions are used by SfxUndomanager. With < SfxUndoManager::EnterListAction >
+ you can go one composite level down and with < SfxUndoManager::LeaveListAction > up again.
+ Redo and Undo work element wise on SfxListUndoActions.
*/
{
public:
@@ -433,18 +430,16 @@ private:
class SVL_DLLPUBLIC SfxLinkUndoAction : public SfxUndoAction
-/* [Beschreibung]
-
- Die SfxLinkUndoAction dient zur Verbindung zweier SfxUndoManager. Die
- im ersten SfxUndoManager eingefuegten SfxUndoAction leiten ihr Undo und Redo
- an den zweiten weiter, so dass ein Undo und Redo am ersten
- SfxUndoManager wie eine am zweiten wirkt.
+/* [Explanation]
- Die SfxLinkUndoAction ist nach dem Einfuegen der SfxUndoAction am
- zweiten SfxUndoManager einzufuegen. Waehrend der zweite SfxUndoManager
- vom ersten ferngesteuert wird, duerfen an ihm weder Actions eingefuegt werden,
- noch darf Undo/Redo aufgerufen werden.
+ SfxLinkUndoAction is used to link two SfxUndoManager. The Undo/Redos inserted
+ in the first SfxUndoManager redict their Undo/Redo to the second. With this it
+ does not matter, if the undo/redo initially was on the first or the second.
+ After inserting SfxLinkUndoAction on the first SfxUndoManager, you have to
+ insert it on the second as well. While the second SfxUndoManager is steered
+ from the first, you must not insert neither Actions nor issue a undo/redo
+ command to the second, while it is steered by the first.
*/
{