summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentFieldsAccess.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-17 15:26:00 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-17 15:26:00 +0100
commitad25e1071ddbde4ff88dc68b1da36bad53497fe9 (patch)
treebc24145e15fad04cb3b2860029893bc8763e9e3e /sw/inc/IDocumentFieldsAccess.hxx
parent7f33ed417b2e29e5470724ea76967f64699a2662 (diff)
removetooltypes01: #i112600# Fix some @retval comments with old TRUE/FALSE text
Diffstat (limited to 'sw/inc/IDocumentFieldsAccess.hxx')
-rw-r--r--sw/inc/IDocumentFieldsAccess.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/IDocumentFieldsAccess.hxx b/sw/inc/IDocumentFieldsAccess.hxx
index e35c31cf2697..4fbe41fa422e 100644
--- a/sw/inc/IDocumentFieldsAccess.hxx
+++ b/sw/inc/IDocumentFieldsAccess.hxx
@@ -91,8 +91,8 @@ namespace com { namespace sun { namespace star { namespace uno { class Any; } }
@param rVal the value
@param nMId
- @retval sal_True putting of value was successful
- @retval sal_False else
+ @retval TRUE putting of value was successful
+ @retval FALSE else
*/
virtual bool PutValueToField(const SwPosition & rPos, const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich) = 0;
@@ -105,10 +105,10 @@ namespace com { namespace sun { namespace star { namespace uno { class Any; } }
@param rDstFmtFld field to update
@param rSrcFld field containing the new values
@param pMsgHnt
- @param bUpdateTblFlds sal_True: update table fields, too.
+ @param bUpdateTblFlds TRUE: update table fields, too.
- @retval sal_True update was successful
- @retval sal_False else
+ @retval TRUE update was successful
+ @retval FALSE else
*/
virtual bool UpdateFld(SwTxtFld * rDstFmtFld, SwField & rSrcFld, SwMsgPoolItem * pMsgHnt, bool bUpdateTblFlds) = 0;