summaryrefslogtreecommitdiffstats
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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/xforms/XFormsBindContext.hxx b/xmloff/source/xforms/XFormsBindContext.hxx
index d376c60f7db3..1705b2f4cde1 100644
--- a/xmloff/source/xforms/XFormsBindContext.hxx
+++ b/xmloff/source/xforms/XFormsBindContext.hxx
@@ -48,7 +48,7 @@ public:
XFormsBindContext( SvXMLImport& rImport,
sal_uInt16 nPrefix,
- const rtl::OUString& rLocalName,
+ const OUString& rLocalName,
const com::sun::star::uno::Reference<com::sun::star::xforms::XModel2>& xModel );
virtual ~XFormsBindContext();
@@ -62,12 +62,12 @@ public:
protected:
virtual void HandleAttribute( sal_uInt16 nToken,
- const rtl::OUString& rValue );
+ const OUString& rValue );
virtual SvXMLImportContext* HandleChild(
sal_uInt16 nToken,
sal_uInt16 nNamespace,
- const rtl::OUString& rLocalName,
+ const OUString& rLocalName,
const com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList>& xAttrList );
};