summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2000-11-17 02:24:22 +0000
committerPatrick Luby <pluby@openoffice.org>2000-11-17 02:24:22 +0000
commitccacfe3c077aecf41858d70f2b6eae8fc40059c7 (patch)
treea56e674fccedaa6d281f0d6a7557bf3fec3a4f3e /vcl
parent918ce11682d3544aa5e9902918a28bfe73910821 (diff)
Removed extraneous comments and include statements.
Diffstat (limited to 'vcl')
-rw-r--r--vcl/aqua/source/app/salinst.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/aqua/source/app/salinst.cxx b/vcl/aqua/source/app/salinst.cxx
index 9ccfd65af81a..05a9cf8d22a3 100644
--- a/vcl/aqua/source/app/salinst.cxx
+++ b/vcl/aqua/source/app/salinst.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salinst.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: pluby $ $Date: 2000-11-01 22:12:30 $
+ * last change: $Author: pluby $ $Date: 2000-11-17 03:24:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -209,7 +209,8 @@ SalFrame* SalInstance::CreateFrame( SalFrame* pParent, ULONG nSalFrameStyle )
SalFrame *pFrame = new SalFrame;
- pFrame->maFrameData.mhWnd = VCLWindow_new( nSalFrameStyle, NULL );
+ pFrame->maFrameData.mhWnd = VCLWindow_new( nSalFrameStyle, NULL, pFrame,
+ &(pFrame->maFrameData) );
return pFrame;
}