summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-31 08:22:07 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-31 08:22:07 +0000
commit7a8334c91e21100f637ee875634ecd66a7203470 (patch)
tree68f12d92f30794851d583a49c0f8decf562e6e61 /vcl/win
parent9f0661fe4f66c9cd025f197b92455cfbdead30e8 (diff)
INTEGRATION: CWS vcl34 (1.21.186); FILE MERGED
2005/01/12 15:29:55 dv 1.21.186.1: #107733# Use osl_loadModule instead of LoadLibrary
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/source/app/salinst.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx
index 026620003c64..868e5321360b 100644
--- a/vcl/win/source/app/salinst.cxx
+++ b/vcl/win/source/app/salinst.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salinst.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: kz $ $Date: 2004-05-18 13:47:58 $
+ * last change: $Author: rt $ $Date: 2005-01-31 09:22:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -471,7 +471,6 @@ SalData::SalData()
mnAppThreadId = 0; // Id from Applikation-Thread
mbScrSvrEnabled = FALSE; // ScreenSaver enabled
mnSageStatus = 0; // status of Sage-DLL (DISABLE_AGENT == nicht vorhanden)
- mhSageInst = 0; // instance handle for the Sage-DLL
mpSageEnableProc = 0; // funktion to deactivate the system agent
mpFirstIcon = 0; // icon cache, points to first icon, NULL if none
mpTempFontItem = 0;