diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-10 12:45:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-10 12:53:20 +0300 |
commit | 76fd28341d36b55af448be2703a405d5095bafbd (patch) | |
tree | 97856ff324f705e6e85a6e7e6fef2870c3072b44 /sc | |
parent | b76d47d9ad25fd5c6bc1c4499d000a2ea85079a3 (diff) |
WaE: unreachable code
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/xeescher.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xeescher.cxx b/sc/source/filter/excel/xeescher.cxx index e466614b39f2..2a290c3c1535 100644 --- a/sc/source/filter/excel/xeescher.cxx +++ b/sc/source/filter/excel/xeescher.cxx @@ -136,7 +136,6 @@ static const char *ToHorizAlign( SdrTextHorzAdjust eAdjust ) default: return "left"; } - return "unknown"; } static const char *ToVertAlign( SdrTextVertAdjust eAdjust ) @@ -153,7 +152,6 @@ static const char *ToVertAlign( SdrTextVertAdjust eAdjust ) default: return "top"; } - return "unknown"; } static void lcl_WriteAnchorVertex( sax_fastparser::FSHelperPtr rComments, Rectangle &aRect ) |