diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-02-05 16:40:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-02-06 07:38:58 +0100 |
commit | f38e35338e3010f137d7b35fa3150792fabfa825 (patch) | |
tree | 1e025fd086f677580a9c7c079ccd6043dfc99fd0 /forms/source/component/Hidden.hxx | |
parent | 8a0b61172a14b8b766a2e85f27762db3558d3af7 (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 'forms/source/component/Hidden.hxx')
-rw-r--r-- | forms/source/component/Hidden.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/forms/source/component/Hidden.hxx b/forms/source/component/Hidden.hxx index d3b4d7d51eb1..8eec7498835e 100644 --- a/forms/source/component/Hidden.hxx +++ b/forms/source/component/Hidden.hxx @@ -65,10 +65,8 @@ protected: virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) override; }; -#endif // INCLUDED_FORMS_SOURCE_COMPONENT_HIDDEN_HXX - - } +#endif // INCLUDED_FORMS_SOURCE_COMPONENT_HIDDEN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |