diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-11-06 15:20:20 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-11-09 09:43:00 +0100 |
commit | 6b7af2b91761f48301e6efbe5569944d46f1a611 (patch) | |
tree | 229879fd7020658487f4605b8c8a95591391aeb3 /sax/inc | |
parent | 42be5541baf18e3292a14a9d478eda33f61e10ab (diff) |
DOCX export: order pPr children according to specs
This is still a first attempt: the base is present and all the
exported properties needs to be checked. rPr properties order needs to
be checked as well.
Diffstat (limited to 'sax/inc')
-rw-r--r-- | sax/inc/sax/fshelper.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sax/inc/sax/fshelper.hxx b/sax/inc/sax/fshelper.hxx index f34576022378..5d5668a8f9f5 100644 --- a/sax/inc/sax/fshelper.hxx +++ b/sax/inc/sax/fshelper.hxx @@ -102,7 +102,8 @@ public: FastAttributeList *createAttrList(); - void mark(); + void mark( ::com::sun::star::uno::Sequence< sal_Int32 > aOrder = + ::com::sun::star::uno::Sequence< sal_Int32 >() ); void mergeTopMarks( MergeMarksEnum eMergeType = MERGE_MARKS_APPEND ); private: |