summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/XFormsSubmissionContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/XFormsSubmissionContext.hxx')
-rw-r--r--xmloff/source/xforms/XFormsSubmissionContext.hxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/xmloff/source/xforms/XFormsSubmissionContext.hxx b/xmloff/source/xforms/XFormsSubmissionContext.hxx
index 82c9292b0c34..0457f3aa78ed 100644
--- a/xmloff/source/xforms/XFormsSubmissionContext.hxx
+++ b/xmloff/source/xforms/XFormsSubmissionContext.hxx
@@ -23,38 +23,29 @@
#include "TokenContext.hxx"
#include <com/sun/star/uno/Reference.hxx>
-
-
-// forward declarations
-
-
namespace com { namespace sun { namespace star {
namespace xml { namespace sax { class XAttributeList; } }
namespace beans { class XPropertySet; }
namespace xforms { class XModel2; }
} } }
+
class SvXMLImport;
class SvXMLImportContext;
-
/** import the xforms:submission element */
class XFormsSubmissionContext : public TokenContext
{
com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> mxSubmission;
public:
-
XFormsSubmissionContext( SvXMLImport& rImport,
sal_uInt16 nPrefix,
const OUString& rLocalName,
const com::sun::star::uno::Reference<com::sun::star::xforms::XModel2>& xModel );
virtual ~XFormsSubmissionContext();
-
-
// implement TokenContext methods:
-
protected:
virtual void HandleAttribute( sal_uInt16 nToken,
const OUString& rValue ) SAL_OVERRIDE;