summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2011-03-04 07:53:39 +0100
committerOcke Janssen <oj@openoffice.org>2011-03-04 07:53:39 +0100
commit15a1619ad2a344c3d585bde14bb4e7e37e8eac1e (patch)
tree77b565e5572260b7277f347328b683b3e16a89d6 /svtools
parente2a3d487efb2bd5e582eb10e4150530c3f7377c5 (diff)
parent18202982bd848d50ee7441b166bc18bdc196537f (diff)
Automated merge with file:///d:\tools\master\ooo
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