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/unosett.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/unosett.hxx')
-rw-r--r-- | sw/inc/unosett.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unosett.hxx b/sw/inc/unosett.hxx index 6386f4fcb0e8..73ce65c600e8 100644 --- a/sw/inc/unosett.hxx +++ b/sw/inc/unosett.hxx @@ -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]; |