summaryrefslogtreecommitdiff
path: root/vcl/os2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 16:26:33 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 16:26:33 +0000
commit4dc52566e6d7c39ee315ff068f36c460f234cfb0 (patch)
treea0f90c4fbf25351b9bce3e90c2e67dd794ebb2c7 /vcl/os2
parent200b6ad0c1f1defdf41d869036510558d272995b (diff)
INTEGRATION: CWS os2port03 (1.5.116); FILE MERGED
2008/07/16 13:38:45 obr 1.5.116.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/29 15:21:51 ydario 1.5.116.1: os2 compile fixes. Issue number:i85203 Submitted by:ydario
Diffstat (limited to 'vcl/os2')
-rw-r--r--vcl/os2/inc/saldata.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/os2/inc/saldata.hxx b/vcl/os2/inc/saldata.hxx
index 3a3f48fb374e..3ea194330672 100644
--- a/vcl/os2/inc/saldata.hxx
+++ b/vcl/os2/inc/saldata.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: saldata.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -149,9 +149,9 @@ inline SalData* GetAppSalData() { return (SalData*)ImplGetAppSVData()->mpSalData
struct SalShlData
{
- HMODULE mhMod; // Module handle of SAL-DLL
- USHORT mnVersion; // 211 = OS2 2.11; 230 = OS2 3.0; 240 = OS2 4.0
- PFNWP mpOldFrameProc; // old frame proc
+ HMODULE mhMod; // Module handle of SAL-DLL
+ USHORT mnVersion; // 211 = OS2 2.11; 230 = OS2 3.0; 240 = OS2 4.0
+ PFNWP mpFrameProc; // old frame proc
};
extern SalShlData aSalShlData;