Kaydet (Commit) e89804f1 authored tarafından Philipp Riemer's avatar Philipp Riemer

fdo#39468: Translate German comments in sw/source/core/graphic

Change-Id: Ic78269f73b31125d7326b9aa1bfca76d7e881177
üst 24c3a58a
...@@ -79,7 +79,7 @@ bool SwMirrorGrf::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const ...@@ -79,7 +79,7 @@ bool SwMirrorGrf::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const
{ {
bool bRet = true; bool bRet = true;
sal_Bool bVal; sal_Bool bVal;
// Vertikal und Horizontal sind mal getauscht worden! // vertical and horizontal were swapped at some point
nMemberId &= ~CONVERT_TWIPS; nMemberId &= ~CONVERT_TWIPS;
switch ( nMemberId ) switch ( nMemberId )
{ {
...@@ -105,7 +105,7 @@ bool SwMirrorGrf::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) ...@@ -105,7 +105,7 @@ bool SwMirrorGrf::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId )
{ {
bool bRet = true; bool bRet = true;
sal_Bool bVal = *(sal_Bool*)rVal.getValue(); sal_Bool bVal = *(sal_Bool*)rVal.getValue();
// Vertikal und Horizontal sind mal getauscht worden! // vertical and horizontal were swapped at some point
nMemberId &= ~CONVERT_TWIPS; nMemberId &= ~CONVERT_TWIPS;
switch ( nMemberId ) switch ( nMemberId )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment