summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-21 14:38:41 +0200
committerNoel Grandin <noel@peralex.com>2015-04-22 10:28:41 +0200
commit38143e4599e4ec759a11ea96a4b852bb00a42ab6 (patch)
treeca7259145e28586440c3c49ade6672b9337b4210 /svtools
parent8d3eefd3b2b6dad051247fbd4a8097bb154617e1 (diff)
convert TREEBOX_ALLITEM constants to scoped enum
Change-Id: I46f792fce6ff09f2b00144f401ee396101d8460d
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/contnr/treelistbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx
index ba2e0170ccee..e08f751786af 100644
--- a/svtools/source/contnr/treelistbox.cxx
+++ b/svtools/source/contnr/treelistbox.cxx
@@ -1441,7 +1441,7 @@ void SvTreeListBox::InitTreeView()
nFirstSelTab = 0;
nLastSelTab = 0;
nFocusWidth = -1;
- nAllItemAccRoleType = 0;
+ nAllItemAccRoleType = SvTreeAccRoleType::NONE;
mnCheckboxItemWidth = 0;
Link* pLink = new Link( LINK(this,SvTreeListBox, DefaultCompare) );