summaryrefslogtreecommitdiff
path: root/svx/inc/globlmn_tmpl.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 /svx/inc/globlmn_tmpl.hrc
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 'svx/inc/globlmn_tmpl.hrc')
-rw-r--r--svx/inc/globlmn_tmpl.hrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc
index 9ba061fcc8d8..6a650fabfba2 100644
--- a/svx/inc/globlmn_tmpl.hrc
+++ b/svx/inc/globlmn_tmpl.hrc
@@ -128,7 +128,6 @@
Command = CMD_SID_SET_SUB_SCRIPT; \
Text [ en-US ] = "Su~bscript"; \
-
#define ITEM_FORMAT_ATTR_PARA_ADJUST_LEFT \
Identifier = SID_ATTR_PARA_ADJUST_LEFT ; \
Command = ".uno:LeftPara" ; \
@@ -239,7 +238,6 @@
Command = ".uno:ToggleObjectBezierMode" ; \
Text [ en-US ] = "Edit ~Points" ;\
-
#define ITEM_EDIT_PASTE \
Identifier = SID_PASTE ; \
Command = ".uno:Paste" ; \
@@ -275,7 +273,6 @@
Command = ".uno:Zoom" ; \
Text [ en-US ] = "~Zoom..." ; \
-
#define ITEM_FORMAT_NUMBERING \
MenuItem\
{\
@@ -283,7 +280,6 @@
Text [ en-US ] = "~Bullets and Numbering..." ; \
};
-
#define ITEM_POLY_MERGE \
MenuItem\
{\
@@ -323,7 +319,6 @@
};\
};
-
/*------------------------------------------------------------------------
Context Menus
------------------------------------------------------------------------*/
@@ -517,7 +512,6 @@
Command = CMD_SID_OPEN_SMARTTAGMENU; \
Text [ en-US ] = "Open ~Smart Tag Menu" ; \
-
#endif // #ifndef _GLOBLMN_HRC
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */