diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-09-09 15:25:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-09-09 15:25:01 +0000 |
commit | 5233d3da4f5f4e1e9365e26d9c1c27a0ba32abd5 (patch) | |
tree | 0241be69f68d35aee605b9685a5ebfe4e47d9751 /vcl | |
parent | dba4026018118097e5cdda241eb0497dd958dafa (diff) |
INTEGRATION: CWS toolbars2 (1.37.2); FILE MERGED
2004/08/16 15:42:07 pl 1.37.2.1: #32198# new toolbars in gtk plugin
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/app/saldata.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/source/app/saldata.cxx b/vcl/unx/source/app/saldata.cxx index 1c47dfe30535..e7b5d638a434 100644 --- a/vcl/unx/source/app/saldata.cxx +++ b/vcl/unx/source/app/saldata.cxx @@ -2,9 +2,9 @@ * * $RCSfile: saldata.cxx,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: rt $ $Date: 2004-07-23 10:06:13 $ + * last change: $Author: obo $ $Date: 2004-09-09 16:25:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -358,6 +358,7 @@ SalData::SalData() pXLib_ = NULL; m_pSalDisplay = NULL; pInstance_ = NULL; + m_pPlugin = NULL; hMainThread_ = pthread_self(); } |