diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-18 11:37:27 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-18 11:37:27 +0000 |
commit | 27047931d334d876d0f044b9c6e31bffe9f05707 (patch) | |
tree | 9bf8a8d793ee5dbf7d70e473bdeba0f577574af9 | |
parent | 6855103b4d66565b3d79d94116c92129cddb5630 (diff) |
INTEGRATION: CWS xmlfilter04 (1.12.198); FILE MERGED
2008/03/17 13:43:45 os 1.12.198.1: #i86953# creating redlines via API
-rw-r--r-- | sw/inc/redline.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx index 6caaa28a78..52d188d7fd 100644 --- a/sw/inc/redline.hxx +++ b/sw/inc/redline.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: redline.hxx,v $ - * $Revision: 1.13 $ + * $Revision: 1.14 $ * * This file is part of OpenOffice.org. * @@ -136,6 +136,8 @@ public: inline const SwRedlineData* Next() const{ return pNext; } void SetComment( const String& rS ) { sComment = rS; } + void SetTimeStamp( const DateTime& rDT ) { aStamp = rDT; } + void SetAutoFmtFlag() { eType = (RedlineType_t)(eType | nsRedlineType_t::REDLINE_FORM_AUTOFMT); } int CanCombine( const SwRedlineData& rCmp ) const |