[Libreoffice-commits] core.git: ucb/source
Julien Nabet
serval2412 at yahoo.fr
Thu Aug 15 11:35:56 PDT 2013
ucb/source/ucp/webdav-neon/DAVProperties.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit dc3eb6785dea352ae4928c5bbc3915ddf29c1c53
Author: Julien Nabet <serval2412 at 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;
More information about the Libreoffice-commits
mailing list