diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-01-17 09:11:11 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-01-17 09:13:03 +0100 |
commit | d74e3b5bc43635c8c86988884b97929c3b086732 (patch) | |
tree | 9647cf7265181c2231be5cca62c4e313681fcfbc /sw/inc/tox.hxx | |
parent | 2757ee9fe610e253e4ccc37423fa420004d0f388 (diff) |
sw, sd: fix indentation
The indentation in these files is consistent otherwise, let's keep it
that way.
Change-Id: I1d73caa03425cd4d1c98ff07935512b002fb2c72
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r-- | sw/inc/tox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx index d612d0d400ea..376c3140fa99 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -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: |