summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-25 07:00:23 +0200
committerNoel Grandin <noel@peralex.com>2015-11-25 08:25:10 +0200
commita4af308d90463049379557e2efc0205972164384 (patch)
treea3e4fbe6151cd78c8122640ec0f4f11b5383be58 /cui
parent234884c09db0301b9f0b3336f9b0dbb9523ee005 (diff)
loplugin:unusedfields in include/svx
Change-Id: I946c64d103f3666e5bbff16d95a5c8e65a3750dc
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/tpbitmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx
index 88409708d340..460fef5b15a9 100644
--- a/cui/source/tabpages/tpbitmap.cxx
+++ b/cui/source/tabpages/tpbitmap.cxx
@@ -95,7 +95,7 @@ SvxBitmapTabPage::SvxBitmapTabPage( vcl::Window* pParent, const SfxItemSet& rIn
m_pCtlPreview->set_width_request(aSize2.Width());
m_pCtlPreview->set_height_request(aSize2.Height());
- m_pBitmapCtl = new SvxBitmapCtl(this, aSize2);
+ m_pBitmapCtl = new SvxBitmapCtl;
// this page needs ExchangeSupport
SetExchangeSupport();