Kaydet (Commit) e6773662 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

WaE: duplicateBranch

üst e001ca12
...@@ -877,8 +877,6 @@ RendererPaneStyle::RendererPaneStyle ( ...@@ -877,8 +877,6 @@ RendererPaneStyle::RendererPaneStyle (
meFontAnchor = AnchorLeft; meFontAnchor = AnchorLeft;
else if (sAnchor == OUString(RTL_CONSTASCII_USTRINGPARAM("Right"))) else if (sAnchor == OUString(RTL_CONSTASCII_USTRINGPARAM("Right")))
meFontAnchor = AnchorRight; meFontAnchor = AnchorRight;
else if (sAnchor == OUString(RTL_CONSTASCII_USTRINGPARAM("Center")))
meFontAnchor = AnchorCenter;
else else
meFontAnchor = AnchorCenter; meFontAnchor = AnchorCenter;
......
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