Kaydet (Commit) 481293fc authored tarafından Miklos Vajna's avatar Miklos Vajna

Indentation fixes

Change-Id: I22247da71d1594187c531ca5552cf75363aaddfd
üst b67bdae5
...@@ -1616,17 +1616,26 @@ DECLARE_RTFIMPORT_TEST(testCp1000018, "cp1000018.rtf") ...@@ -1616,17 +1616,26 @@ DECLARE_RTFIMPORT_TEST(testCp1000018, "cp1000018.rtf")
CPPUNIT_ASSERT_EQUAL(aExpected, xTextRange->getString()); CPPUNIT_ASSERT_EQUAL(aExpected, xTextRange->getString());
} }
class testTdf105511 : public Test { class testTdf105511 : public Test
{
protected: protected:
virtual OUString getTestName() override { return OUString("testTdf105511"); } virtual OUString getTestName() override
{
return OUString("testTdf105511");
}
public: public:
CPPUNIT_TEST_SUITE(testTdf105511); CPPUNIT_TEST_SUITE(testTdf105511);
CPPUNIT_TEST(Import); CPPUNIT_TEST(Import);
CPPUNIT_TEST_SUITE_END(); CPPUNIT_TEST_SUITE_END();
void Import() { void Import()
struct DefaultLocale : public comphelper::ConfigurationProperty<DefaultLocale, rtl::OUString> { {
static OUString path() { return OUString("/org.openoffice.Office.Linguistic/General/DefaultLocale"); } struct DefaultLocale : public comphelper::ConfigurationProperty<DefaultLocale, rtl::OUString>
{
static OUString path()
{
return OUString("/org.openoffice.Office.Linguistic/General/DefaultLocale");
}
~DefaultLocale() = delete; ~DefaultLocale() = delete;
}; };
auto batch = comphelper::ConfigurationChanges::create(); auto batch = comphelper::ConfigurationChanges::create();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment