summaryrefslogtreecommitdiff
path: root/editeng/source/xml/xmltxtexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/xml/xmltxtexp.cxx')
-rw-r--r--editeng/source/xml/xmltxtexp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/editeng/source/xml/xmltxtexp.cxx b/editeng/source/xml/xmltxtexp.cxx
index dbec0daf11f0..49196c4ba86c 100644
--- a/editeng/source/xml/xmltxtexp.cxx
+++ b/editeng/source/xml/xmltxtexp.cxx
@@ -345,11 +345,11 @@ class SvxXMLTextExportComponent : public SvXMLExport
{
public:
SvxXMLTextExportComponent(
- const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xContext,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rContext,
EditEngine* pEditEngine,
const ESelection& rSel,
const OUString& rFileName,
- const com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler > & xHandler );
+ const com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler >& rHandler );
virtual ~SvxXMLTextExportComponent();
@@ -366,7 +366,7 @@ private:
SvxXMLTextExportComponent::SvxXMLTextExportComponent(
- const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xContext,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext,
EditEngine* pEditEngine,
const ESelection& rSel,
const OUString& rFileName,