From dc3eb6785dea352ae4928c5bbc3915ddf29c1c53 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 15 Aug 2013 20:35:27 +0200 Subject: Fix unused variable (sPropName) Change-Id: I8fc579cde3a3ce40c75dd0a23990a831d9558add --- ucb/source/ucp/webdav-neon/DAVProperties.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'ucb') diff --git a/ucb/source/ucp/webdav-neon/DAVProperties.cxx b/ucb/source/ucp/webdav-neon/DAVProperties.cxx index 1daf6d5f503c..8015b123a2e9 100644 --- a/ucb/source/ucp/webdav-neon/DAVProperties.cxx +++ b/ucb/source/ucp/webdav-neon/DAVProperties.cxx @@ -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; -- cgit