summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/fmcomp/gridcell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index 55fae787fcf5..402e20364419 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -2903,7 +2903,7 @@ void DbFilterField::Init( Window& rParent, const Reference< XRowSet >& xCursor )
// filter cells are never readonly
Edit* pAsEdit = dynamic_cast< Edit* >( m_pWindow );
if ( pAsEdit )
- pAsEdit->SetReadOnly( sal_False );
+ pAsEdit->SetReadOnly( false );
}