From bd5d65e54976971ee30f597a125e43d275ec8e81 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 13 Feb 2015 15:21:01 +0200 Subject: Bin some superfluous vertical whitespace Change-Id: I237c90c6451ff0bd0e7a691516ec8ebe70437e4b --- cui/source/options/optopencl.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'cui/source/options/optopencl.cxx') diff --git a/cui/source/options/optopencl.cxx b/cui/source/options/optopencl.cxx index 9910d962566b..c43af1c7e335 100644 --- a/cui/source/options/optopencl.cxx +++ b/cui/source/options/optopencl.cxx @@ -78,7 +78,6 @@ SvxOpenCLTabPage::SvxOpenCLTabPage(vcl::Window* pParent, const SfxItemSet& rSet) HeaderBar &rBlBar = mpBlackList->GetTheHeaderBar(); HeaderBar &rWiBar = mpWhiteList->GetTheHeaderBar(); - WinBits nHBits = HIB_LEFT | HIB_VCENTER | HIB_CLICKABLE; rBlBar.InsertItem( 1, mpOS->GetText(), 0, nHBits ); rBlBar.InsertItem( 2, mpOSVersion->GetText(), 0, nHBits ); @@ -375,6 +374,4 @@ IMPL_LINK_NOARG(SvxOpenCLTabPage, EnableOpenCLHdl) return 0; } - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit