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

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Tue Jun 30 02:23:05 PDT 2015


 sw/source/core/unocore/unotbl.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 8baeb65c2a8179d9b29589e83cfcb45c120e4cec
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Tue Jun 30 11:05:22 2015 +0200

    remove spurious line (should fix OSX)
    
    Change-Id: If422726f83532430f666ae17f6f71e2ccf5733cb

diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index fd3e489..a82ce75 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -1222,7 +1222,6 @@ double SwXCell::GetForcedNumericalValue() const
 
 uno::Any SwXCell::GetAny() const
 {
-    SwTableBox* GetTableBox();
     if(!pBox)
         throw uno::RuntimeException();
     // check if table box value item is set


More information about the Libreoffice-commits mailing list