From bed18b128ff1329579369b07b2b172e2906649f8 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 18:50:02 +0100 Subject: Remove visual noise from forms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conflicts: forms/source/component/DatabaseForm.cxx Change-Id: I4005fe65e89794bd92191c37221c252a3e964917 Reviewed-on: https://gerrit.libreoffice.org/8262 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- forms/source/component/File.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'forms/source/component/File.hxx') diff --git a/forms/source/component/File.hxx b/forms/source/component/File.hxx index 9b1d710a7975..56ffc1f021d7 100644 --- a/forms/source/component/File.hxx +++ b/forms/source/component/File.hxx @@ -22,14 +22,14 @@ #include "FormComponent.hxx" -//......................................................................... + namespace frm { -//......................................................................... -//================================================================== + + // OFileControlModel -//================================================================== + class OFileControlModel :public OControlModel ,public ::com::sun::star::form::XReset @@ -87,9 +87,9 @@ protected: DECLARE_XCLONEABLE(); }; -//......................................................................... + } // namespace frm -//......................................................................... + #endif // INCLUDED_FORMS_SOURCE_COMPONENT_FILE_HXX -- cgit