diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 20:04:35 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 20:57:04 +0100 |
commit | e6773662df70742db888c006db60b5c9a1ad9f5d (patch) | |
tree | 4ec1c31b6a83fed7bfd6df69d24d9d379b2f7cde /sdext | |
parent | e001ca128010317f30f88def27625768043b1fa7 (diff) |
WaE: duplicateBranch
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterPaneBorderPainter.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterPaneBorderPainter.cxx b/sdext/source/presenter/PresenterPaneBorderPainter.cxx index 4ddcf7411cd2..5d8ec96cd076 100644 --- a/sdext/source/presenter/PresenterPaneBorderPainter.cxx +++ b/sdext/source/presenter/PresenterPaneBorderPainter.cxx @@ -877,8 +877,6 @@ RendererPaneStyle::RendererPaneStyle ( meFontAnchor = AnchorLeft; else if (sAnchor == OUString(RTL_CONSTASCII_USTRINGPARAM("Right"))) meFontAnchor = AnchorRight; - else if (sAnchor == OUString(RTL_CONSTASCII_USTRINGPARAM("Center"))) - meFontAnchor = AnchorCenter; else meFontAnchor = AnchorCenter; |