summaryrefslogtreecommitdiffstats
path: root/svtools/source/contnr/templwin.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:57:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:24:40 +0100
commitbd9581d46d78c5742fbb50f1b4a9ff2fc1dae7e8 (patch)
treea62544334e8f6a22c66c07cae1b560e826fabc82 /svtools/source/contnr/templwin.cxx
parentbool improvements (diff)
downloadcore-bd9581d46d78c5742fbb50f1b4a9ff2fc1dae7e8.tar.gz
core-bd9581d46d78c5742fbb50f1b4a9ff2fc1dae7e8.zip
bool improvements
Change-Id: I23e29995bc7af791067de4996923b6279f7f8892
Diffstat (limited to 'svtools/source/contnr/templwin.cxx')
-rw-r--r--svtools/source/contnr/templwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx
index 955ae3d042f8..95e16bdb286c 100644
--- a/svtools/source/contnr/templwin.cxx
+++ b/svtools/source/contnr/templwin.cxx
@@ -715,7 +715,7 @@ void SvtFrameWindow_Impl::OpenFile( const OUString& rURL, sal_Bool bPreview, sal
// disabling must be done here, does not work in ctor because
// execute of the dialog will overwrite it
// ( own execute method would help )
- pTextWin->EnableInput( sal_False, sal_True );
+ pTextWin->EnableInput( false, sal_True );
if ( pTextWin->IsReallyVisible() )
{
sal_Bool b = sal_True;