summaryrefslogtreecommitdiff
path: root/sax/inc
diff options
context:
space:
mode:
authorMuthu Subramanian K <sumuthu@novell.com>2010-12-10 21:38:16 +0530
committerMuthu Subramanian K <sumuthu@novell.com>2010-12-10 21:44:11 +0530
commitb75f3f82f82676784f79c9624bfc8914e23d15d6 (patch)
tree6572e6226f08e2bb5bc138e9684ca3c23ca54e2a /sax/inc
parent7e34142abaa37a73f0846b00f08c39a423dc7c54 (diff)
XLSX VML Export fixes.
Make generation of xml header optional.
Diffstat (limited to 'sax/inc')
-rw-r--r--sax/inc/sax/fshelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/inc/sax/fshelper.hxx b/sax/inc/sax/fshelper.hxx
index 5d5668a8f9f5..f6651fa8b647 100644
--- a/sax/inc/sax/fshelper.hxx
+++ b/sax/inc/sax/fshelper.hxx
@@ -52,7 +52,7 @@ class SAX_DLLPUBLIC FastSerializerHelper
{
public:
- FastSerializerHelper( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutputStream );
+ FastSerializerHelper( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutputStream, bool bWriteHeader = true );
~FastSerializerHelper();