summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/SchemaRestrictionContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/SchemaRestrictionContext.hxx')
-rw-r--r--xmloff/source/xforms/SchemaRestrictionContext.hxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/xmloff/source/xforms/SchemaRestrictionContext.hxx b/xmloff/source/xforms/SchemaRestrictionContext.hxx
index e55e945d7686..04541cfa0048 100644
--- a/xmloff/source/xforms/SchemaRestrictionContext.hxx
+++ b/xmloff/source/xforms/SchemaRestrictionContext.hxx
@@ -23,16 +23,12 @@
#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 XDataTypeRepository; }
} } }
+
class SvXMLImport;
class SvXMLImportContext;
@@ -45,7 +41,6 @@ class SchemaRestrictionContext : public TokenContext
OUString msBaseName;
public:
-
SchemaRestrictionContext( SvXMLImport& rImport,
sal_uInt16 nPrfx,
const OUString& rLName,
@@ -53,16 +48,12 @@ public:
const OUString& sTypeName );
virtual ~SchemaRestrictionContext();
-
protected:
-
// create mxDataType (if not already present)
void CreateDataType();
-
// implement TokenContext methods:
-
virtual void HandleAttribute(
sal_uInt16 nToken,
const OUString& rValue ) SAL_OVERRIDE;