diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-18 13:09:04 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-19 12:10:35 +0000 |
commit | 04ddc7b3d7b22721dd311a24ddd9822342120981 (patch) | |
tree | db132ffe9353d4d4bb941b2993057cf931bcdfab /svx/source/tbxctrls/linectrl.cxx | |
parent | 6a20f95fc9912f54f5817119749940d5dcf4fe90 (diff) |
loplugin:unusedmethods in svx
Change-Id: Ia22e8b55d263224dbb85169b6165a5c116e163aa
Reviewed-on: https://gerrit.libreoffice.org/25088
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source/tbxctrls/linectrl.cxx')
-rw-r--r-- | svx/source/tbxctrls/linectrl.cxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx index a69693f0b883..116491cfab0b 100644 --- a/svx/source/tbxctrls/linectrl.cxx +++ b/svx/source/tbxctrls/linectrl.cxx @@ -245,25 +245,6 @@ VclPtr<vcl::Window> SvxLineWidthToolBoxControl::CreateItemWindow( vcl::Window *p SvxLineEndWindow::SvxLineEndWindow( sal_uInt16 nSlotId, const Reference< XFrame >& rFrame, - const OUString& rWndTitle ) : - SfxPopupWindow( nSlotId, - rFrame, - WinBits( WB_STDPOPUP | WB_OWNERDRAWDECORATION ) ), - aLineEndSet ( VclPtr<ValueSet>::Create(this, WinBits( WB_ITEMBORDER | WB_3DLOOK | WB_NO_DIRECTSELECT )) ), - nCols ( 2 ), - nLines ( 12 ), - nLineEndWidth ( 400 ), - bPopupMode ( true ), - mbInResize ( false ), - mxFrame ( rFrame ) -{ - SetText( rWndTitle ); - implInit(); -} - -SvxLineEndWindow::SvxLineEndWindow( - sal_uInt16 nSlotId, - const Reference< XFrame >& rFrame, vcl::Window* pParentWindow, const OUString& rWndTitle ) : SfxPopupWindow( nSlotId, |