diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-09-15 15:48:16 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-09-15 15:48:16 +0200 |
commit | 4bc0d4ebe09756b044dc81a9adce1cb95ad9c3f8 (patch) | |
tree | 37b3b140006f11306ebc84358c858e11ff77d188 /svx | |
parent | 13aedd1d0ec1ef4c5687c207eb1d9c986c1299d9 (diff) |
remove CalcOrtho "redeclaration"
Change-Id: I3a0d74e0232fedc8a3beabebadca45fa8ad841fb
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/rulritem.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/dialog/rulritem.cxx b/svx/source/dialog/rulritem.cxx index a49044cceddb..efcf92eb1112 100644 --- a/svx/source/dialog/rulritem.cxx +++ b/svx/source/dialog/rulritem.cxx @@ -675,8 +675,6 @@ sal_Bool SvxColumnItem::IsTable() const return bTable; } -sal_Bool SvxColumnItem::CalcOrtho() const; - void SvxColumnItem::SetOrtho(sal_Bool bVal) { bOrtho = bVal; |