summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-07-08 09:03:27 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-07-08 09:05:43 +0200
commitf8847d3ab4a5ea567f97b05181ed307135ade258 (patch)
tree19864bfc06b2f7bca2e1e3a0980b46519e327bbc /sw/qa
parent9d1f51307d61d0b9a8a8e4847b9e7e5c0177322e (diff)
oox: indentation fixes
These files had consistently no space between the "const" and "&", keep it that way. Change-Id: I5463c488d807344d67fb22ad544c049ea749be94
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx2
1 files changed, 1 insertions, 1 deletions
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<text::XTextRange> const & xTextRange = uno::Reference<text::XTextRange>())
+ void paste(const OUString& aFilename, uno::Reference<text::XTextRange> const& xTextRange = uno::Reference<text::XTextRange>())
{
uno::Reference<document::XFilter> xFilter(m_xSFactory->createInstance("com.sun.star.comp.Writer.RtfFilter"), uno::UNO_QUERY_THROW);
uno::Reference<document::XImporter> xImporter(xFilter, uno::UNO_QUERY_THROW);