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

Kohei Yoshida kohei.yoshida at gmail.com
Wed Aug 21 22:22:03 PDT 2013


 sc/source/filter/xml/xmlexprt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e90549f3fd57f90c5fa3b2df34cc0b364e09604f
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Thu Aug 22 01:21:37 2013 -0400

    Unused variable.
    
    Change-Id: If63aa3dbc5731f4c17d877cc05dd62ec760984c9

diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 3656f54..480693e 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -1342,7 +1342,7 @@ void ScXMLExport::ExportCellTextAutoStyles(sal_Int32 nTable)
             }
 
             if (!aPropStates.empty())
-                OUString aName = xStylePool->Add(XML_STYLE_FAMILY_TEXT_TEXT, OUString(), aPropStates, false);
+                xStylePool->Add(XML_STYLE_FAMILY_TEXT_TEXT, OUString(), aPropStates, false);
         }
     }
 


More information about the Libreoffice-commits mailing list