From f38e35338e3010f137d7b35fa3150792fabfa825 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 5 Feb 2018 16:40:53 +0200 Subject: 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 Reviewed-by: Noel Grandin --- forms/source/component/Columns.hxx | 4 +--- forms/source/component/Hidden.hxx | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'forms') diff --git a/forms/source/component/Columns.hxx b/forms/source/component/Columns.hxx index 66a61056ac7e..482a004347b0 100644 --- a/forms/source/component/Columns.hxx +++ b/forms/source/component/Columns.hxx @@ -196,10 +196,8 @@ DECL_COLUMN(ComboBoxColumn) DECL_COLUMN(ListBoxColumn) DECL_COLUMN(FormattedFieldColumn) -#endif // INCLUDED_FORMS_SOURCE_COMPONENT_COLUMNS_HXX - - } // namespace frm +#endif // INCLUDED_FORMS_SOURCE_COMPONENT_COLUMNS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 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: */ -- cgit