From 1b6310433280ae4e8439dcbf17dfa763bf2826cc Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Sun, 11 Sep 2011 23:02:34 +0200 Subject: 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 0ade87a8e309f5eb34d0a734c836bdb2f09f00db Author: Frank Schoenheit [fs] Date: Tue Nov 23 11:38:49 2010 +0100 --- svx/source/fmcomp/fmgridif.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svx') diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx index 6ccd37d763a5..63dc2348e703 100644 --- a/svx/source/fmcomp/fmgridif.cxx +++ b/svx/source/fmcomp/fmgridif.cxx @@ -2084,7 +2084,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 -- cgit