summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-05 16:40:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-02-06 07:38:58 +0100
commitf38e35338e3010f137d7b35fa3150792fabfa825 (patch)
tree1e025fd086f677580a9c7c079ccd6043dfc99fd0 /sd/source
parent8a0b61172a14b8b766a2e85f27762db3558d3af7 (diff)
clean up some include guard terminators
found with git grep -n -A10 '#endif // INCLUDED' | grep -v endif | grep -v vim | grep -v -- '--' Change-Id: I7ae67cd7c1313e76f059fb8e6afb723caca8a6d7 Reviewed-on: https://gerrit.libreoffice.org/49244 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/inc/fuhhconv.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/fuhhconv.hxx b/sd/source/ui/inc/fuhhconv.hxx
index 80a8e2d4f961..2afefda9ca51 100644
--- a/sd/source/ui/inc/fuhhconv.hxx
+++ b/sd/source/ui/inc/fuhhconv.hxx
@@ -54,8 +54,8 @@ private:
};
-#endif // INCLUDED_SD_SOURCE_UI_INC_FUHHCONV_HXX
-
} // end of namespace sd
+#endif // INCLUDED_SD_SOURCE_UI_INC_FUHHCONV_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */