summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-08 07:31:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-08 07:31:16 +0000
commit1e5241784c6b47e25c2d8d56a4fecc54997394ee (patch)
treef9c4bdfd70e5fdd6b5040d3fc2f156db8b067a6f /framework/inc
parent73466a4e163ddf0abcef084e00923324c15ef1f6 (diff)
INTEGRATION: CWS gsoc (1.34.6); FILE MERGED
2006/07/25 06:54:54 as 1.34.6.3: RESYNC: (1.36-1.37); FILE MERGED 2006/03/30 08:49:28 as 1.34.6.2: RESYNC: (1.34-1.36); FILE MERGED 2005/09/20 10:22:27 as 1.34.6.1: #i54847# first revision of 'TabBrowse' feature
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/services/frame.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/framework/inc/services/frame.hxx b/framework/inc/services/frame.hxx
index 2c833ad650f4..68272bec7c1e 100644
--- a/framework/inc/services/frame.hxx
+++ b/framework/inc/services/frame.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: frame.hxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 10:59:28 $
+ * last change: $Author: vg $ $Date: 2006-09-08 08:31:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -164,12 +164,12 @@
#include <com/sun/star/awt/XWindow.hpp>
#endif
-#ifndef _COM_SUN_STAR_AWT_XWINDOWLISTENER_HPP_
-#include <com/sun/star/awt/XWindowListener.hpp>
+#ifndef _COM_SUN_STAR_AWT_XTOPWINDOW_HPP_
+#include <com/sun/star/awt/XTopWindow.hpp>
#endif
-#ifndef _COM_SUN_STAR_AWT_XSERVICEINFO_HPP_
-#include <com/sun/star/lang/XServiceInfo.hpp>
+#ifndef _COM_SUN_STAR_AWT_XWINDOWLISTENER_HPP_
+#include <com/sun/star/awt/XWindowListener.hpp>
#endif
#ifndef _COM_SUN_STAR_AWT_XFOCUSLISTENER_HPP_
@@ -473,6 +473,7 @@ class Frame : // interfaces
void implts_saveWindowAttributes ( );
void implts_checkSuicide ( );
DECL_LINK( implts_windowClosing, void* );
+ css::uno::Reference< css::awt::XTopWindow > impl_searchTopWindow ( const css::uno::Reference< css::awt::XWindow >& xWindow );
// non threadsafe
void impl_checkMenuCloser ( );