summaryrefslogtreecommitdiff
path: root/vcl/source/window/weldutils.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/weldutils.cxx')
-rw-r--r--vcl/source/window/weldutils.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/vcl/source/window/weldutils.cxx b/vcl/source/window/weldutils.cxx
deleted file mode 100644
index 9a36f23b92d5..000000000000
--- a/vcl/source/window/weldutils.cxx
+++ /dev/null
@@ -1,21 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-#include <sal/config.h>
-
-#include <comphelper/servicehelper.hxx>
-#include <vcl/weldutils.hxx>
-
-css::uno::Sequence<sal_Int8> const& weld::TransportAsXWindow::getUnoTunnelId()
-{
- static comphelper::UnoIdInit const id;
- return id.getSeq();
-}
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */