From aec3466c3e3d257a8e6d4af81b634a6addbc87bd Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 31 Mar 2015 14:25:58 +0200 Subject: sw: remove pointless wrtsh/docsh.cxx file SwDocShell already has 4 or 5 other cxx files. Change-Id: I591d6e5d7ebf5727b4a760add2eeea04c3ca5abe --- sw/source/uibase/wrtsh/docsh.cxx | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 sw/source/uibase/wrtsh/docsh.cxx (limited to 'sw/source/uibase/wrtsh') diff --git a/sw/source/uibase/wrtsh/docsh.cxx b/sw/source/uibase/wrtsh/docsh.cxx deleted file mode 100644 index f5e871ca5f70..000000000000 --- a/sw/source/uibase/wrtsh/docsh.cxx +++ /dev/null @@ -1,19 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * 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 - -#include -#include - -SwEditShell * SwDocShell::GetEditShell() { - return m_pWrtShell; -} - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit