summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/contentinfo.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-12 15:12:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-12 16:12:18 +0200
commit240974561685ff44c1abf5157a043d0fde4654d1 (patch)
tree26f2bca7a3c1e34c4656906ae6d7e5cad260623a /ucbhelper/source/provider/contentinfo.cxx
parent1334ee97787aa7cea399fa7f1633aea84ff8047d (diff)
loplugin:simplifyconstruct in ucbhelper..vcl
Change-Id: Id435bb3289dcfd9a7aeca6a661e249085958cb7c Reviewed-on: https://gerrit.libreoffice.org/60392 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucbhelper/source/provider/contentinfo.cxx')
-rw-r--r--ucbhelper/source/provider/contentinfo.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/ucbhelper/source/provider/contentinfo.cxx b/ucbhelper/source/provider/contentinfo.cxx
index d2cfa62f43eb..339f927db18f 100644
--- a/ucbhelper/source/provider/contentinfo.cxx
+++ b/ucbhelper/source/provider/contentinfo.cxx
@@ -42,7 +42,6 @@ PropertySetInfo::PropertySetInfo(
const uno::Reference< css::ucb::XCommandEnvironment >& rxEnv,
ContentImplHelper* pContent )
: m_xEnv( rxEnv ),
- m_pProps( nullptr ),
m_pContent( pContent )
{
}
@@ -211,7 +210,6 @@ CommandProcessorInfo::CommandProcessorInfo(
const uno::Reference< css::ucb::XCommandEnvironment >& rxEnv,
ContentImplHelper* pContent )
: m_xEnv( rxEnv ),
- m_pCommands( nullptr ),
m_pContent( pContent )
{
}