summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/SchemaContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/SchemaContext.hxx')
-rw-r--r--xmloff/source/xforms/SchemaContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/xforms/SchemaContext.hxx b/xmloff/source/xforms/SchemaContext.hxx
index 7baa5c6840d8..20c3eb6e6121 100644
--- a/xmloff/source/xforms/SchemaContext.hxx
+++ b/xmloff/source/xforms/SchemaContext.hxx
@@ -35,13 +35,13 @@ class SvXMLImportContext;
/** import the data type declarations from an xsd:schema element */
class SchemaContext : public TokenContext
{
- com::sun::star::uno::Reference<com::sun::star::xforms::XDataTypeRepository> mxRepository;
+ css::uno::Reference<css::xforms::XDataTypeRepository> mxRepository;
public:
SchemaContext( 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 ~SchemaContext();
// implement TokenContext methods:
@@ -55,7 +55,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