From f8847d3ab4a5ea567f97b05181ed307135ade258 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 8 Jul 2016 09:03:27 +0200 Subject: oox: indentation fixes These files had consistently no space between the "const" and "&", keep it that way. Change-Id: I5463c488d807344d67fb22ad544c049ea749be94 --- sw/qa/extras/rtfimport/rtfimport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/qa') diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx index 602970a7b7f4..19f44e35738a 100644 --- a/sw/qa/extras/rtfimport/rtfimport.cxx +++ b/sw/qa/extras/rtfimport/rtfimport.cxx @@ -98,7 +98,7 @@ public: protected: /// Copy&paste helper. - void paste(const OUString& aFilename, uno::Reference const & xTextRange = uno::Reference()) + void paste(const OUString& aFilename, uno::Reference const& xTextRange = uno::Reference()) { uno::Reference xFilter(m_xSFactory->createInstance("com.sun.star.comp.Writer.RtfFilter"), uno::UNO_QUERY_THROW); uno::Reference xImporter(xFilter, uno::UNO_QUERY_THROW); -- cgit