summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/XFormsInstanceContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/XFormsInstanceContext.hxx')
-rw-r--r--xmloff/source/xforms/XFormsInstanceContext.hxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/xmloff/source/xforms/XFormsInstanceContext.hxx b/xmloff/source/xforms/XFormsInstanceContext.hxx
index a42b6967fdb6..64a76634adc3 100644
--- a/xmloff/source/xforms/XFormsInstanceContext.hxx
+++ b/xmloff/source/xforms/XFormsInstanceContext.hxx
@@ -23,21 +23,16 @@
#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 xml { namespace dom { class XDocument; } }
namespace beans { class XPropertySet; }
namespace xforms { class XModel2; }
} } }
+
class SvXMLImport;
class SvXMLImportContext;
-
/** import the xforms:instance element */
class XFormsInstanceContext : public TokenContext
{
@@ -47,21 +42,17 @@ class XFormsInstanceContext : public TokenContext
OUString msURL;
public:
-
XFormsInstanceContext( SvXMLImport& rImport,
sal_uInt16 nPrfx,
const OUString& rLName,
const com::sun::star::uno::Reference<com::sun::star::xforms::XModel2> & xModel );
virtual ~XFormsInstanceContext();
-
-
// implement SvXMLImportContext & TokenContext methods:
// We override CreateChildContext, because we want to read
// arbitrary DOM elements. For the attributes, we use the
// TokenContext mechanism.
-
virtual SvXMLImportContext* CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
@@ -70,7 +61,6 @@ public:
virtual void EndElement() SAL_OVERRIDE;
protected:
-
virtual void HandleAttribute(
sal_uInt16 nToken,
const OUString& rValue ) SAL_OVERRIDE;