summaryrefslogtreecommitdiff
path: root/writerfilter/inc
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2021-04-13 17:57:58 +0200
committerJustin Luth <justin_luth@sil.org>2021-04-14 12:23:25 +0200
commit4ed7a2c8af03bc0f45df1f03fd160ccbf045ed4f (patch)
treef42e057813ac74c94d9140400fa5e92ac090cf2c /writerfilter/inc
parent7526e77820956238a1a903d73ff15a49c082d6de (diff)
tdf#100961 rtf import: fldlock is FIXEDFLD
This depends on another fix in this bug report for exporting. I'm not sure why I even bother trying to work on RTF stuff. I'm not really into black magic. Change-Id: If596cae011a261a80ca13962932bf25561c0f63f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114062 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'writerfilter/inc')
-rw-r--r--writerfilter/inc/dmapper/resourcemodel.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/inc/dmapper/resourcemodel.hxx b/writerfilter/inc/dmapper/resourcemodel.hxx
index 2a9833f7ea2f..fce90839d520 100644
--- a/writerfilter/inc/dmapper/resourcemodel.hxx
+++ b/writerfilter/inc/dmapper/resourcemodel.hxx
@@ -171,6 +171,7 @@ protected:
~BinaryObj() {}
};
+const sal_uInt8 cFieldLock = 0x8;
const sal_uInt8 cFieldStart = 0x13;
const sal_uInt8 cFieldSep = 0x14;
const sal_uInt8 cFieldEnd = 0x15;