LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents the information that describes a revision of something. More...
import"RevisionTag.idl";
Public Attributes | |
DateTime | TimeStamp |
contains the time when the revision was created ( can be invalid ) More... | |
string | Author |
contains an identifier for the author that created the revision( can be empty ) More... | |
string | Comment |
contains a comment that the author has left for this revision ( can be empty ) More... | |
string | Identifier |
contains a unique identifier for the revision and must not be empty More... | |
represents the information that describes a revision of something.
string Author |
contains an identifier for the author that created the revision( can be empty )
string Comment |
contains a comment that the author has left for this revision ( can be empty )
string Identifier |
contains a unique identifier for the revision and must not be empty
This identifier can have any form. It can be something like "1.2.3" or "Version 1" etc. It depends on the revision control system how it names the revisions.
DateTime TimeStamp |
contains the time when the revision was created ( can be invalid )