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/inc/frm_strings.hxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'forms/source/inc/frm_strings.hxx') diff --git a/forms/source/inc/frm_strings.hxx b/forms/source/inc/frm_strings.hxx index 60e4e2c8d145..87f87c87e1f5 100644 --- a/forms/source/inc/frm_strings.hxx +++ b/forms/source/inc/frm_strings.hxx @@ -24,14 +24,14 @@ #include #include -//.............................................................................. + namespace frm { -//.............................................................................. - //-------------------------------------------------------------------------- + + //- properties - //-------------------------------------------------------------------------- + #define PROPERTY_TABINDEX "TabIndex" #define PROPERTY_TAG "Tag" #define PROPERTY_NAME "Name" @@ -270,9 +270,9 @@ namespace frm #define PROPERTY_CONTROL_TYPE_IN_MSO "ControlTypeinMSO" #define PROPERTY_OBJ_ID_IN_MSO "ObjIDinMSO" - //-------------------------------------------------------------------------- + //- URLs - //-------------------------------------------------------------------------- + #define URL_FORM_POSITION ".uno:FormController/positionForm" #define URL_FORM_RECORDCOUNT ".uno:FormController/RecordCount" #define URL_RECORD_FIRST ".uno:FormController/moveToFirst" @@ -294,9 +294,9 @@ namespace frm #define URL_FORM_APPLY_FILTER ".uno:FormController/applyFilter" #define URL_FORM_REMOVE_FILTER ".uno:FormController/removeFilterOrder" -//.............................................................................. + } // namespace frm -//.............................................................................. + #endif // INCLUDED_FORMS_SOURCE_INC_FRM_STRINGS_HXX -- cgit