[Libreoffice-commits] .: writerfilter/source

Lubos Lunak llunak at kemper.freedesktop.org
Mon Feb 14 08:12:27 PST 2011


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

New commits:
commit ffddb2205544d76203467bd1cdda5a529ecc759c
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Fri Feb 11 18:14:37 2011 +0100

    these variables are used, do not (void)var them

diff --git a/writerfilter/source/dmapper/CellColorHandler.cxx b/writerfilter/source/dmapper/CellColorHandler.cxx
index 6f9c376..416a02c 100644
--- a/writerfilter/source/dmapper/CellColorHandler.cxx
+++ b/writerfilter/source/dmapper/CellColorHandler.cxx
@@ -56,8 +56,6 @@ CellColorHandler::~CellColorHandler()
 void CellColorHandler::attribute(Id rName, Value & rVal)
 {
     sal_Int32 nIntValue = rVal.getInt();
-    (void)nIntValue;
-    (void)rName;
     switch( rName )
     {
         case NS_rtf::LN_cellTopColor:


More information about the Libreoffice-commits mailing list