Kaydet (Commit) dc3eb678 authored tarafından Julien Nabet's avatar Julien Nabet

Fix unused variable (sPropName)

Change-Id: I8fc579cde3a3ce40c75dd0a23990a831d9558add
üst 3b51ba24
......@@ -183,8 +183,6 @@ bool DAVProperties::isUCBSpecialProperty(
if ( nEnd <= nStart ) // incl. -1 for "not found"
return false;
OUString sPropName = rFullName.copy( nStart, nEnd - nStart );
// TODO skip whitespaces?
if ( !rFullName.match( "xmlns:prop=\"", ++nEnd ) )
return false;
......
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