summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-03 12:26:19 +0100
committerTor Lillqvist <tml@collabora.com>2014-02-03 17:48:05 +0100
commitc8d0a3517083c4f366dd1883e30ee01581dd6f94 (patch)
tree32994b73a144cdf7641f6bb9d1845629b37089ad /desktop
parent0de3b50ff85f8a2ca1fed00c20a68cb51622dc71 (diff)
EXC_SYSOBJNOTCREATED was not really used
Change-Id: Id5ece6db33aa92b619571252df91b965a8805c96
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 7c754cfa1864..e391c860d242 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1303,13 +1303,6 @@ sal_uInt16 Desktop::Exception(sal_uInt16 nError)
break;
}
- case EXC_SYSOBJNOTCREATED:
- {
- OUString aSysResExceptionString;
- Application::Abort( aSysResExceptionString );
- break;
- }
-
default:
{
m_xLockfile.reset();