Kaydet (Commit) 9e8cd062 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: indentation fixes

Change-Id: Id5c95b30eb25d8e88cb596fca283b14f1c74ef69
üst ce0ad104
......@@ -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
......
......@@ -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 );
......
......@@ -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();
......
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