From 481293fcf5740cbc739e1e7d7f6082acbfb0cdf6 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 30 Jan 2017 08:28:17 +0100 Subject: Indentation fixes Change-Id: I22247da71d1594187c531ca5552cf75363aaddfd --- sw/qa/extras/rtfimport/rtfimport.cxx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'sw/qa/extras/rtfimport/rtfimport.cxx') diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx index e71be6a13455..c574e395f9b1 100644 --- a/sw/qa/extras/rtfimport/rtfimport.cxx +++ b/sw/qa/extras/rtfimport/rtfimport.cxx @@ -1616,17 +1616,26 @@ DECLARE_RTFIMPORT_TEST(testCp1000018, "cp1000018.rtf") CPPUNIT_ASSERT_EQUAL(aExpected, xTextRange->getString()); } -class testTdf105511 : public Test { +class testTdf105511 : public Test +{ protected: - virtual OUString getTestName() override { return OUString("testTdf105511"); } + virtual OUString getTestName() override + { + return OUString("testTdf105511"); + } public: CPPUNIT_TEST_SUITE(testTdf105511); CPPUNIT_TEST(Import); CPPUNIT_TEST_SUITE_END(); - void Import() { - struct DefaultLocale : public comphelper::ConfigurationProperty { - static OUString path() { return OUString("/org.openoffice.Office.Linguistic/General/DefaultLocale"); } + void Import() + { + struct DefaultLocale : public comphelper::ConfigurationProperty + { + static OUString path() + { + return OUString("/org.openoffice.Office.Linguistic/General/DefaultLocale"); + } ~DefaultLocale() = delete; }; auto batch = comphelper::ConfigurationChanges::create(); -- cgit v1.2.3