diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 10:29:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 10:29:13 +0000 |
commit | 2b038d37b0f28d0405f79eaff4603387aba65fa5 (patch) | |
tree | e0e287d0a300a24c8c5f56e7cc2b820394e4c8e6 /svx/source/inc/fmPropBrw.hxx | |
parent | 9e0d374477031f4d66cc901b2fcbd0ca16e03c0f (diff) |
INTEGRATION: CWS eforms2 (1.6.90); FILE MERGED
2004/11/07 02:51:50 dvo 1.6.90.2: RESYNC: (1.6-1.7); FILE MERGED
2004/07/21 15:13:56 fs 1.6.90.1: #i31762# implSetNewObject -> implSetNewSelection
Diffstat (limited to 'svx/source/inc/fmPropBrw.hxx')
-rw-r--r-- | svx/source/inc/fmPropBrw.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/svx/source/inc/fmPropBrw.hxx b/svx/source/inc/fmPropBrw.hxx index 917e9d11099e..88ffe8846d39 100644 --- a/svx/source/inc/fmPropBrw.hxx +++ b/svx/source/inc/fmPropBrw.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmPropBrw.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: pjunck $ $Date: 2004-10-22 11:54:17 $ + * last change: $Author: obo $ $Date: 2004-11-16 11:29:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,6 +82,9 @@ #ifndef _SFX_CHILDWIN_HXX #include <sfx2/childwin.hxx> #endif +#ifndef _SVX_FMTOOLS_HXX +#include "fmtools.hxx" +#endif //======================================================================== class FmPropBrwMgr : public SfxChildWindow @@ -120,8 +123,7 @@ protected: DECL_LINK( OnAsyncGetFocus, void* ); - void implSetNewObject( - const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject); + void implSetNewSelection( const InterfaceBag& _rSelection ); void implDetachController(); ::rtl::OUString getCurrentPage() const; |