summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/wrtsh')
-rw-r--r--sw/source/uibase/wrtsh/docsh.cxx19
1 files changed, 0 insertions, 19 deletions
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 <sal/config.h>
-
-#include <docsh.hxx>
-#include <wrtsh.hxx>
-
-SwEditShell * SwDocShell::GetEditShell() {
- return m_pWrtShell;
-}
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */