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

Tor Lillqvist tml at collabora.com
Sun Nov 10 00:43:46 PST 2013


 writerfilter/source/doctok/Dff.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fae7e0af3c2751e41faddf6406802cecf8590d81
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Nov 10 10:43:15 2013 +0200

    WaE: unused variables
    
    Change-Id: I8a4d15a7d7948a19df0fb8a585969d56f9918772

diff --git a/writerfilter/source/doctok/Dff.cxx b/writerfilter/source/doctok/Dff.cxx
index 10b6dd1..08e0a5f 100644
--- a/writerfilter/source/doctok/Dff.cxx
+++ b/writerfilter/source/doctok/Dff.cxx
@@ -172,7 +172,7 @@ sal_uInt32 DffRecord::getShapeType()
 {
     sal_uInt32 nResult = 0;
 
-    Records_t aRecords = findRecords(0xf00a);
+    findRecords(0xf00a);
 
     return nResult;
 }
@@ -181,7 +181,7 @@ sal_uInt32 DffRecord::getShapeId()
 {
     sal_uInt32 nResult = 0;
 
-    Records_t aRecords = findRecords(0xf00a);
+    findRecords(0xf00a);
 
     return nResult;
 }


More information about the Libreoffice-commits mailing list