summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-11-12 19:29:21 -0800
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-02 01:50:19 +0000
commit2c3f95d5810521483f990030e0529bbf37fa90f0 (patch)
tree1462046264a07262c40b6ead1e54f580b991e398
parentbabf6d5e53516e80e8e3f2485796ebfaeb20e9c1 (diff)
remove unnecessary vertical whitespace
Change-Id: I285dab1e18d3455ae97080982832e29a97e5acea Reviewed-on: https://gerrit.libreoffice.org/31513 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--vcl/source/window/dialog.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx
index 194a11b8bea3..688cfb5116e5 100644
--- a/vcl/source/window/dialog.cxx
+++ b/vcl/source/window/dialog.cxx
@@ -898,8 +898,6 @@ short Dialog::Execute()
VclPtr<vcl::Window> xWindow = this;
-
-
css::uno::Reference< css::uno::XComponentContext > xContext(
comphelper::getProcessComponentContext() );
css::uno::Reference<css::frame::XGlobalEventBroadcaster> xEventBroadcaster(css::frame::theGlobalEventBroadcaster::get(xContext), css::uno::UNO_QUERY_THROW);