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

New commits:
commit e90549f3fd57f90c5fa3b2df34cc0b364e09604f
Author: Kohei Yoshida <kohei.yosh...@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);
         }
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to