diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-08-29 17:40:38 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-08-29 17:42:54 +0200 |
commit | 698153d9096f705cc5e16e8ae6fc0ebd9210c79d (patch) | |
tree | c0b4dbe0c0e5fd4e0f782f0950ab5497a37fb282 /sw/inc/unoredline.hxx | |
parent | 313fe1f7076fd7e078d5e52be9060150d60ce774 (diff) |
Indentation fixes
Change-Id: I903fcd36878cd0b74757805bcbdb414feb713d7b
Diffstat (limited to 'sw/inc/unoredline.hxx')
-rw-r--r-- | sw/inc/unoredline.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unoredline.hxx b/sw/inc/unoredline.hxx index 30e03ddaec71..48d86a7230b4 100644 --- a/sw/inc/unoredline.hxx +++ b/sw/inc/unoredline.hxx @@ -106,7 +106,7 @@ public: const SwRangeRedline* GetRedline() const {return pRedline;} protected: //SwClient - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override; + virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override; }; #endif |