summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-14 08:23:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-14 08:24:22 +0100
commit46f48148d3569153ef20f90df3f0ea9e95944565 (patch)
treeb3a39b64532b8fd070003440f5b494489967451c /sw
parent180271e987de9b80b4ecd826df960353b036b9fd (diff)
RET_NEWTASK is apparently unused (since around 2000)
Change-Id: I3c0804d35c5ff7a00ec7169d0ab387f4b63d65d3
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/app/docsh2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/app/docsh2.cxx b/sw/source/ui/app/docsh2.cxx
index 99544d28ecd6..6ae5687b553e 100644
--- a/sw/source/ui/app/docsh2.cxx
+++ b/sw/source/ui/app/docsh2.cxx
@@ -307,7 +307,7 @@ sal_uInt16 SwDocShell::PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing )
{
sal_uInt16 nRet = SfxObjectShell::PrepareClose( bUI, bForBrowsing );
- if( sal_True == nRet ) //has to be queried against TRUE! (RET_NEWTASK)
+ if( sal_True == nRet )
EndListening( *this );
if( pDoc && IsInPrepareClose() )