summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-14 11:20:36 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-14 11:20:36 +0100
commit94eae11e9ee5956df320078b759ad86459df6694 (patch)
tree79be8f1eabd869312597cda3d8e9669c101db0f3 /basic
parent94fc32ce8479bf308e3bfda1b97727a2b9b98f1b (diff)
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'basic')
-rw-r--r--basic/source/basmgr/basicmanagerrepository.cxx8
1 files changed, 4 insertions, 4 deletions
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 <NULL/> even
- if <sal_True/> is returned. In this case, the document has not yet been saved.
+ if <TRUE/> is returned. In this case, the document has not yet been saved.
@return
- <sal_True/> if the storage could be successfully retrieved (in which case
- <arg>_out_rStorage</arg> might or might not be <NULL/>), <sal_False/> otherwise.
+ <TRUE/> if the storage could be successfully retrieved (in which case
+ <arg>_out_rStorage</arg> might or might not be <NULL/>), <FALSE/> 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
- <sal_True/> if and only if both containers exist, and could successfully be retrieved
+ <TRUE/> if and only if both containers exist, and could successfully be retrieved
*/
bool impl_getDocumentLibraryContainers_nothrow(
const Reference< XModel >& _rxDocument,