summaryrefslogtreecommitdiff
path: root/forms
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 /forms
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 'forms')
-rw-r--r--forms/source/component/Columns.hxx4
-rw-r--r--forms/source/component/Hidden.hxx4
2 files changed, 2 insertions, 6 deletions
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: */