diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-16 15:32:11 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-16 15:32:11 +0000 |
commit | bcf89c9edef94ddf19d029675970f0c8410450b6 (patch) | |
tree | 1c70d2f097e2b432b93e39b70f6243797dba921d /framework | |
parent | 4558f98c8add35d04d5e6a43fe396eb8e4a71c79 (diff) |
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
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/services/frame.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
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 ); |