diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 18:50:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 14:54:56 -0600 |
commit | bed18b128ff1329579369b07b2b172e2906649f8 (patch) | |
tree | 2d3766c57b8b262e9560578edecb83e070154fe1 /forms/source/inc/services.hxx | |
parent | 224f6c17f7119ca65716a73f21244ddd3e26a653 (diff) |
Remove visual noise from forms
Conflicts:
forms/source/component/DatabaseForm.cxx
Change-Id: I4005fe65e89794bd92191c37221c252a3e964917
Reviewed-on: https://gerrit.libreoffice.org/8262
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms/source/inc/services.hxx')
-rw-r--r-- | forms/source/inc/services.hxx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/forms/source/inc/services.hxx b/forms/source/inc/services.hxx index f1cba8476be2..62e204771243 100644 --- a/forms/source/inc/services.hxx +++ b/forms/source/inc/services.hxx @@ -23,10 +23,10 @@ #include <rtl/ustring.hxx> #include "frm_strings.hxx" -//......................................................................... + namespace frm { -//......................................................................... + #define AWT_CONTROL_TEXTFIELD "com.sun.star.awt.TextField" @@ -71,9 +71,9 @@ namespace frm #define VCL_CONTROLMODEL_SPINBUTTON "com.sun.star.awt.UnoControlSpinButtonModel" #define VCL_CONTROL_SPINBUTTON "com.sun.star.awt.UnoControlSpinButton" - // ----------------------- + // service names for compatibility - // ----------------------- + #define FRM_COMPONENT_FORM "stardiv.one.form.component.Form" #define FRM_COMPONENT_EDIT "stardiv.one.form.component.Edit" // compatibility #define FRM_COMPONENT_TEXTFIELD "stardiv.one.form.component.TextField" @@ -118,9 +118,9 @@ namespace frm #define STARDIV_ONE_FORM_CONTROL_FORMATTEDFIELD "stardiv.one.form.control.FormattedField" // </compatibility_I> - // ----------------------- + // new (sun) service names - // ----------------------- + #define FRM_SUN_COMPONENT_FORM "com.sun.star.form.component.Form" #define FRM_SUN_COMPONENT_HTMLFORM "com.sun.star.form.component.HTMLForm" #define FRM_SUN_COMPONENT_DATAFORM "com.sun.star.form.component.DataForm" @@ -198,23 +198,23 @@ namespace frm #define VALIDATABLE_CONTROL_MODEL "com.sun.star.form.binding.ValidatableControlModel" #define VALIDATABLE_BINDABLE_CONTROL_MODEL "com.sun.star.form.binding.ValidatableBindableControlModel" - // ----------------------- + // common - // ----------------------- + #define FRM_SUN_FORMCOMPONENT "com.sun.star.form.FormComponent" - // ----------------------- + // misc - // ----------------------- + #define SRV_AWT_IMAGEPRODUCER "com.sun.star.awt.ImageProducer" #define SRV_SDB_ROWSET "com.sun.star.sdb.RowSet" #define SRV_SDB_CONNECTION "com.sun.star.sdb.Connection" -//......................................................................... + } // namespace frm -//......................................................................... + #endif // INCLUDED_FORMS_SOURCE_INC_SERVICES_HXX |