summaryrefslogtreecommitdiff
path: root/svx/inc/svx/framelinkarray.hxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-08-25 01:11:16 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-08-25 11:31:14 +0200
commita352018c76028b332ccc50be6ee12c16f75aac25 (patch)
tree77e5d5d4855bdc238bb3844c35f3bbf85bbd1adb /svx/inc/svx/framelinkarray.hxx
parent24b0d0a0a247cf1cb39b8c2f544f48ce1aecc45d (diff)
unusedcode: svx::, svxform::
Diffstat (limited to 'svx/inc/svx/framelinkarray.hxx')
-rw-r--r--svx/inc/svx/framelinkarray.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/inc/svx/framelinkarray.hxx b/svx/inc/svx/framelinkarray.hxx
index ab952eb6e2b7..86a3ab1f36c2 100644
--- a/svx/inc/svx/framelinkarray.hxx
+++ b/svx/inc/svx/framelinkarray.hxx
@@ -65,7 +65,6 @@ struct Cell
inline bool IsOverlapped() const { return mbOverlapX || mbOverlapY; }
void MirrorSelfX( bool bMirrorStyles, bool bSwapDiag );
- void MirrorSelfY( bool bMirrorStyles, bool bSwapDiag );
};
typedef std::vector< long > LongVec;