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

Luboš Luňák l.lunak at suse.cz
Tue Jun 25 05:00:33 PDT 2013


 writerfilter/source/dmapper/CellColorHandler.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 3a06d98fdfc213c3216de92878cff9818427e57a
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Tue Jun 25 14:00:05 2013 +0200

    remove unused variable
    
    Change-Id: I5dd8dc9a3a256e51706d32249260f6561202bbc9

diff --git a/writerfilter/source/dmapper/CellColorHandler.cxx b/writerfilter/source/dmapper/CellColorHandler.cxx
index 58069d8..a6d36b8 100644
--- a/writerfilter/source/dmapper/CellColorHandler.cxx
+++ b/writerfilter/source/dmapper/CellColorHandler.cxx
@@ -49,7 +49,6 @@ CellColorHandler::~CellColorHandler()
 
 void CellColorHandler::lcl_attribute(Id rName, Value & rVal)
 {
-    OUString stringValue = rVal.getString();
     sal_Int32 nIntValue = rVal.getInt();
     switch( rName )
     {


More information about the Libreoffice-commits mailing list