Kaydet (Commit) 2b038d37 authored tarafından Oliver Bolte's avatar Oliver Bolte

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
üst 9e0d3744
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: fmPropBrw.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -82,6 +82,9 @@ ...@@ -82,6 +82,9 @@
#ifndef _SFX_CHILDWIN_HXX #ifndef _SFX_CHILDWIN_HXX
#include <sfx2/childwin.hxx> #include <sfx2/childwin.hxx>
#endif #endif
#ifndef _SVX_FMTOOLS_HXX
#include "fmtools.hxx"
#endif
//======================================================================== //========================================================================
class FmPropBrwMgr : public SfxChildWindow class FmPropBrwMgr : public SfxChildWindow
...@@ -120,8 +123,7 @@ protected: ...@@ -120,8 +123,7 @@ protected:
DECL_LINK( OnAsyncGetFocus, void* ); DECL_LINK( OnAsyncGetFocus, void* );
void implSetNewObject( void implSetNewSelection( const InterfaceBag& _rSelection );
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject);
void implDetachController(); void implDetachController();
::rtl::OUString getCurrentPage() const; ::rtl::OUString getCurrentPage() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment