summaryrefslogtreecommitdiff
path: root/sw/qa/extras/rtfimport/rtfimport.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-01-30 08:28:17 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-01-30 08:55:05 +0100
commit481293fcf5740cbc739e1e7d7f6082acbfb0cdf6 (patch)
treedb874f7aeff10f1deb353c2c118dfa9a121ed6c6 /sw/qa/extras/rtfimport/rtfimport.cxx
parentb67bdae596a1f6027e8ed4150172b0ed7be3f10f (diff)
Indentation fixes
Change-Id: I22247da71d1594187c531ca5552cf75363aaddfd
Diffstat (limited to 'sw/qa/extras/rtfimport/rtfimport.cxx')
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx19
1 files changed, 14 insertions, 5 deletions
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<DefaultLocale, rtl::OUString> {
- static OUString path() { return OUString("/org.openoffice.Office.Linguistic/General/DefaultLocale"); }
+ void Import()
+ {
+ struct DefaultLocale : public comphelper::ConfigurationProperty<DefaultLocale, rtl::OUString>
+ {
+ static OUString path()
+ {
+ return OUString("/org.openoffice.Office.Linguistic/General/DefaultLocale");
+ }
~DefaultLocale() = delete;
};
auto batch = comphelper::ConfigurationChanges::create();