diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-17 11:11:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-22 10:28:39 +0200 |
commit | ed54799117078181eed664c478671f7566871fe5 (patch) | |
tree | 2c070ef7993b0c5ae3470b59f58c3c4eaa9fdcdc /cui | |
parent | 6e3bbbdf0aea17aa3129fb4d11b9667af17a5d1e (diff) |
convert EBBF_ constants to scoped enum
Change-Id: I6f281001a96ebfbca20f3e8dd3423945e119eef0
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/connpooloptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/connpooloptions.cxx b/cui/source/options/connpooloptions.cxx index bd71f71c08ab..a025522724c0 100644 --- a/cui/source/options/connpooloptions.cxx +++ b/cui/source/options/connpooloptions.cxx @@ -88,7 +88,7 @@ namespace offapp DriverListControl::DriverListControl(vcl::Window* _pParent) - :EditBrowseBox(_pParent, EBBF_NOROWPICTURE, WB_BORDER, + :EditBrowseBox(_pParent, EditBrowseBoxFlags::NO_HANDLE_COLUMN_CONTENT, WB_BORDER, BrowserMode::AUTO_VSCROLL | BrowserMode::AUTO_HSCROLL | BrowserMode::HIDECURSOR | BrowserMode::AUTOSIZE_LASTCOL | BrowserMode::KEEPHIGHLIGHT) ,m_aSeekRow(m_aSettings.end()) ,m_sYes(CUI_RES(RID_SVXSTR_YES)) |