summaryrefslogtreecommitdiffstats
path: root/svtools/source/contnr/templwin.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-20 11:53:43 +0200
committerNoel Grandin <noel@peralex.com>2014-03-24 08:12:09 +0200
commit9604eb87581ae7d8714fb69cf56a0442c4740100 (patch)
tree64af14bb768b28167743563c8d6704cb558d4f44 /svtools/source/contnr/templwin.cxx
parentsvtools: sal_Bool->bool (diff)
downloadcore-9604eb87581ae7d8714fb69cf56a0442c4740100.tar.gz
core-9604eb87581ae7d8714fb69cf56a0442c4740100.zip
svtools: sal_Bool->bool
Change-Id: I8f171f7f61ea06a79183e9bf9b15b8c35c98cc9b
Diffstat (limited to 'svtools/source/contnr/templwin.cxx')
-rw-r--r--svtools/source/contnr/templwin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx
index 9349a3fce4e8..5032b0c5a09a 100644
--- a/svtools/source/contnr/templwin.cxx
+++ b/svtools/source/contnr/templwin.cxx
@@ -419,8 +419,8 @@ SvtFileViewWindow_Impl::SvtFileViewWindow_Impl( SvtTemplateWindow* pParent ) :
aFileView.SetHelpId( HID_TEMPLATEDLG_FILEVIEW );
aFileView.Show();
aFileView.EnableAutoResize();
- aFileView.EnableContextMenu( sal_False );
- aFileView.EnableDelete( sal_False );
+ aFileView.EnableContextMenu( false );
+ aFileView.EnableDelete( false );
}
SvtFileViewWindow_Impl::~SvtFileViewWindow_Impl()
@@ -530,7 +530,7 @@ void SvtFileViewWindow_Impl::OpenFolder( const OUString& rURL )
if ( INetURLObject( rURL ).GetProtocol() == INET_PROT_PRIVATE )
{
- aFileView.EnableNameReplacing( sal_False );
+ aFileView.EnableNameReplacing( false );
aFileView.Initialize( GetNewDocContents() );
}
else