summaryrefslogtreecommitdiff
path: root/unotools/source/misc/closeveto.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/misc/closeveto.cxx')
-rw-r--r--unotools/source/misc/closeveto.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/misc/closeveto.cxx b/unotools/source/misc/closeveto.cxx
index 67f1c99afea4..3eeabc8eaee2 100644
--- a/unotools/source/misc/closeveto.cxx
+++ b/unotools/source/misc/closeveto.cxx
@@ -121,7 +121,7 @@ namespace utl
{
try
{
- i_data.xCloseable->close( sal_True );
+ i_data.xCloseable->close( true );
}
catch( const CloseVetoException& ) { }
catch( const Exception& )