diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-08-15 20:35:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-08-15 20:35:27 +0200 |
commit | dc3eb6785dea352ae4928c5bbc3915ddf29c1c53 (patch) | |
tree | 7b6b7c48108664532ef03a926aa11318b963d3f5 /ucb/source | |
parent | 3b51ba24bed97d9f40a0b0e3e3e1c3ae15db1629 (diff) |
Fix unused variable (sPropName)
Change-Id: I8fc579cde3a3ce40c75dd0a23990a831d9558add
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/webdav-neon/DAVProperties.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; |