summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-05-13 18:50:00 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-05-13 20:02:58 +0200
commit054738256c37b007a371249cbbe868ee30d6726d (patch)
tree198655a9f6063d75ff7a2a89425b3bd3fc82ed67 /ucb
parent95bb3305ca1ebfdd99a201d1d3234c820268af19 (diff)
loplugin:unreffun
Change-Id: Ifd544db272652e1e9c45093291ab7f8ae3dd53a0
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx
index 20d8c8a363c7..a4b5dd526cde 100644
--- a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx
+++ b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx
@@ -26,16 +26,6 @@ using namespace http_dav_ucp;
using namespace ::com::sun::star;
-
-struct UCBDeadPropertyValueParseContext
-{
- OUString * pType;
- OUString * pValue;
-
- UCBDeadPropertyValueParseContext() : pType( 0 ), pValue( 0 ) {}
- ~UCBDeadPropertyValueParseContext() { delete pType; delete pValue; }
-};
-
// static
const OUString UCBDeadPropertyValue::aTypeString
= OUString( "string" );