Kaydet (Commit) fae7e0af authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variables

Change-Id: I8a4d15a7d7948a19df0fb8a585969d56f9918772
üst 606d7783
...@@ -172,7 +172,7 @@ sal_uInt32 DffRecord::getShapeType() ...@@ -172,7 +172,7 @@ sal_uInt32 DffRecord::getShapeType()
{ {
sal_uInt32 nResult = 0; sal_uInt32 nResult = 0;
Records_t aRecords = findRecords(0xf00a); findRecords(0xf00a);
return nResult; return nResult;
} }
...@@ -181,7 +181,7 @@ sal_uInt32 DffRecord::getShapeId() ...@@ -181,7 +181,7 @@ sal_uInt32 DffRecord::getShapeId()
{ {
sal_uInt32 nResult = 0; sal_uInt32 nResult = 0;
Records_t aRecords = findRecords(0xf00a); findRecords(0xf00a);
return nResult; return nResult;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment