summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/XFormsModelContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/XFormsModelContext.hxx')
-rw-r--r--xmloff/source/xforms/XFormsModelContext.hxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/xmloff/source/xforms/XFormsModelContext.hxx b/xmloff/source/xforms/XFormsModelContext.hxx
index b439c2771111..4247f02fac22 100644
--- a/xmloff/source/xforms/XFormsModelContext.hxx
+++ b/xmloff/source/xforms/XFormsModelContext.hxx
@@ -24,15 +24,11 @@
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/xforms/XModel2.hpp>
-
-
-// forward declarations
-
-
namespace com { namespace sun { namespace star {
namespace xml { namespace sax { class XAttributeList; } }
namespace beans { class XPropertySet; }
} } }
+
class SvXMLImport;
class SvXMLImportContext;
@@ -42,7 +38,6 @@ class XFormsModelContext : public TokenContext
com::sun::star::uno::Reference<com::sun::star::xforms::XModel2> mxModel;
public:
-
XFormsModelContext( SvXMLImport& rImport,
sal_uInt16 nPrfx,
const OUString& rLName );
@@ -50,14 +45,11 @@ public:
com::sun::star::uno::Reference<com::sun::star::xforms::XModel2> getModel() { return mxModel;}
-
// implement SvXMLImportContext & TokenContext methods:
-
virtual void EndElement() SAL_OVERRIDE;
protected:
-
virtual void HandleAttribute(
sal_uInt16 nToken,
const OUString& rValue ) SAL_OVERRIDE;