summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-08-22 01:21:37 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-08-22 01:23:17 -0400
commite90549f3fd57f90c5fa3b2df34cc0b364e09604f (patch)
treee6d19f6021d010bc96cdf1ebe5e15e56dc5bc351
parentaf14ad6c20f9e8422a1016b650c7d83a5cc7dc00 (diff)
Unused variable.
Change-Id: If63aa3dbc5731f4c17d877cc05dd62ec760984c9
-rw-r--r--sc/source/filter/xml/xmlexprt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 3656f54c64c9..480693eae7df 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);
}
}