summaryrefslogtreecommitdiff
path: root/chart2/source/inc
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 /chart2/source/inc
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 'chart2/source/inc')
-rw-r--r--chart2/source/inc/Strings.hrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/chart2/source/inc/Strings.hrc b/chart2/source/inc/Strings.hrc
index 59de25d68de0..950050ba228f 100644
--- a/chart2/source/inc/Strings.hrc
+++ b/chart2/source/inc/Strings.hrc
@@ -85,7 +85,6 @@
#define STR_REGRESSION_POLYNOMIAL (RID_APP_START + 300)
#define STR_REGRESSION_MOVING_AVERAGE (RID_APP_START + 301)
-
//for scale tab page
//see Strings_Scale.src
@@ -96,7 +95,6 @@
#define STR_INVALID_INTERVALS (RID_APP_START + 291)
#define STR_INVALID_TIME_UNIT (RID_APP_START + 292)
-
//for range dialog
#define STR_DATA_ROLE_LABEL (RID_APP_START + 241)
#define STR_DATA_ROLE_X (RID_APP_START + 242)
@@ -123,7 +121,6 @@
#define STR_DATA_SELECT_RANGE_FOR_CATEGORIES (RID_APP_START + 253)
#define STR_DATA_SELECT_RANGE_FOR_DATALABELS (RID_APP_START + 195)
-
//chart objects
//e.g. used as titles for insert dialogs and object properties dialog
//also used in tip help, in status descriptions e.g. '%object% marked' or in undo action e.g. 'moved %object%'
@@ -197,7 +194,6 @@
#define STR_OBJECT_CURVE_EQUATION (RID_APP_START + 268)
#define STR_OBJECT_SHAPE (RID_APP_START + 290)
-
//Titles for tabpages and dialogs
#define STR_PAGE_LINE (RID_APP_START + 216)
@@ -233,7 +229,6 @@
#define STR_PAGE_POSITIONING (RID_APP_START + 277)
#define STR_PAGE_ASIAN (RID_APP_START + 281)
-
//strings used as description for actions on toolbar icons, as tip help or for undo
#define STR_ACTION_EDIT_CHARTTYPE (RID_APP_START + 78)
@@ -246,7 +241,6 @@
#define STR_ACTION_REARRANGE_CHART (RID_APP_START + 94)
#define STR_ACTION_EDIT_TEXT (RID_APP_START + 95)
-
//statusbar strings and balloon help
#define STR_STATUS_PIE_SEGMENT_EXPLODED (RID_APP_START + 179)
@@ -257,7 +251,6 @@
#define STR_TIP_DATAPOINT_INDEX (RID_APP_START + 141)
#define STR_TIP_DATAPOINT_VALUES (RID_APP_START + 142)
-
//warning and info boxes
#define STR_ACTION_NOTPOSSIBLE (RID_APP_START + 107)