summaryrefslogtreecommitdiff
path: root/vcl/source/window/wrkwin.cxx
diff options
context:
space:
mode:
authorStephan Schäfer <ssa@openoffice.org>2001-11-23 11:39:27 +0000
committerStephan Schäfer <ssa@openoffice.org>2001-11-23 11:39:27 +0000
commit87ec9d36faafd768b4f7a550fb6fb59a4b404fc3 (patch)
treef8e5dc33b637f593594e53d46345646133017d59 /vcl/source/window/wrkwin.cxx
parentda80f4a272d5847714139c19ecfb939b87321e89 (diff)
#94703# rvp system window extension
Diffstat (limited to 'vcl/source/window/wrkwin.cxx')
-rw-r--r--vcl/source/window/wrkwin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/wrkwin.cxx b/vcl/source/window/wrkwin.cxx
index 4bfb3ac6860e..bfe5dabf7f24 100644
--- a/vcl/source/window/wrkwin.cxx
+++ b/vcl/source/window/wrkwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrkwin.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: th $ $Date: 2001-08-23 13:40:56 $
+ * last change: $Author: ssa $ $Date: 2001-11-23 12:33:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,7 +130,7 @@ void WorkWindow::ImplInit( Window* pParent, WinBits nStyle, SystemParentData* pS
if ( nStyle & WB_APP )
nFrameStyle |= BORDERWINDOW_STYLE_APP;
ImplBorderWindow* pBorderWin = new ImplBorderWindow( pParent, pSystemParentData, nStyle, nFrameStyle );
- Window::ImplInit( pBorderWin, nStyle & (WB_3DLOOK | WB_CLIPCHILDREN | WB_DIALOGCONTROL), NULL );
+ Window::ImplInit( pBorderWin, nStyle & (WB_3DLOOK | WB_CLIPCHILDREN | WB_DIALOGCONTROL | WB_SYSTEMFLOATWIN), NULL );
pBorderWin->mpClientWindow = this;
pBorderWin->GetBorder( mnLeftBorder, mnTopBorder, mnRightBorder, mnBottomBorder );
mpBorderWindow = pBorderWin;