diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-07-12 09:53:17 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-07-12 10:07:16 +0200 |
commit | 25416b8ad4fa0416bffdb05e231a5249faf7a38e (patch) | |
tree | c4863f6e91bd5290fa56e0dad70f6d94c1d5dacc /xmloff | |
parent | 2042b2ea78f68063fb8f0f6e2b59b8962bcbef57 (diff) |
xmloff: add new constant for commentrange field type
Change-Id: I9bdf184f5a8f414144d9dea814d6179ec2134209
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/odffields.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/inc/xmloff/odffields.hxx b/xmloff/inc/xmloff/odffields.hxx index b144f1373ccd..a116350db999 100644 --- a/xmloff/inc/xmloff/odffields.hxx +++ b/xmloff/inc/xmloff/odffields.hxx @@ -46,6 +46,7 @@ #define ODF_OLE_PARAM "vnd.oasis.opendocument.field.ole" #define ODF_ID_PARAM "vnd.oasis.opendocument.field.id" #define ODF_CODE_PARAM "vnd.oasis.opendocument.field.code" +#define ODF_COMMENTRANGE "vnd.oasis.opendocument.field.COMMENTRANGE" #endif /* _ODFFIELDS_HXX */ |