summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentFieldsAccess.hxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-02-07 16:48:14 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-02-07 16:48:14 +0100
commit93c8eab829b68685fc4a0195692be3f0b8a48572 (patch)
tree05117c879d9c4d158bd6cd241dbb459f7d44a84c /sw/inc/IDocumentFieldsAccess.hxx
parenta27e4b8ca5d84790c04a7351c4ea5ef004a0bbea (diff)
removetooltypes01: #i112600# adjust rebase in sw
Diffstat (limited to 'sw/inc/IDocumentFieldsAccess.hxx')
-rw-r--r--sw/inc/IDocumentFieldsAccess.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/IDocumentFieldsAccess.hxx b/sw/inc/IDocumentFieldsAccess.hxx
index 4fbe41fa422e..be17fb7636f5 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 TRUE putting of value was successful
- @retval FALSE else
+ @retval sal_True putting of value was successful
+ @retval sal_False else
*/
virtual bool PutValueToField(const SwPosition & rPos, const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich) = 0;
@@ -107,8 +107,8 @@ namespace com { namespace sun { namespace star { namespace uno { class Any; } }
@param pMsgHnt
@param bUpdateTblFlds TRUE: update table fields, too.
- @retval TRUE update was successful
- @retval FALSE else
+ @retval sal_True update was successful
+ @retval sal_False else
*/
virtual bool UpdateFld(SwTxtFld * rDstFmtFld, SwField & rSrcFld, SwMsgPoolItem * pMsgHnt, bool bUpdateTblFlds) = 0;