summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/shells/langhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/shells/langhelper.cxx')
-rw-r--r--sw/source/core/uibase/shells/langhelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/uibase/shells/langhelper.cxx b/sw/source/core/uibase/shells/langhelper.cxx
index a75d6655090f..e3d7178f8aad 100644
--- a/sw/source/core/uibase/shells/langhelper.cxx
+++ b/sw/source/core/uibase/shells/langhelper.cxx
@@ -173,7 +173,7 @@ namespace SwLangHelper
if (!bForSelection) // document language to be changed...
{
rSh.StartAction();
- rSh.LockView( sal_True );
+ rSh.LockView( true );
rSh.Push();
// prepare to apply new language to all text in document
@@ -212,8 +212,8 @@ namespace SwLangHelper
if (!bForSelection)
{
// need to release view and restore selection...
- rSh.Pop( sal_False );
- rSh.LockView( sal_False );
+ rSh.Pop( false );
+ rSh.LockView( false );
rSh.EndAction();
}
}