diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-31 10:14:06 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-31 10:18:38 +0900 |
commit | 6e6564e60605dded9b0514b82c168e7f88f6e7db (patch) | |
tree | f8c8a8667d9aa7c09ffe3921704a85926cef1cf2 /basctl/source/inc/basobj.hxx | |
parent | d602a3b280fcc1cf16660d8719cd8eb8797dd2ad (diff) |
sal_Bool -> bool
Change-Id: Ic982c4da144ecdf7198b84b98d672ced8f1f70b6
Diffstat (limited to 'basctl/source/inc/basobj.hxx')
-rw-r--r-- | basctl/source/inc/basobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/inc/basobj.hxx b/basctl/source/inc/basobj.hxx index 36fc8c0068be..5e72308534fa 100644 --- a/basctl/source/inc/basobj.hxx +++ b/basctl/source/inc/basobj.hxx @@ -84,7 +84,7 @@ namespace BasicIDE const ScriptDocument& rDocument, const ::rtl::OUString& rLibName, const ::rtl::OUString& rModName ) throw( ::com::sun::star::container::NoSuchElementException ); - sal_Bool HasMethod( + bool HasMethod( const ScriptDocument& rDocument, const ::rtl::OUString& rLibName, const ::rtl::OUString& rModName, const ::rtl::OUString& rMethName ); // new methods for dialogs |