diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-25 18:35:57 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-25 18:35:57 +0100 |
commit | 9fa0a785088feeaf3cf4bb502ef8f2e4ec1b1152 (patch) | |
tree | c2c38071b41c9d03c6e49599f86950e1a19969c5 /sfx2/source/appl/app.cxx | |
parent | 80fa6e0c97fc50fee714f3a7dc75d11d2180877b (diff) | |
parent | d646413d464dc5d6518f87daa8538cd0c600797f (diff) |
CWS gnumake3: resync to m98
Diffstat (limited to 'sfx2/source/appl/app.cxx')
-rw-r--r-- | sfx2/source/appl/app.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index 7071ee2ba140..bfac68da85d3 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -368,6 +368,8 @@ SfxApplication::SfxApplication() SfxApplication::~SfxApplication() { + OSL_ENSURE( GetObjectShells_Impl().Count() == 0, "Memory leak: some object shells were not removed!" ); + Broadcast( SfxSimpleHint(SFX_HINT_DYING) ); SfxModule::DestroyModules_Impl(); |