summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-04-15 13:17:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-04-15 13:17:24 +0000
commitbd8ddba6762c4860aaa6ba553cadb5cac00b95c5 (patch)
treeb34e2338c4d0ff2bf425f2e1638a3f2cb688bc30 /xmloff
parentc12225981c05401e19f811b154fd2258ef7b064d (diff)
INTEGRATION: CWS odfversion (1.7.34); FILE MERGED
2008/04/10 10:10:40 cl 1.7.34.1: #i88125# added helper method to get default odf version for export
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmloff/xmlexp.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/xmloff/inc/xmloff/xmlexp.hxx b/xmloff/inc/xmloff/xmlexp.hxx
index 5a05cbb9ec8e..33374fd08ba2 100644
--- a/xmloff/inc/xmloff/xmlexp.hxx
+++ b/xmloff/inc/xmloff/xmlexp.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xmlexp.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -67,6 +67,9 @@
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/container/XNamed.hpp>
+
+#include <svtools/saveopt.hxx>
+
#include <xmloff/XMLPageExport.hxx>
#include <xmloff/ProgressBarHelper.hxx>
#include <cppuhelper/implbase6.hxx>
@@ -541,6 +544,9 @@ public:
bool isExperimentalOdfExportEnabled() const { return mbEnableExperimentalOdfExport; }
::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > GetTargetStorage();
+
+ /// returns the currently configured default version for odf export
+ SvtSaveOptions::ODFDefaultVersion getDefaultVersion() const;
};
inline UniReference< XMLTextParagraphExport > SvXMLExport::GetTextParagraphExport()