diff options
author | kerem <hallackerem@gmail.com> | 2016-12-31 17:34:30 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-01-01 19:38:12 +0000 |
commit | 9bbc168c29d3f48839d40173f5467228ce9a7268 (patch) | |
tree | 8de21ecbddea7d2df6dcc6cf3cbc79dd191cd7fe /include | |
parent | 0f4eb22d5f3a86af9e5f8042c69e4ddf4a350b93 (diff) |
fdo#39674: translated German to English in svdmodel.cxx
Change-Id: I48992d2738de40060239b4c25c4adbe64c97b4be
Reviewed-on: https://gerrit.libreoffice.org/32537
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdmodel.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index 79337a826a60..71c0e3ef7831 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -155,7 +155,7 @@ protected: Fraction aUIScale; // see above OUString aUIUnitStr; // see above Fraction aUIUnitFact; // see above - int nUIUnitKomma; // see above + int nUIUnitComma; // see above SdrLayerAdmin* pLayerAdmin; SfxItemPool* pItemPool; @@ -175,7 +175,7 @@ protected: SdrUndoGroup* pAktUndoGroup; // for deeper sal_uInt16 nUndoLevel; // undo nesting bool bMyPool:1; // to clean up pMyPool from 303a - bool bUIOnlyKomma:1; // see eUIUnit + bool bUIOnlyComma: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; |