summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkerem <hallackerem@gmail.com>2017-01-02 00:35:58 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-01-03 14:55:11 +0000
commit909164e474e113b948195822ebf7c14dd21385db (patch)
treee56a07ca1810d20185ba8e048fff37594b61abc1 /include
parenta0f6374670f67646e802aef45d927a8746b2ae12 (diff)
tdf#39674: translated German to English in svdtrans.cxx
Change-Id: Ic46e747a9dbec99e6037c6b35e175ce5b1efdd82 Reviewed-on: https://gerrit.libreoffice.org/32594 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdtrans.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdtrans.hxx b/include/svx/svdtrans.hxx
index 026f930dfe2f..6570a6bee099 100644
--- a/include/svx/svdtrans.hxx
+++ b/include/svx/svdtrans.hxx
@@ -281,7 +281,7 @@ inline bool IsInch(FieldUnit eU) {
class SVX_DLLPUBLIC SdrFormatter {
long nMul_;
long nDiv_;
- short nKomma_;
+ short nComma_;
bool bDirty;
MapUnit eSrcMU;
MapUnit eDstMU;
@@ -291,7 +291,7 @@ public:
SdrFormatter(MapUnit eSrc, MapUnit eDst)
: nMul_(0)
, nDiv_(0)
- , nKomma_(0)
+ , nComma_(0)
, bDirty(true)
, eSrcMU(eSrc)
, eDstMU(eDst)