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

sw, sd: fix indentation

The indentation in these files is consistent otherwise, let's keep it
that way.

Change-Id: I1d73caa03425cd4d1c98ff07935512b002fb2c72
üst 2757ee9f
......@@ -1493,7 +1493,7 @@ void SdTiledRenderingTest::testTdf81754()
// now save, reload, and assert that we did not lose the edit
::sd::DrawDocShellRef xDocShRef = saveAndReload(pXImpressDocument->GetDocShell(), PPTX);
const SdrPage *pPage = GetPage(1, xDocShRef);
const SdrPage* pPage = GetPage(1, xDocShRef);
SdrTextObj* pTextObject = dynamic_cast<SdrTextObj*>(pPage->GetObj(1));
CPPUNIT_ASSERT(pTextObject);
......
......@@ -50,7 +50,7 @@ class SW_DLLPUBLIC SwLineNumberInfo : public SwClient /**< purpose of derivation
bool bRestartEachPage; /**< Restart counting at the first paragraph of each page
(even on follows when paragraphs are splitted) */
protected:
virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override;
virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override;
public:
SwLineNumberInfo();
......
......@@ -81,7 +81,7 @@ class SW_DLLPUBLIC SwTOXMark
protected:
// SwClient
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override;
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override;
public:
......
......@@ -74,7 +74,7 @@ class SW_DLLPUBLIC SwTextRuby : public SwTextAttrNesting, public SwClient
{
SwTextNode* m_pTextNode;
protected:
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override;
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override;
public:
SwTextRuby( SwFormatRuby& rAttr, sal_Int32 nStart, sal_Int32 nEnd );
virtual ~SwTextRuby() override;
......
......@@ -140,8 +140,8 @@ class SwXNumberingRules : public cppu::WeakAggImplHelper5
>
{
private:
class Impl;
::sw::UnoImplPtr<Impl> m_pImpl;
class Impl;
::sw::UnoImplPtr<Impl> m_pImpl;
OUString m_sNewCharStyleNames[MAXLEVEL];
OUString m_sNewBulletFontNames[MAXLEVEL];
......
......@@ -151,7 +151,7 @@ class SwXAutoStyleFamily : public cppu::WeakImplHelper< css::style::XAutoStyleFa
IStyleAccess::SwAutoStyleFamily m_eFamily;
protected:
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override;
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override;
public:
SwXAutoStyleFamily(SwDocShell* pDocShell, IStyleAccess::SwAutoStyleFamily eFamily);
......
......@@ -62,7 +62,7 @@ public:
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nMId ) override;
protected:
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override;
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override;
};
inline bool SwUserFieldType::IsValid() const
......
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