summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optopencl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-20 10:24:32 +0200
committerNoel Grandin <noel@peralex.com>2015-04-22 10:28:40 +0200
commit321d924f157ffbe05b9a9286ac7cb9d5f6bfe45c (patch)
tree71a5c44ad98d44baca8ff2e177995dbf852589f9 /cui/source/options/optopencl.cxx
parentconvert FILEVIEW_ constants to scoped enum (diff)
downloadcore-321d924f157ffbe05b9a9286ac7cb9d5f6bfe45c.tar.gz
core-321d924f157ffbe05b9a9286ac7cb9d5f6bfe45c.zip
convert HIB_ constants to scoped enum
Change-Id: I6fa3ecde4a1c5f9c7e6e1dcd22250cba065933e3
Diffstat (limited to 'cui/source/options/optopencl.cxx')
-rw-r--r--cui/source/options/optopencl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optopencl.cxx b/cui/source/options/optopencl.cxx
index 1c7df8c7c879..e6703b08738d 100644
--- a/cui/source/options/optopencl.cxx
+++ b/cui/source/options/optopencl.cxx
@@ -78,7 +78,7 @@ SvxOpenCLTabPage::SvxOpenCLTabPage(vcl::Window* pParent, const SfxItemSet& rSet)
HeaderBar &rBlBar = mpBlackList->GetTheHeaderBar();
HeaderBar &rWiBar = mpWhiteList->GetTheHeaderBar();
- WinBits nHBits = HIB_LEFT | HIB_VCENTER | HIB_CLICKABLE;
+ HeaderBarItemBits nHBits = HeaderBarItemBits::LEFT | HeaderBarItemBits::VCENTER | HeaderBarItemBits::CLICKABLE;
rBlBar.InsertItem( 1, mpOS->GetText(), 0, nHBits );
rBlBar.InsertItem( 2, mpOSVersion->GetText(), 0, nHBits );
rBlBar.InsertItem( 3, mpVendor->GetText(), 0, nHBits );