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