summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorBrennan Vincent <brennanv@email.arizona.edu>2012-04-08 14:45:01 -0700
committerMiklos Vajna <vmiklos@suse.cz>2012-04-10 14:32:27 +0200
commit7a1c5e54afe4e4ef7e17c2e9c969cd41221edc28 (patch)
tree8112ff4cf8545fff5f326d83a7533634a67210c0 /xmloff/inc
parent628d2e71aca4a97723efe36bc398a06e36f199a8 (diff)
Partial fix for bug 30711
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmloff/txtparae.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/xmloff/inc/xmloff/txtparae.hxx b/xmloff/inc/xmloff/txtparae.hxx
index 11e014085855..c5d3e75ce4f2 100644
--- a/xmloff/inc/xmloff/txtparae.hxx
+++ b/xmloff/inc/xmloff/txtparae.hxx
@@ -110,6 +110,9 @@ class XMLOFF_DLLPUBLIC XMLTextParagraphExport : public XMLStyleExport
::std::vector< XMLTextListsHelper* > maTextListsHelperStack;
enum FrameType { FT_TEXT, FT_GRAPHIC, FT_EMBEDDED, FT_SHAPE };
+public:
+
+ enum FieldmarkType { NONE, TEXT, CHECK }; // Used for simulating fieldmarks in OpenDocument 1.n Strict (for n <= 2). CHECK currently ignored.
protected:
@@ -430,7 +433,8 @@ protected:
const ::com::sun::star::uno::Reference <
::com::sun::star::text::XTextRange > & rTextRange,
sal_Bool bAutoStyles,
- bool& rPrevCharWasSpace );
+ bool& rPrevCharWasSpace,
+ FieldmarkType& openFieldmarkType );
void exportListChange( const XMLTextNumRuleInfo& rPrvInfo,
const XMLTextNumRuleInfo& rNextInfo );