diff options
author | melikeyurtoglu <aysemelikeyurtoglu@gmail.com> | 2016-11-04 00:37:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-04 07:18:19 +0000 |
commit | 02eaf40ba04e970d88e37ef15963a409e375a7ad (patch) | |
tree | d4508eef26fc944172167b814d639553e131cfd2 /sd/source/ui/dlg/sdtreelb.cxx | |
parent | fc8f32adc2c940f4e35f7bd2acae5e5ff5f71971 (diff) |
tdf#91222 VclBuilder constructor cleanup
Change-Id: I619cb50c3475519921ffd318b32875ae4ff2c0b8
Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/30545
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/dlg/sdtreelb.cxx')
-rw-r--r-- | sd/source/ui/dlg/sdtreelb.cxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx index c210ac4988d0..19baf9a76f07 100644 --- a/sd/source/ui/dlg/sdtreelb.cxx +++ b/sd/source/ui/dlg/sdtreelb.cxx @@ -96,14 +96,7 @@ SdPageObjsTLB::SdPageObjsTransferable::SdPageObjsTransferable( rParent.SetupDragOrigin(); } -VCL_BUILDER_DECL_FACTORY(SdPageObjsTLB) -{ - WinBits nWinStyle = WB_TABSTOP; - OString sBorder = VclBuilder::extractCustomProperty(rMap); - if (!sBorder.isEmpty()) - nWinStyle |= WB_BORDER; - rRet = VclPtr<SdPageObjsTLB>::Create(pParent, nWinStyle); -} +VCL_BUILDER_FACTORY_CONSTRUCTOR(SdPageObjsTLB, WB_TABSTOP) SdPageObjsTLB::SdPageObjsTransferable::~SdPageObjsTransferable() { |