From 17f18e8d57639f000565cdb57468b983f2412474 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Sun, 11 Sep 2011 23:44:41 +0200 Subject: [PATCH 3/3] Don't touch handle when setting property Enabled Handle enabling/disabling is controlled by property RecordMarker, not by property Enabled. Source of the error is most probably a copy/paste error in commit 448cd2de7919401a0a84cd6e5dd5ede276ddf28e Author: Frank Schoenheit [fs] Date: Tue Nov 23 11:38:49 2010 +0100 --- svx/source/fmcomp/fmgridif.cxx | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx index a4146a9..222b2b5 100644 --- a/svx/source/fmcomp/fmgridif.cxx +++ b/svx/source/fmcomp/fmgridif.cxx @@ -2090,7 +2090,6 @@ void FmXGridPeer::setProperty( const ::rtl::OUString& PropertyName, const Any& V { sal_Bool bValue( sal_True ); OSL_VERIFY( Value >>= bValue ); - pGrid->EnableHandle( bValue ); // Im DesignModus nur das Datenfenster disablen // Sonst kann das Control nicht mehr konfiguriert werden -- 1.7.2.5