summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-27 13:47:57 +0200
committerNoel Grandin <noel@peralex.com>2015-05-28 12:47:05 +0200
commit4c93c30c79ae885d488a8a04d383fe5308a1d520 (patch)
treec0309401c718c0459dd1a0035bcbddd113d655b8 /sw/source/ui/index
parent46a985feca255abbebf826be6103ee8cc7f2cde1 (diff)
convert GETFOCUS constants to scoped enum
Change-Id: I7c324bb6358be28c119592850eb7607479279f09
Diffstat (limited to 'sw/source/ui/index')
-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 4dcb18ded161..0324d6fe2f7e 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -3576,7 +3576,7 @@ IMPL_LINK(SwTokenWindow, TbxFocusBtnHdl, SwTOXButton*, pBtn )
void SwTokenWindow::GetFocus()
{
- if(GETFOCUS_TAB & GetGetFocusFlags())
+ if(GetFocusFlags::Tab & GetGetFocusFlags())
{
if (!aControlList.empty())
{