summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/XFormsBindContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/XFormsBindContext.hxx')
-rw-r--r--xmloff/source/xforms/XFormsBindContext.hxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/xmloff/source/xforms/XFormsBindContext.hxx b/xmloff/source/xforms/XFormsBindContext.hxx
index 4dec0e109977..a00d8c200159 100644
--- a/xmloff/source/xforms/XFormsBindContext.hxx
+++ b/xmloff/source/xforms/XFormsBindContext.hxx
@@ -23,20 +23,15 @@
#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:binding element */
class XFormsBindContext : public TokenContext
{
@@ -44,18 +39,14 @@ class XFormsBindContext : public TokenContext
com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> mxBinding;
public:
-
XFormsBindContext( SvXMLImport& rImport,
sal_uInt16 nPrefix,
const OUString& rLocalName,
const com::sun::star::uno::Reference<com::sun::star::xforms::XModel2>& xModel );
virtual ~XFormsBindContext();
-
-
// implement SvXMLImportContext & TokenContext methods:
-
virtual void StartElement(
const com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList>& xAttrList ) SAL_OVERRIDE;