summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-06-30 12:14:12 +0000
committerKurt Zenker <kz@openoffice.org>2005-06-30 12:14:12 +0000
commitd22045ac0953c362971df69d67e260e679c766ea (patch)
treeb11e78a986aa1ef2b326e7b42e4a78c7054981d3 /vcl/source
parentdc8f049ff9c3ed8bb3f8b65b578daf4ad586fd9b (diff)
INTEGRATION: CWS pl05 (1.56.116); FILE MERGED
2005/06/24 15:29:53 pl 1.56.116.1: #i51178# do not depend on application to initialize ImplSVData
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/svapp.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 86a590d2d494..1307503760ba 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svapp.cxx,v $
*
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
- * last change: $Author: kz $ $Date: 2005-03-18 17:50:49 $
+ * last change: $Author: kz $ $Date: 2005-06-30 13:14:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -296,7 +296,8 @@ Application* GetpApp()
Application::Application()
{
- ImplInitSVData();
+ if( ! ImplGetSVData() )
+ ImplInitSVData();
ImplGetSVData()->mpApp = this;
InitSalData();
}