From 94eae11e9ee5956df320078b759ad86459df6694 Mon Sep 17 00:00:00 2001 From: Mikhail Voytenko Date: Fri, 14 Jan 2011 11:20:36 +0100 Subject: removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags --- basic/source/basmgr/basicmanagerrepository.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'basic/source') diff --git a/basic/source/basmgr/basicmanagerrepository.cxx b/basic/source/basmgr/basicmanagerrepository.cxx index 241cfce6d342..b134c0e4056a 100644 --- a/basic/source/basmgr/basicmanagerrepository.cxx +++ b/basic/source/basmgr/basicmanagerrepository.cxx @@ -169,11 +169,11 @@ namespace basic @param _out_rStorage takes the storage upon successful return. Note that this might be even - if is returned. In this case, the document has not yet been saved. + if is returned. In this case, the document has not yet been saved. @return - if the storage could be successfully retrieved (in which case - _out_rStorage might or might not be ), otherwise. + if the storage could be successfully retrieved (in which case + _out_rStorage might or might not be ), otherwise. In the latter case, processing this document should stop. */ bool impl_getDocumentStorage_nothrow( const Reference< XModel >& _rxDocument, Reference< XStorage >& _out_rStorage ); @@ -190,7 +190,7 @@ namespace basic takes the dialog library container upon successful return @return - if and only if both containers exist, and could successfully be retrieved + if and only if both containers exist, and could successfully be retrieved */ bool impl_getDocumentLibraryContainers_nothrow( const Reference< XModel >& _rxDocument, -- cgit