summaryrefslogtreecommitdiff
path: root/sd/source/ui/app
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-21 14:21:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-22 08:43:48 +0200
commit450bf26c23bf2bb4346236778ef066c6e215eafe (patch)
tree15870c0d010c416430a594a0217a6209cf1a03f4 /sd/source/ui/app
parentd740173b9cc0d05206349826f55d2b3444204056 (diff)
loplugin:unusedfields in sd part2
Change-Id: I14b34e08d7bb000bce1625bd0d16050b1269f3e8 Reviewed-on: https://gerrit.libreoffice.org/39060 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/app')
-rw-r--r--sd/source/ui/app/sdxfer.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/app/sdxfer.cxx b/sd/source/ui/app/sdxfer.cxx
index a1409fac1854..f2151019e8d5 100644
--- a/sd/source/ui/app/sdxfer.cxx
+++ b/sd/source/ui/app/sdxfer.cxx
@@ -94,7 +94,6 @@ SdTransferable::SdTransferable( SdDrawDocument* pSrcDoc, ::sd::View* pWorkView,
, mbLateInit( bInitOnGetData )
, mbPageTransferable( false )
, mbPageTransferablePersistent( false )
-, mbIsUnoObj( false )
, maUserData()
{
if( mpSourceDoc )
@@ -249,8 +248,6 @@ void SdTransferable::CreateObjectReplacement( SdrObject* pObj )
if( pInfo )
mpImageMap = new ImageMap( pInfo->GetImageMap() );
-
- mbIsUnoObj = pObj && pObj->IsUnoObj();
}
}