summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/CellColorHandler.cxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-06-25 14:00:05 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-06-25 14:00:05 +0200
commit3a06d98fdfc213c3216de92878cff9818427e57a (patch)
tree48a622862e2dadc042aba3000db155205e2bfe2d /writerfilter/source/dmapper/CellColorHandler.cxx
parente5990a9dcd97c2231115eae83770f9e6e7e130e9 (diff)
remove unused variable
Change-Id: I5dd8dc9a3a256e51706d32249260f6561202bbc9
Diffstat (limited to 'writerfilter/source/dmapper/CellColorHandler.cxx')
-rw-r--r--writerfilter/source/dmapper/CellColorHandler.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/CellColorHandler.cxx b/writerfilter/source/dmapper/CellColorHandler.cxx
index 58069d8066e1..a6d36b844d3e 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 )
{