diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-10-22 10:54:17 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-10-22 10:54:17 +0000 |
commit | 1cf6082b14794c93ec170f7cdb751b28128fd6c9 (patch) | |
tree | fe65228128d33258fb43fb187abd5f8914d53994 /svx | |
parent | 2d727853bb04ab1eb0ef4eaf7fa5b36d04c845cb (diff) |
INTEGRATION: CWS dba17 (1.6.326); FILE MERGED
2004/09/27 09:58:34 fs 1.6.326.1: #i34249# dedicated frame container window
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/inc/fmPropBrw.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/source/inc/fmPropBrw.hxx b/svx/source/inc/fmPropBrw.hxx index de863dcb31d7..917e9d11099e 100644 --- a/svx/source/inc/fmPropBrw.hxx +++ b/svx/source/inc/fmPropBrw.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmPropBrw.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-03-19 12:21:55 $ + * last change: $Author: pjunck $ $Date: 2004-10-22 11:54:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,6 +110,8 @@ class FmPropBrw : public SfxFloatingWindow, public SfxControllerItem m_xBrowserController; ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xBrowserComponentWindow; + ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > + m_xFrameContainerWindow; protected: virtual void StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState); @@ -132,5 +134,8 @@ public: const SfxChildWinInfo* _pInfo ); virtual ~FmPropBrw(); + +protected: + virtual void Resize(); }; #endif //SVX_FMPROPBRW_HXX |