summaryrefslogtreecommitdiff
path: root/basic/source/inc/namecont.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-08-20 09:44:32 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-08-20 09:47:25 +0900
commita8647dd0301c179b25aa819d3479e04ea672fd8f (patch)
treebc67eeae5da8eee489e8ebf046d8e765d746472c /basic/source/inc/namecont.hxx
parent32dafb7494ec3b7023c5f71ec1d921c1c7e074c2 (diff)
sal_Bool to bool
Change-Id: I427e9bb30cab4698a2495de7445a4a4982abd7b4
Diffstat (limited to 'basic/source/inc/namecont.hxx')
-rw-r--r--basic/source/inc/namecont.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/namecont.hxx b/basic/source/inc/namecont.hxx
index cc5f67d271c3..bfb867d3b360 100644
--- a/basic/source/inc/namecont.hxx
+++ b/basic/source/inc/namecont.hxx
@@ -272,7 +272,7 @@ protected:
const ::rtl::OUString& aTargetURL,
const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess2 > xToUseSFI );
- sal_Bool implLoadLibraryIndexFile( SfxLibrary* pLib,
+ bool implLoadLibraryIndexFile( SfxLibrary* pLib,
::xmlscript::LibDescriptor& rLib,
const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
const ::rtl::OUString& aIndexFileName );