This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 132eec79d9 Cleaned up resource files
132eec79d9 is described below
commit 132eec79d93534b18589aae345338ead989e92d0
Author: mseidel <[email protected]>
AuthorDate: Sun Feb 11 00:22:16 2024 +0100
Cleaned up resource files
(cherry picked from commit c2b6e0a87ef53911ca36f930ea48fe473a32d5f9)
---
main/avmedia/source/framework/mediacontrol.src | 8 ++---
main/starmath/source/smres.src | 6 ++--
main/svx/source/stbctrls/stbctrls.src | 44 ++++++++++++--------------
3 files changed, 27 insertions(+), 31 deletions(-)
diff --git a/main/avmedia/source/framework/mediacontrol.src
b/main/avmedia/source/framework/mediacontrol.src
index df5e80e8a7..e3c42678b5 100644
--- a/main/avmedia/source/framework/mediacontrol.src
+++ b/main/avmedia/source/framework/mediacontrol.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#include "mediacontrol.hrc"
String AVMEDIA_STR_OPEN
@@ -81,21 +79,21 @@ String AVMEDIA_STR_ZOOM
String AVMEDIA_STR_ZOOM_50
{
- Text [ en-US ] = "50 %" ;
+ Text [ en-US ] = "50%" ;
};
//
------------------------------------------------------------------------------
String AVMEDIA_STR_ZOOM_100
{
- Text [ en-US ] = "100 %" ;
+ Text [ en-US ] = "100%" ;
};
//
------------------------------------------------------------------------------
String AVMEDIA_STR_ZOOM_200
{
- Text [ en-US ] = "200 %" ;
+ Text [ en-US ] = "200%" ;
};
//
------------------------------------------------------------------------------
diff --git a/main/starmath/source/smres.src b/main/starmath/source/smres.src
index ecaf30cb7f..d030d01707 100644
--- a/main/starmath/source/smres.src
+++ b/main/starmath/source/smres.src
@@ -1441,19 +1441,19 @@ Menu RID_VIEWMENU
{
Identifier = SID_VIEW050 ;
HelpId = CMD_SID_VIEW050 ;
- Text [ en-US ] = "~View 50 %" ;
+ Text [ en-US ] = "~View 50%" ;
};
MenuItem
{
Identifier = SID_VIEW100 ;
HelpId = CMD_SID_VIEW100 ;
- Text [ en-US ] = "View ~100 %" ;
+ Text [ en-US ] = "View ~100%" ;
};
MenuItem
{
Identifier = SID_VIEW200 ;
HelpId = CMD_SID_VIEW200 ;
- Text [ en-US ] = "View ~200 %" ;
+ Text [ en-US ] = "View ~200%" ;
};
MenuItem
{
diff --git a/main/svx/source/stbctrls/stbctrls.src
b/main/svx/source/stbctrls/stbctrls.src
index ef1ec8ae22..f8949124c0 100644
--- a/main/svx/source/stbctrls/stbctrls.src
+++ b/main/svx/source/stbctrls/stbctrls.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
// include ---------------------------------------------------------------
#include <svx/dialogs.hrc>
#include "helpid.hrc"
@@ -94,31 +92,31 @@ Menu RID_SVXMNU_ZOOM
{
Identifier = ZOOM_200 ;
HelpId = HID_MNU_ZOOM_200 ;
- Text [ en-US ] = "200 %" ;
+ Text [ en-US ] = "200%" ;
};
MenuItem
{
Identifier = ZOOM_150 ;
HelpId = HID_MNU_ZOOM_150 ;
- Text [ en-US ] = "150 %" ;
+ Text [ en-US ] = "150%" ;
};
MenuItem
{
Identifier = ZOOM_100 ;
HelpId = HID_MNU_ZOOM_100 ;
- Text [ en-US ] = "100 %" ;
+ Text [ en-US ] = "100%" ;
};
MenuItem
{
Identifier = ZOOM_75 ;
HelpId = HID_MNU_ZOOM_75 ;
- Text [ en-US ] = "75 %" ;
+ Text [ en-US ] = "75%" ;
};
MenuItem
{
Identifier = ZOOM_50 ;
HelpId = HID_MNU_ZOOM_50 ;
- Text [ en-US ] = "50 %" ;
+ Text [ en-US ] = "50%" ;
};
MenuItem
{
@@ -269,10 +267,10 @@ Image RID_SVXBMP_SIGNET_BROKEN_H
};
Image RID_SVXBMP_SIGNET_NOTVALIDATED_H
{
- ImageBitmap = Bitmap
- {
- File = "notcertificate_11x16_h.png" ;
- };
+ ImageBitmap = Bitmap
+ {
+ File = "notcertificate_11x16_h.png" ;
+ };
};
@@ -285,24 +283,24 @@ Image RID_SVXBMP_SLIDERBUTTON
};
Image RID_SVXBMP_SLIDERDECREASE
{
- ImageBitmap = Bitmap
- {
- File = "slidezoomout_11.png" ;
- };
+ ImageBitmap = Bitmap
+ {
+ File = "slidezoomout_11.png" ;
+ };
};
Image RID_SVXBMP_SLIDERINCREASE
{
- ImageBitmap = Bitmap
- {
- File = "slidezoomin_11.png" ;
- };
+ ImageBitmap = Bitmap
+ {
+ File = "slidezoomin_11.png" ;
+ };
};
Image RID_SVXBMP_SLIDERBUTTON_HC
{
- ImageBitmap = Bitmap
- {
- File = "slidecontrol_h.png" ;
- };
+ ImageBitmap = Bitmap
+ {
+ File = "slidecontrol_h.png" ;
+ };
};
Image RID_SVXBMP_SLIDERDECREASE_HC
{