summaryrefslogtreecommitdiff
path: root/include/svx/svdmodel.hxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-02-19 15:24:47 +0000
committerMichael Stahl <mstahl@redhat.com>2017-02-21 10:51:21 +0000
commit54f53f79f077aa42275d097aed24cca1220c0f16 (patch)
tree3750297eb13cacb90ed39d77a2d2644c1ee14cd6 /include/svx/svdmodel.hxx
parent0a99b5a1b7325454fe3d1174d44354888aa22012 (diff)
Translate German variable names
This is to follow up on the commit 9bbc168c29d3f48839d40173f5467228ce9a7268 by: - Changing "Comma" to "DecimalMark" - Changing "VorComma" (literally "before comma") to "BeforeDecimalMark" Change-Id: I3eff7024df56c701ac721a1e74645c8be764bff4 Reviewed-on: https://gerrit.libreoffice.org/34429 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/svdmodel.hxx')
-rw-r--r--include/svx/svdmodel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index e53a42241c52..3e8f77a09bf5 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -154,7 +154,7 @@ protected:
Fraction aUIScale; // see above
OUString aUIUnitStr; // see above
Fraction aUIUnitFact; // see above
- int nUIUnitComma; // see above
+ int nUIUnitDecimalMark; // see above
SdrLayerAdmin* pLayerAdmin;
SfxItemPool* pItemPool;
@@ -174,7 +174,7 @@ protected:
SdrUndoGroup* pAktUndoGroup; // for deeper
sal_uInt16 nUndoLevel; // undo nesting
bool bMyPool:1; // to clean up pMyPool from 303a
- bool bUIOnlyComma:1; // see eUIUnit
+ bool bUIOnlyDecimalMark:1; // see eUIUnit
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 mbChanged:1;