summaryrefslogtreecommitdiff
path: root/svtools/source/toolpanel/tabbargeometry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/toolpanel/tabbargeometry.cxx')
-rw-r--r--svtools/source/toolpanel/tabbargeometry.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svtools/source/toolpanel/tabbargeometry.cxx b/svtools/source/toolpanel/tabbargeometry.cxx
index 0eb4fddd1b12..43036233ed90 100644
--- a/svtools/source/toolpanel/tabbargeometry.cxx
+++ b/svtools/source/toolpanel/tabbargeometry.cxx
@@ -141,8 +141,7 @@ namespace svt
lcl_mirrorHorizontally( aReference, aResult );
}
}
- else
- if ( i_eTargetAlignment == TABS_BOTTOM )
+ else if ( i_eTargetAlignment == TABS_BOTTOM )
{
lcl_mirrorVertically( m_aReference, aResult );
}
@@ -169,8 +168,7 @@ namespace svt
lcl_rotate( aReference, aResult, false );
}
- else
- if ( i_eTargetAlignment == TABS_BOTTOM )
+ else if ( i_eTargetAlignment == TABS_BOTTOM )
{
lcl_mirrorVertically( m_aReference, aResult );
}