diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-11 16:35:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-11 16:35:32 +0000 |
commit | 956a598bc5c89009bd12547ae976dc1237bd51bb (patch) | |
tree | 204398e50bd0361dde94461cc64659842d6865d3 /vcl/win | |
parent | ca46247d3a5246c67f6f543e063716582e742b5d (diff) |
INTEGRATION: CWS vcl07 (1.3.108); FILE MERGED
2003/03/24 17:16:36 pl 1.3.108.1: #108089# implement SetPluginParent
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/inc/salinst.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/win/inc/salinst.h b/vcl/win/inc/salinst.h index fc6484986c4d..dedefbf89a52 100644 --- a/vcl/win/inc/salinst.h +++ b/vcl/win/inc/salinst.h @@ -2,9 +2,9 @@ * * $RCSfile: salinst.h,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ssa $ $Date: 2002-04-05 13:41:40 $ + * last change: $Author: vg $ $Date: 2003-04-11 17:35:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,7 +94,7 @@ public: SalFrame* ImplSalCreateFrame( SalInstance* pInst, HWND hWndParent, ULONG nSalFrameStyle ); SalObject* ImplSalCreateObject( SalInstance* pInst, SalFrame* pParent ); -HWND ImplSalReCreateHWND( HWND hWndParent, HWND oldhWnd ); +HWND ImplSalReCreateHWND( HWND hWndParent, HWND oldhWnd, BOOL bAsChild ); void ImplSalStartTimer( ULONG nMS, BOOL bMutex = FALSE ); void ImplSalPrinterAbortJobAsync( HDC hPrnDC ); |