summaryrefslogtreecommitdiff
path: root/svx/source/dialog/framelinkarray.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/framelinkarray.cxx')
-rw-r--r--svx/source/dialog/framelinkarray.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/svx/source/dialog/framelinkarray.cxx b/svx/source/dialog/framelinkarray.cxx
index 3107e7ac3408..1ac302b89cc5 100644
--- a/svx/source/dialog/framelinkarray.cxx
+++ b/svx/source/dialog/framelinkarray.cxx
@@ -72,21 +72,6 @@ void Cell::MirrorSelfX( bool bMirrorStyles, bool bSwapDiag )
}
}
-void Cell::MirrorSelfY( bool bMirrorStyles, bool bSwapDiag )
-{
- std::swap( maTop, maBottom );
- std::swap( mnAddTop, mnAddBottom );
- if( bMirrorStyles )
- {
- maTop.MirrorSelf();
- maBottom.MirrorSelf();
- }
- if( bSwapDiag )
- std::swap( maTLBR, maBLTR );
- /* Do not mirror diagonal styles, because they are oriented vertical.
- Therefore swapping the styles is sufficient for correct behaviour. */
-}
-
// ----------------------------------------------------------------------------