diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 14:45:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 14:45:45 +0000 |
commit | 454d1d6fa0a6dc26ec449383e6b1e526a1c4529f (patch) | |
tree | 072d1db414f1937485022631bbfff6040ccd01d0 /vcl/source/app/svmain.cxx | |
parent | 139ef18e5538c6bfa5c5d826838c8016e1d64835 (diff) |
INTEGRATION: CWS nwf (1.47.2); FILE MERGED
2004/02/27 08:31:15 ssa 1.47.2.1: #i25130# initial native widget framework, merged from srx645
Diffstat (limited to 'vcl/source/app/svmain.cxx')
-rw-r--r-- | vcl/source/app/svmain.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index 8053c3e5d5ba..b30301a95c4f 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svmain.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: obo $ $Date: 2004-02-25 11:24:54 $ + * last change: $Author: hr $ $Date: 2004-05-10 15:45:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -507,6 +507,7 @@ void DeInitVCL() DeInitTools(); DeInitSalMain(); + if( pOwnSvApp ) { delete pOwnSvApp; |