summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/anyrefdg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/anyrefdg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/anyrefdg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/miscdlgs/anyrefdg.cxx b/sc/source/ui/miscdlgs/anyrefdg.cxx
index 5a1db2244f29..86eb2dae763f 100644
--- a/sc/source/ui/miscdlgs/anyrefdg.cxx
+++ b/sc/source/ui/miscdlgs/anyrefdg.cxx
@@ -984,12 +984,12 @@ void ScRefHandler::stateChanged(const StateChangedType nStateChange, const bool
{
m_aHelper.enableInput( false );
m_aHelper.EnableSpreadsheets();
- m_aHelper.SetDispatcherLock( sal_True );
+ m_aHelper.SetDispatcherLock( true );
aTimer.Start();
}
else
{
- m_aHelper.enableInput( sal_True );
+ m_aHelper.enableInput( true );
m_aHelper.SetDispatcherLock( false ); /*//! here and in DoClose ?*/
}
}