WaE: unreachable code
This commit is contained in:
parent
8f8e25250d
commit
e3ec70c557
1 changed files with 0 additions and 2 deletions
|
@ -78,7 +78,6 @@ static sal_Int32 lcl_ToHorizAlign( sal_Int32 nAlign )
|
|||
default:
|
||||
return SDRTEXTHORZADJUST_BLOCK;
|
||||
}
|
||||
return SDRTEXTHORZADJUST_LEFT;
|
||||
}
|
||||
|
||||
static sal_Int32 lcl_ToVertAlign( sal_Int32 nAlign )
|
||||
|
@ -94,7 +93,6 @@ static sal_Int32 lcl_ToVertAlign( sal_Int32 nAlign )
|
|||
default:
|
||||
return SDRTEXTVERTADJUST_BLOCK;
|
||||
}
|
||||
return SDRTEXTVERTADJUST_TOP;
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
|
|
Loading…
Reference in a new issue