summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-04-11 12:42:09 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-04-11 12:42:09 +0200
commita94ef79826fdb52bcde2d0ee8b76da6df46962f2 (patch)
tree79f378bb9815dd4639b88af44df2bad7b4186e54
parentb9dbd58cdd3767ee5d574023c6331932440275b9 (diff)
sw: fix indentation in SidebarScrollBar
Change-Id: Ida2e22690a2fc9e6319701e401ea66aa47d4c081
-rw-r--r--sw/source/uibase/docvw/SidebarScrollBar.hxx10
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
{