summaryrefslogtreecommitdiff
path: root/sfx2
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 /sfx2
parent180271e987de9b80b4ecd826df960353b036b9fd (diff)
RET_NEWTASK is apparently unused (since around 2000)
Change-Id: I3c0804d35c5ff7a00ec7169d0ab387f4b63d65d3
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objxtor.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx
index befa7aef21ce..3a02be14c515 100644
--- a/sfx2/source/doc/objxtor.cxx
+++ b/sfx2/source/doc/objxtor.cxx
@@ -651,10 +651,6 @@ sal_uInt16 SfxObjectShell::PrepareClose
else if ( RET_CANCEL == nRet )
// Cancelled
return sal_False;
- else if ( RET_NEWTASK == nRet )
- {
- return RET_NEWTASK;
- }
}
pImp->bPreparedForClose = sal_True;