diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-04-11 12:42:09 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-04-11 12:42:09 +0200 |
commit | a94ef79826fdb52bcde2d0ee8b76da6df46962f2 (patch) | |
tree | 79f378bb9815dd4639b88af44df2bad7b4186e54 /sw | |
parent | b9dbd58cdd3767ee5d574023c6331932440275b9 (diff) |
sw: fix indentation in SidebarScrollBar
Change-Id: Ida2e22690a2fc9e6319701e401ea66aa47d4c081
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/docvw/SidebarScrollBar.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/source/uibase/docvw/SidebarScrollBar.hxx b/sw/source/uibase/docvw/SidebarScrollBar.hxx index e85eaedf0798..67c639f49770 100644 --- a/sw/source/uibase/docvw/SidebarScrollBar.hxx +++ b/sw/source/uibase/docvw/SidebarScrollBar.hxx @@ -14,9 +14,13 @@ class SwView; -namespace sw { namespace annotation { - class SwAnnotationWin; -} } +namespace sw +{ +namespace annotation +{ +class SwAnnotationWin; +} +} namespace sw { |