From 2e082fe92cc64f6abee53440be67ff39bc83e433 Mon Sep 17 00:00:00 2001 From: "Frank Schoenheit [fs]" Date: Thu, 2 Dec 2010 14:16:42 +0100 Subject: dba34c: #i115876# --- svx/source/inc/fmpgeimp.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'svx/source/inc/fmpgeimp.hxx') diff --git a/svx/source/inc/fmpgeimp.hxx b/svx/source/inc/fmpgeimp.hxx index 755c754853dc..d5061af70bdf 100644 --- a/svx/source/inc/fmpgeimp.hxx +++ b/svx/source/inc/fmpgeimp.hxx @@ -135,6 +135,7 @@ public: void formObjectInserted( const FmFormObj& _object ); void formObjectRemoved( const FmFormObj& _object ); + void formModelAssigned( const FmFormObj& _object ); /** returns an object mapping from control models to drawing shapes. */ -- cgit From ea6c7c0d73e7d898d6e4759cb33997b7a48d2bd7 Mon Sep 17 00:00:00 2001 From: "Frank Schoenheit [fs]" Date: Thu, 2 Dec 2010 15:29:46 +0100 Subject: dba34c: FmFormPageImpl needs late init, else the 'copy-ctor' crashs after the previous change --- svx/source/inc/fmpgeimp.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'svx/source/inc/fmpgeimp.hxx') diff --git a/svx/source/inc/fmpgeimp.hxx b/svx/source/inc/fmpgeimp.hxx index d5061af70bdf..9eb91c809d66 100644 --- a/svx/source/inc/fmpgeimp.hxx +++ b/svx/source/inc/fmpgeimp.hxx @@ -81,9 +81,10 @@ protected: public: FmFormPageImpl( FmFormPage& _rPage ); - FmFormPageImpl( FmFormPage& _rPage, const FmFormPageImpl& rImpl ); ~FmFormPageImpl(); + void initFrom( FmFormPageImpl& i_foreignImpl ); + // nur wichtig fuer den DesignMode void setCurForm(::com::sun::star::uno::Reference< ::com::sun::star::form::XForm> xForm); ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm> getDefaultForm(); -- cgit