summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2011-09-11 23:02:34 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2011-09-11 23:14:36 +0200
commit1b6310433280ae4e8439dcbf17dfa763bf2826cc (patch)
tree8d69f21c0449f8f8706dda6ad733bd5df6967c14 /svx
parentremove inadvertently committed fprintf (diff)
downloadcore-1b6310433280ae4e8439dcbf17dfa763bf2826cc.tar.gz
core-1b6310433280ae4e8439dcbf17dfa763bf2826cc.zip
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] <frank.schoenheit@oracle.com> Date: Tue Nov 23 11:38:49 2010 +0100
Diffstat (limited to 'svx')
-rw-r--r--svx/source/fmcomp/fmgridif.cxx1
1 files changed, 0 insertions, 1 deletions
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