summaryrefslogtreecommitdiffstats
path: root/forms/source/inc/property.hrc
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:50:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 14:54:56 -0600
commitbed18b128ff1329579369b07b2b172e2906649f8 (patch)
tree2d3766c57b8b262e9560578edecb83e070154fe1 /forms/source/inc/property.hrc
parentRemove visual noise from formula (diff)
downloadcore-bed18b128ff1329579369b07b2b172e2906649f8.tar.gz
core-bed18b128ff1329579369b07b2b172e2906649f8.zip
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/property.hrc')
-rw-r--r--forms/source/inc/property.hrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/inc/property.hrc b/forms/source/inc/property.hrc
index a35aa65db4e4..7820fd65ae01 100644
--- a/forms/source/inc/property.hrc
+++ b/forms/source/inc/property.hrc
@@ -22,10 +22,10 @@
#include <rtl/ustring.hxx>
#include "frm_strings.hxx"
-//.........................................................................
+
namespace frm
{
-//.........................................................................
+
// PropertyId's, welche eine Zuordnung zu einen PropertyName haben
#define PROPERTY_ID_START 0
@@ -297,9 +297,9 @@ namespace frm
// start ID fuer aggregierte Properties
#define PROPERTY_ID_AGGREGATE_ID (PROPERTY_ID_START + 10000)
-//.........................................................................
+
}
-//.........................................................................
+
#endif // _FRM_PROPERTY_HRC_