summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optopencl.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-02-13 15:21:01 +0200
committerTor Lillqvist <tml@collabora.com>2015-02-17 10:45:47 +0200
commitbd5d65e54976971ee30f597a125e43d275ec8e81 (patch)
tree08fe5491d79a132b69561e434b0b86d8589ed179 /cui/source/options/optopencl.cxx
parenttdf#87074 null-ref error from NLPSolver in Basic (diff)
downloadcore-bd5d65e54976971ee30f597a125e43d275ec8e81.tar.gz
core-bd5d65e54976971ee30f597a125e43d275ec8e81.zip
Bin some superfluous vertical whitespace
Change-Id: I237c90c6451ff0bd0e7a691516ec8ebe70437e4b
Diffstat (limited to 'cui/source/options/optopencl.cxx')
-rw-r--r--cui/source/options/optopencl.cxx3
1 files changed, 0 insertions, 3 deletions
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: */