ucb/source/ucp/webdav-neon/DAVProperties.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit dc3eb6785dea352ae4928c5bbc3915ddf29c1c53 Author: Julien Nabet <serval2...@yahoo.fr> Date: Thu Aug 15 20:35:27 2013 +0200 Fix unused variable (sPropName) Change-Id: I8fc579cde3a3ce40c75dd0a23990a831d9558add diff --git a/ucb/source/ucp/webdav-neon/DAVProperties.cxx b/ucb/source/ucp/webdav-neon/DAVProperties.cxx index 1daf6d5..8015b12 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits