summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-02-25 05:41:44 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-02-25 05:43:16 +0100
commit76b3e61bb4ac66decd7800ef309f3241e77d538f (patch)
tree6b5f3e8a2c644386f6569b009237ee63040bcde2 /ucb/source/ucp/webdav-neon
parent7cbeac07d21413443889e6ee777a428782e746ae (diff)
loplugin: unused variables
Change-Id: I07b82471f0f32e9e894d4eb392beedeafc6be0c7
Diffstat (limited to 'ucb/source/ucp/webdav-neon')
-rw-r--r--ucb/source/ucp/webdav-neon/webdavcontent.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index a00763e7540d..5c2aa05d593d 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -1896,7 +1896,6 @@ uno::Any Content::open(
// Unreachable
}
- rtl::OUString aURL = m_xIdentifier->getContentIdentifier();
uno::Reference< io::XOutputStream > xOut
= uno::Reference< io::XOutputStream >( rArg.Sink, uno::UNO_QUERY );
if ( xOut.is() )
@@ -2639,8 +2638,6 @@ void Content::destroy( sal_Bool bDeletePhysical )
throw( uno::Exception )
{
// @@@ take care about bDeletePhysical -> trashcan support
- rtl::OUString aURL = m_xIdentifier->getContentIdentifier();
-
uno::Reference< ucb::XContent > xThis = this;
deleted();