summaryrefslogtreecommitdiff
path: root/svx
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 /svx
parent180271e987de9b80b4ecd826df960353b036b9fd (diff)
RET_NEWTASK is apparently unused (since around 2000)
Change-Id: I3c0804d35c5ff7a00ec7169d0ab387f4b63d65d3
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/fmshell.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx
index 30b0a238241e..c897ed5af603 100644
--- a/svx/source/form/fmshell.cxx
+++ b/svx/source/form/fmshell.cxx
@@ -287,9 +287,6 @@ sal_uInt16 FmFormShell::PrepareClose(sal_Bool bUI, sal_Bool /*bForBrowsing*/)
case RET_CANCEL:
return sal_False;
-
- case RET_NEWTASK:
- return RET_NEWTASK;
}
if ( bModified )