[Libreoffice-commits] core.git: svx/source

Tomaž Vajngerl quikee at gmail.com
Sun Sep 15 06:51:38 PDT 2013


 svx/source/dialog/rulritem.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 4bc0d4ebe09756b044dc81a9adce1cb95ad9c3f8
Author: Tomaž Vajngerl <quikee at gmail.com>
Date:   Sun Sep 15 15:48:16 2013 +0200

    remove CalcOrtho "redeclaration"
    
    Change-Id: I3a0d74e0232fedc8a3beabebadca45fa8ad841fb

diff --git a/svx/source/dialog/rulritem.cxx b/svx/source/dialog/rulritem.cxx
index a49044c..efcf92e 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;


More information about the Libreoffice-commits mailing list