summaryrefslogtreecommitdiffstats
path: root/forms/source/inc/property.hrc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-18 16:56:16 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:22 +0200
commit3db8d606d5cdb5f0569a4263d4793c17920d0ae1 (patch)
treee8b5e1e6275c4ccc0cd55c94e39ae7d8bc598e4e /forms/source/inc/property.hrc
parentfdo#77891 fix python crash when in GUI mode, target WinXP with VS2012 (diff)
downloadcore-3db8d606d5cdb5f0569a4263d4793c17920d0ae1.tar.gz
core-3db8d606d5cdb5f0569a4263d4793c17920d0ae1.zip
hrc and src files: squeeze multiple newlines
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
Diffstat (limited to 'forms/source/inc/property.hrc')
-rw-r--r--forms/source/inc/property.hrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/forms/source/inc/property.hrc b/forms/source/inc/property.hrc
index 7820fd65ae01..c924aab7102c 100644
--- a/forms/source/inc/property.hrc
+++ b/forms/source/inc/property.hrc
@@ -22,11 +22,9 @@
#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,11 +295,8 @@ namespace frm
// start ID fuer aggregierte Properties
#define PROPERTY_ID_AGGREGATE_ID (PROPERTY_ID_START + 10000)
-
}
-
-
#endif // _FRM_PROPERTY_HRC_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */