summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-17 11:11:23 +0200
committerNoel Grandin <noel@peralex.com>2015-04-22 10:28:39 +0200
commited54799117078181eed664c478671f7566871fe5 (patch)
tree2c070ef7993b0c5ae3470b59f58c3c4eaa9fdcdc /sw
parent6e3bbbdf0aea17aa3129fb4d11b9667af17a5d1e (diff)
convert EBBF_ constants to scoped enum
Change-Id: I6f281001a96ebfbca20f3e8dd3423945e119eef0
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/index/cnttab.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index 2e7a0195d3f6..b086d92da3d7 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -3696,7 +3696,7 @@ void SwTOXStylesTabPage::Modify()
#define ITEM_WORDONLY 7
SwEntryBrowseBox::SwEntryBrowseBox(vcl::Window* pParent, VclBuilderContainer* pBuilder)
- : SwEntryBrowseBox_Base( pParent, EBBF_NONE, WB_TABSTOP | WB_BORDER,
+ : SwEntryBrowseBox_Base( pParent, EditBrowseBoxFlags::NONE, WB_TABSTOP | WB_BORDER,
BrowserMode::KEEPHIGHLIGHT |
BrowserMode::COLUMNSELECTION |
BrowserMode::MULTISELECTION |