summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2011-03-21 17:02:20 +0100
committerVladimir Glazunov <vg@openoffice.org>2011-03-21 17:02:20 +0100
commit6f80af3e56f4d3ac692172facd683e16df977c20 (patch)
tree972114e9143a212735a787ffcf1b9436a6baf1b4 /svtools
parentmasterfix DEV300: #i117352#,#i10000# WaE converting to non-pointer type sal_u... (diff)
parentAutomated merge with file:///d:\tools\master\ooo (diff)
downloadcore-6f80af3e56f4d3ac692172facd683e16df977c20.tar.gz
core-6f80af3e56f4d3ac692172facd683e16df977c20.zip
CWS-TOOLING: integrate CWS dba34c
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/unoiface.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx
index a60a210e8fa7..18af2c696a8c 100644
--- a/svtools/source/uno/unoiface.cxx
+++ b/svtools/source/uno/unoiface.cxx
@@ -80,6 +80,7 @@ SAL_DLLPUBLIC_EXPORT Window* CreateWindow( VCLXWindow** ppNewComp, const ::com::
if ( pParent )
{
pWindow = new MultiLineEdit( pParent, nWinBits|WB_IGNORETAB);
+ static_cast< MultiLineEdit* >( pWindow )->DisableSelectionOnFocus();
*ppNewComp = new VCLXMultiLineEdit;
}
else