summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/linectrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/linectrl.cxx')
-rw-r--r--svx/source/tbxctrls/linectrl.cxx19
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,