From bcf89c9edef94ddf19d029675970f0c8410450b6 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 16 Apr 2007 15:32:11 +0000 Subject: INTEGRATION: CWS fwkdbdesign01 (1.38.86); FILE MERGED 2007/02/14 14:26:22 as 1.38.86.1: #i74541# new API (and some small code changes) to support real sub frames greater level 1 --- framework/inc/services/frame.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'framework/inc/services/frame.hxx') diff --git a/framework/inc/services/frame.hxx b/framework/inc/services/frame.hxx index 68272bec7c1e..0df3becb8310 100644 --- a/framework/inc/services/frame.hxx +++ b/framework/inc/services/frame.hxx @@ -4,9 +4,9 @@ * * $RCSfile: frame.hxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: vg $ $Date: 2006-09-08 08:31:16 $ + * last change: $Author: ihi $ $Date: 2007-04-16 16:32:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -472,6 +472,7 @@ class Frame : // interfaces void implts_stopWindowListening ( ); void implts_saveWindowAttributes ( ); void implts_checkSuicide ( ); + void implts_forgetSubFrames ( ); DECL_LINK( implts_windowClosing, void* ); css::uno::Reference< css::awt::XTopWindow > impl_searchTopWindow ( const css::uno::Reference< css::awt::XWindow >& xWindow ); -- cgit