summaryrefslogtreecommitdiff
path: root/framework/source/services/frame.cxx
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 /framework/source/services/frame.cxx
parent94fc32ce8479bf308e3bfda1b97727a2b9b98f1b (diff)
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
Diffstat (limited to 'framework/source/services/frame.cxx')
-rw-r--r--framework/source/services/frame.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index a3ccf6887cf6..b9dd626cf06d 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -1345,9 +1345,9 @@ void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException )
reference to new component controller
(may <NULL/> for relasing or setting of a simple component)
- @return <sal_True/> if operation was successful, <sal_False/> otherwise.
+ @return <TRUE/> if operation was successful, <FALSE/> otherwise.
- @onerror We return <sal_False/>.
+ @onerror We return <FALSE/>.
@threadsafe yes
@modified 06.05.2002 11:39, as96863
*//*-*****************************************************************************************************/
@@ -1606,14 +1606,14 @@ void SAL_CALL Frame::removeFrameActionListener( const css::uno::Reference< css::
/*-****************************************************************************************************//**
@short support two way mechanism to release a frame
@descr This method ask internal component (controller) if he accept this close request.
- In case of <sal_True/> nothing will be happen (from point of caller of this close method).
- In case of <sal_False/> a CloseVetoException is thrown. After such exception given parameter
+ In case of <TRUE/> nothing will be happen (from point of caller of this close method).
+ In case of <FALSE/> a CloseVetoException is thrown. After such exception given parameter
<var>bDeliverOwnerShip</var> regulate which will be the new owner of this instance.
@attention It's the replacement for XTask::close() which is marked as obsolete method.
@param bDeliverOwnerShip
- If parameter is set to <sal_False/> the original caller will be the owner after thrown
+ If parameter is set to <FALSE/> the original caller will be the owner after thrown
veto exception and must try to close this frame at later time again. Otherwhise the
source of throwed exception is the right one. May it will be the frame himself.
@@ -3078,7 +3078,7 @@ void Frame::implts_checkSuicide()
Its existence regulate visibility of this closer item.
@param bState
- <sal_True/> enable; <sal_False/> disable this state
+ <TRUE/> enable; <FALSE/> disable this state
*/
void Frame::impl_setCloser( /*IN*/ const css::uno::Reference< css::frame::XFrame >& xFrame ,