summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 11:10:20 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 11:10:20 +0000
commit0423285702c7eebe5ffe36971c9306a25a328ad7 (patch)
treec182ec673f3792e7199644d151d43a9fc11b0337
parent4d73912c9a1e255bf66be1d9ddd6be335f8948ba (diff)
INTEGRATION: CWS vcl30 (1.3.150); FILE MERGED
2004/11/03 17:57:22 pl 1.3.150.1: #i36582# make bean work again
-rw-r--r--vcl/unx/inc/plugins/gtk/gtkinst.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/inc/plugins/gtk/gtkinst.hxx b/vcl/unx/inc/plugins/gtk/gtkinst.hxx
index 6ca1fa0e86a4..94386782ea56 100644
--- a/vcl/unx/inc/plugins/gtk/gtkinst.hxx
+++ b/vcl/unx/inc/plugins/gtk/gtkinst.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gtkinst.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 15:55:23 $
+ * last change: $Author: obo $ $Date: 2004-11-15 12:10:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,6 +119,7 @@ public:
virtual ~GtkInstance();
virtual SalFrame* CreateFrame( SalFrame* pParent, ULONG nStyle );
+ virtual SalFrame* CreateChildFrame( SystemParentData* pParent, ULONG nStyle );
virtual SalObject* CreateObject( SalFrame* pParent );
virtual SalSystem* CreateSalSystem();
};