summaryrefslogtreecommitdiff
path: root/include/svx/svdmodel.hxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-03-03 23:45:19 +0100
committerBartosz Kosiorek <gang65@poczta.onet.pl>2018-03-04 02:58:44 +0100
commit615015f2684a2e05944c75275dfef4e2f6c64630 (patch)
treee09078cbf88ef629f7a084b1f58ccfe4b7661004 /include/svx/svdmodel.hxx
parente108a31a8fee09c2fa4031e45e45ed73bbdb7c6f (diff)
Translate German variable names
Akt -> Current in svdmodel (Including translation fix of a two-line comment, where it was no longer clear that it is one.) Change-Id: I00fba0fddc177b709df227316cdfbf7895a61291 Reviewed-on: https://gerrit.libreoffice.org/50706 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'include/svx/svdmodel.hxx')
-rw-r--r--include/svx/svdmodel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index 8cd17f31f6f4..590011ce9f66 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -172,11 +172,11 @@ protected:
sfx2::LinkManager* pLinkManager; // LinkManager
std::unique_ptr<std::deque<std::unique_ptr<SfxUndoAction>>> pUndoStack;
std::unique_ptr<std::deque<std::unique_ptr<SfxUndoAction>>> pRedoStack;
- std::unique_ptr<SdrUndoGroup> pAktUndoGroup; // for deeper
- sal_uInt16 nUndoLevel; // undo nesting
+ std::unique_ptr<SdrUndoGroup> pCurrentUndoGroup; // For multi-level
+ sal_uInt16 nUndoLevel; // undo nesting
bool bMyPool:1; // to clean up pMyPool from 303a
bool mbUndoEnabled:1; // If false no undo is recorded or we are during the execution of an undo action
- bool bExtColorTable:1; // ne separate ColorTable
+ bool bExtColorTable:1; // For no own ColorTable
bool mbChanged:1;
bool bPagNumsDirty:1;
bool bMPgNumsDirty:1;