diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-18 20:15:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-20 19:48:49 +0200 |
commit | 5dbb5f7266a8af21544fdd795adbc01e14cfe219 (patch) | |
tree | 62abd5b2fc15319b9123f0ad0bd049d3eeace364 /svtools/source | |
parent | a1e897a46f2ada5e93ccd52d3ac382ee1a54c41c (diff) |
drop EnableSelectAll
Change-Id: I57dcca28daf7fe8544ee524b8b41bbc1fe591fac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92489
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/control/ctrlbox.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx index 0fe1a5d47a5c..51895051551f 100644 --- a/svtools/source/control/ctrlbox.cxx +++ b/svtools/source/control/ctrlbox.cxx @@ -332,7 +332,6 @@ void DrawLine( OutputDevice& rDev, const basegfx::B2DPoint& rP1, const basegfx:: FontNameBox::FontNameBox( vcl::Window* pParent, WinBits nWinStyle ) : ComboBox( pParent, nWinStyle ) { - EnableSelectAll(); mbWYSIWYG = false; InitFontMRUEntriesFile(); } |