summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-11 16:35:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-11 16:35:21 +0000
commitca46247d3a5246c67f6f543e063716582e742b5d (patch)
treecc8073df42ca70c14e1f3ce27bab5215715f1c37 /vcl/win
parent334426c3a6dc88400ce38af0f1709de242aac4ea (diff)
INTEGRATION: CWS vcl07 (1.8.14.2.24); FILE MERGED
2003/03/24 17:16:36 pl 1.8.14.2.24.1: #108089# implement SetPluginParent
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/inc/saldata.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/win/inc/saldata.hxx b/vcl/win/inc/saldata.hxx
index efb54420c1d3..b1d44a4f0171 100644
--- a/vcl/win/inc/saldata.hxx
+++ b/vcl/win/inc/saldata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saldata.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:59:17 $
+ * last change: $Author: vg $ $Date: 2003-04-11 17:35:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -328,6 +328,8 @@ int ImplSalWICompareAscii( const wchar_t* pStr1, const char* pStr2 );
#define SAL_MSG_RELEASEDC (WM_USER+121)
// wParam == newParentHwnd; lParam == oldHwnd; lResult == newhWnd
#define SAL_MSG_RECREATEHWND (WM_USER+122)
+// wParam == newParentHwnd; lParam == oldHwnd; lResult == newhWnd
+#define SAL_MSG_RECREATECHILDHWND (WM_USER+123)
// wParam == 0; lParam == pData
#define SAL_MSG_USEREVENT (WM_USER+130)