diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-10 08:57:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-10 08:57:27 +0000 |
commit | 8d3f6fe99ea850d5e6575cc52d04a3e36de66e64 (patch) | |
tree | e439f585d0b5b87806abadd249defbb8f7f7ae36 /framework/inc/services/frame.hxx | |
parent | 8e70c2408a952122e758d610a10cfd832bbd285a (diff) |
INTEGRATION: CWS c0301 (1.34.88); FILE MERGED
2006/02/07 08:17:59 as 1.34.88.1: #130812# dont use double-async operation to close frame via windowClosing()
Diffstat (limited to 'framework/inc/services/frame.hxx')
-rw-r--r-- | framework/inc/services/frame.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/framework/inc/services/frame.hxx b/framework/inc/services/frame.hxx index 0a4ba0b017a9..ee518bae9ef1 100644 --- a/framework/inc/services/frame.hxx +++ b/framework/inc/services/frame.hxx @@ -4,9 +4,9 @@ * * $RCSfile: frame.hxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: rt $ $Date: 2006-02-07 10:23:32 $ + * last change: $Author: rt $ $Date: 2006-02-10 09:57:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -200,10 +200,6 @@ // other includes //_________________________________________________________________________________________________________________ -#ifndef _VCL_EVNTPOST_HXX -#include <vcl/evntpost.hxx> -#endif - #ifndef INCLUDED_SVTOOLS_CMDOPTIONS_HXX #include <svtools/cmdoptions.hxx> #endif @@ -558,7 +554,6 @@ class Frame : // interfaces css::uno::Reference< css::frame::XDispatchRecorderSupplier > m_xDispatchRecorderSupplier ; /// is used for dispatch recording and will be set/get from outside. Frame provide it only! SvtCommandOptions m_aCommandOptions ; /// ref counted class to support disabling commands defined by configuration file sal_Bool m_bSelfClose ; /// in case of CloseVetoException on method close() wqs thrown by ourself - we must close ourself later if no internal processes are running - ::vcl::EventPoster m_aPoster ; sal_Bool m_bIsHidden ; /// indicates, if this frame is used in hidden mode or not static css::uno::WeakReference< css::frame::XFrame > m_xCloserFrame ; /// holds the only frame, which must show the special closer menu item (can be NULL!) css::uno::Reference< ::com::sun::star::frame::XLayoutManager > m_xLayoutManager ; /// is used to layout the child windows of the frame. |