diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-10 09:30:00 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-10 09:30:18 +0100 |
commit | 9e8cd06234bc217490121745cfe3491c92560f8d (patch) | |
tree | b140ec7d379fde4eea0ae9cb9fbe563a885414ca /sw | |
parent | ce0ad10405bd590498d5f0c093d9afca96d3abca (diff) |
sw: indentation fixes
Change-Id: Id5c95b30eb25d8e88cb596fca283b14f1c74ef69
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/calbck.hxx | 2 | ||||
-rw-r--r-- | sw/inc/dcontact.hxx | 4 | ||||
-rw-r--r-- | sw/qa/extras/rtfimport/rtfimport.cxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx index 8032bc9c1d6d..c80cebc7b97c 100644 --- a/sw/inc/calbck.hxx +++ b/sw/inc/calbck.hxx @@ -87,7 +87,7 @@ namespace sw virtual void SwClientNotify( const SwModify&, const SfxHint& rHint) =0; public: bool IsLast() const { return !m_pLeft && !m_pRight; } - }; + }; } // SwClient class SW_DLLPUBLIC SwClient : ::sw::WriterListener diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx index 73d4242f337e..e50f999db180 100644 --- a/sw/inc/dcontact.hxx +++ b/sw/inc/dcontact.hxx @@ -232,13 +232,13 @@ class SwDrawVirtObj : public SdrVirtObj inserted into the drawing layer. */ SwDrawContact& mrDrawContact; - protected: + protected: /** AW: Need own sdr::contact::ViewContact since AnchorPos from parent is not used but something own (top left of new SnapRect minus top left of original SnapRect) */ virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() override; - public: + public: SwDrawVirtObj( SdrObject& _rNewObj, SwDrawContact& _rDrawContact ); diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx index 17cae46848c2..dc47a95a2a91 100644 --- a/sw/qa/extras/rtfimport/rtfimport.cxx +++ b/sw/qa/extras/rtfimport/rtfimport.cxx @@ -2380,7 +2380,7 @@ DECLARE_RTFIMPORT_TEST(testTdf54584, "tdf54584.rtf") uno::Reference<container::XEnumeration> xFields(xFieldsAccess->createEnumeration()); // \PAGE was ignored, so no fields were in document -> exception was thrown CPPUNIT_ASSERT_NO_THROW_MESSAGE("No fields in document found: field \"\\PAGE\" was not properly read", - xFields->nextElement()); + xFields->nextElement()); } CPPUNIT_PLUGIN_IMPLEMENT(); |