diff options
-rw-r--r-- | framework/source/services/desktop.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index 237d35afc6a5..12a45fa93117 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -1038,8 +1038,6 @@ void SAL_CALL Desktop::disposing() // Safe impossible cases // It's a programming error if dispose is called before terminate! - // But if you just ignore the assertion (which happens in unit - // tests for instance in sc/qa/unit) nothing bad happens. assert(m_bIsShutdown && "Desktop disposed before terminating it"); { |