summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/linectrl.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-11 16:41:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-11 16:41:21 +0000
commit9d3b530d10817fffadace6e9cd2f26736759a5fe (patch)
treeefcaec2660c62a37ffa81decdb67976671878e8b /svx/source/tbxctrls/linectrl.cxx
parent45107898db738e0ec936a5cecf1cbde577acc9d4 (diff)
INTEGRATION: CWS vcl07 (1.4.130); FILE MERGED
2003/03/17 15:01:42 ssa 1.4.130.1: #105420# construct valueset with WB_NO_DIRECTSELECT to avoid calling the selecthandler on every keyinput which in turn closes the popup
Diffstat (limited to 'svx/source/tbxctrls/linectrl.cxx')
-rw-r--r--svx/source/tbxctrls/linectrl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx
index e1cc6a1862fb..29513ae5ccc3 100644
--- a/svx/source/tbxctrls/linectrl.cxx
+++ b/svx/source/tbxctrls/linectrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: linectrl.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: cl $ $Date: 2002-11-27 12:21:05 $
+ * last change: $Author: vg $ $Date: 2003-04-11 17:41:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -464,7 +464,7 @@ SvxLineEndWindow::SvxLineEndWindow( USHORT nId, const String& rWndTitle, SfxBind
SfxPopupWindow( nId, WinBits( WB_BORDER | WB_STDFLOATWIN | WB_SIZEABLE | WB_3DLOOK ), rBindings ),
pLineEndList ( NULL ),
- aLineEndSet ( this, WinBits( WB_ITEMBORDER | WB_3DLOOK ) ),
+ aLineEndSet ( this, WinBits( WB_ITEMBORDER | WB_3DLOOK | WB_NO_DIRECTSELECT ) ),
nCols ( 2 ),
nLines ( 12 ),
nLineEndWidth ( 400 ),