[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/koffice-essen/libs/odf
From:       Carlos Licea <carlos_licea () hotmail ! com>
Date:       2010-11-16 5:31:27
Message-ID: 20101116053127.54458AC8A3 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1197576 by clicea:

Initialize the KoBorder inside the KoCellStyle and delete it afterwards.

 M  +3 -0      KoCellStyle.cpp  


--- branches/work/koffice-essen/libs/odf/KoCellStyle.cpp #1197575:1197576
@@ -28,11 +28,14 @@
 KOSTYLE_DECLARE_SHARED_POINTER_IMPL(KoCellStyle)
 
 KoCellStyle::KoCellStyle()
+: KoStyle()
+, m_borders(new KoBorder)
 {
 }
 
 KoCellStyle::~KoCellStyle()
 {
+    delete m_borders;
 }
 
 KoBorder* KoCellStyle::borders()
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic