diff options
Diffstat (limited to 'editeng/source/xml/xmltxtimp.cxx')
-rw-r--r-- | editeng/source/xml/xmltxtimp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editeng/source/xml/xmltxtimp.cxx b/editeng/source/xml/xmltxtimp.cxx index 9b92ab7dbfae..716133c5cf89 100644 --- a/editeng/source/xml/xmltxtimp.cxx +++ b/editeng/source/xml/xmltxtimp.cxx @@ -109,8 +109,8 @@ class SvxXMLXTextImportComponent : public SvXMLImport { public: SvxXMLXTextImportComponent( - const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xContext, - const uno::Reference< XText > & xText ); + const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rContext, + const uno::Reference< XText > & rText ); virtual ~SvxXMLXTextImportComponent() throw (); @@ -121,7 +121,7 @@ private: SvxXMLXTextImportComponent::SvxXMLXTextImportComponent( - const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xContext, + const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext, const uno::Reference< XText > & xText ) : SvXMLImport(xContext, ""), mxText( xText ) |