summaryrefslogtreecommitdiff
path: root/forms
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
parente175eb3cedded28909247f4d46f2c17ff2f58be2 (diff)
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')
-rw-r--r--forms/source/inc/frm_resource.hrc2
-rw-r--r--forms/source/inc/property.hrc5
-rw-r--r--forms/source/resource/strings.src1
-rw-r--r--forms/source/resource/xforms.src1
4 files changed, 0 insertions, 9 deletions
diff --git a/forms/source/inc/frm_resource.hrc b/forms/source/inc/frm_resource.hrc
index 2275f445988e..86a976b916e8 100644
--- a/forms/source/inc/frm_resource.hrc
+++ b/forms/source/inc/frm_resource.hrc
@@ -22,10 +22,8 @@
#include <svl/solar.hrc>
-
#define RID_FRM_STRINGS_START RID_FORMLAYER_START
-
//- String-IDs
#define RID_BASELISTBOX_ERROR_FILLLIST ( RID_FRM_STRINGS_START + 0 )
#define RID_STR_IMPORT_GRAPHIC ( RID_FRM_STRINGS_START + 1 )
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: */
diff --git a/forms/source/resource/strings.src b/forms/source/resource/strings.src
index 4df1bd7933ee..3a252c7d78ab 100644
--- a/forms/source/resource/strings.src
+++ b/forms/source/resource/strings.src
@@ -94,7 +94,6 @@ String RID_STR_CLEAR_GRAPHICS
Text [ en-US ] = "Remove Image";
};
-
String RID_STR_INVALIDSTREAM
{
Text [ en-US ] = "The given stream is invalid.";
diff --git a/forms/source/resource/xforms.src b/forms/source/resource/xforms.src
index e223e619ac5d..b878f21c7ed8 100644
--- a/forms/source/resource/xforms.src
+++ b/forms/source/resource/xforms.src
@@ -19,7 +19,6 @@
#include "frm_resource.hrc"
-
String RID_STR_XFORMS_NO_BINDING_EXPRESSION
{
Text [ en-US ] = "Please enter a binding expression.";