Hi. i send a patch for libreoffice (fich cell.cxx)
thanks
From d0214f5201839066f495a285721dfddbcdeb816a Mon Sep 17 00:00:00 2001
From: Jose Manuel <jmreca...@gmail.com>
Date: Sun, 22 Apr 2012 00:21:24 +0200
Subject: [PATCH] cell.cxx

---
 core/sc/source/core/data/cell.cxx |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/core/sc/source/core/data/cell.cxx b/core/sc/source/core/data/cell.cxx
index 9ccadde..a4e5361 100644
--- a/core/sc/source/core/data/cell.cxx
+++ b/core/sc/source/core/data/cell.cxx
@@ -657,11 +657,6 @@ ScValueCell::~ScValueCell()
 
 // ============================================================================
 
-ScStringCell::ScStringCell() :
-    ScBaseCell( CELLTYPE_STRING )
-{
-}
-
 ScStringCell::ScStringCell( const rtl::OUString& rString ) :
     ScBaseCell( CELLTYPE_STRING ),
     maString( rString.intern() )
-- 
1.7.4.1

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to