INTEGRATION: CWS impress62 (1.2.370); FILE MERGED
2005/06/28 16:30:37 af 1.2.370.1: #i49904# Storing (weak) reference to XController.
This commit is contained in:
parent
036f14a771
commit
407c5790ee
1 changed files with 4 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: SlsListener.hxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2004-07-13 14:14:41 $
|
||||
* last change: $Author: obo $ $Date: 2005-07-07 13:35:52 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -184,10 +184,8 @@ private:
|
|||
/// Remember whether we are listening to the frame.
|
||||
bool mbListeningToFrame;
|
||||
|
||||
::com::sun::star::uno::WeakReference<
|
||||
::com::sun::star::beans::XPropertySet> mxControllerPropertySetWeak;
|
||||
::com::sun::star::uno::WeakReference<
|
||||
::com::sun::star::frame::XFrame> mxFrameWeak;
|
||||
::com::sun::star::uno::WeakReference<::com::sun::star::frame::XController> mxControllerWeak;
|
||||
::com::sun::star::uno::WeakReference<::com::sun::star::frame::XFrame> mxFrameWeak;
|
||||
|
||||
|
||||
void ReleaseListeners (void);
|
||||
|
|
Loading…
Reference in a new issue