summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-03-30 23:14:24 +0200
committerMichael Stahl <mstahl@redhat.com>2015-03-31 20:08:38 +0200
commit3e7431f535f1c05ff730b0e3a67c2affe035b509 (patch)
tree5d6aa9935641d64e358735924a29cccbadea259f /sw/source/uibase/wrtsh
parentb9301e9dc93f5961bd83a76410f91174316c99b3 (diff)
sw: SwDocShell::aFinishedTimer dead since 2006
becf02e58637276ab80227ffb19aa01c86e4962d removed the last use Change-Id: Ib72a36961dbe4c6218125f48ed251be964016f9d
Diffstat (limited to 'sw/source/uibase/wrtsh')
-rw-r--r--sw/source/uibase/wrtsh/docsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/wrtsh/docsh.cxx b/sw/source/uibase/wrtsh/docsh.cxx
index 904efeba1169..f5e871ca5f70 100644
--- a/sw/source/uibase/wrtsh/docsh.cxx
+++ b/sw/source/uibase/wrtsh/docsh.cxx
@@ -13,7 +13,7 @@
#include <wrtsh.hxx>
SwEditShell * SwDocShell::GetEditShell() {
- return mpWrtShell;
+ return m_pWrtShell;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */