summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/SchemaSimpleTypeContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/SchemaSimpleTypeContext.hxx')
-rw-r--r--xmloff/source/xforms/SchemaSimpleTypeContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/xforms/SchemaSimpleTypeContext.hxx b/xmloff/source/xforms/SchemaSimpleTypeContext.hxx
index ea89b39ed837..4f13868db99d 100644
--- a/xmloff/source/xforms/SchemaSimpleTypeContext.hxx
+++ b/xmloff/source/xforms/SchemaSimpleTypeContext.hxx
@@ -35,14 +35,14 @@ class SvXMLImportContext;
/** import the xsd:simpleType element */
class SchemaSimpleTypeContext : public TokenContext
{
- com::sun::star::uno::Reference<com::sun::star::xforms::XDataTypeRepository> mxRepository;
+ css::uno::Reference<css::xforms::XDataTypeRepository> mxRepository;
OUString msTypeName;
public:
SchemaSimpleTypeContext( SvXMLImport& rImport,
sal_uInt16 nPrfx,
const OUString& rLName,
- const com::sun::star::uno::Reference<com::sun::star::xforms::XDataTypeRepository>& rRepository );
+ const css::uno::Reference<css::xforms::XDataTypeRepository>& rRepository );
virtual ~SchemaSimpleTypeContext();
@@ -57,7 +57,7 @@ protected:
sal_uInt16 nToken,
sal_uInt16 nPrefix,
const OUString& rLocalName,
- const com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList>& xAttrList ) override;
+ const css::uno::Reference<css::xml::sax::XAttributeList>& xAttrList ) override;
};
#endif