summaryrefslogtreecommitdiff
path: root/starmath/source/smres.src
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-14 00:02:01 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-14 09:43:02 +0100
commite2beb3ee1519ecb790c157853050d3b352d3839c (patch)
tree36e0826bd4ea3b5c81e1a8f29ce5d0e330ae6bed /starmath/source/smres.src
parentdbbfdf3d32760498b746d3d5c5dcbcccf7932225 (diff)
starmath: use global resource string
In favor of many getters and setters :) Change-Id: Ibdfe6e2cb70ec2e743def2f898c1b56713af2661
Diffstat (limited to 'starmath/source/smres.src')
-rw-r--r--starmath/source/smres.src82
1 files changed, 40 insertions, 42 deletions
diff --git a/starmath/source/smres.src b/starmath/source/smres.src
index 62c5bd34998c..0907229d4912 100644
--- a/starmath/source/smres.src
+++ b/starmath/source/smres.src
@@ -17,14 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <sfx2/sfx.hrc>
#include <sfx2/tabpage.hrc>
#include <svx/globlmn.hrc>
#include "starmath.hrc"
#include "dialog.hrc"
#include "toolbox.hrc"
-#include "ElementsDockingWindow.hrc"
#include "smcommands.h"
#define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
@@ -394,47 +392,47 @@ DockingWindow RID_ELEMENTSDOCKINGWINDOW
};
Text [ en-US ] = "Elements Dock" ;
+};
- String STR_BLACK
- {
- Text [ en-US ] = "black" ;
- };
- String STR_BLUE
- {
- Text [ en-US ] = "blue" ;
- };
- String STR_GREEN
- {
- Text [ en-US ] = "green" ;
- };
- String STR_RED
- {
- Text [ en-US ] = "red" ;
- };
- String STR_CYAN
- {
- Text [ en-US ] = "cyan" ;
- };
- String STR_MAGENTA
- {
- Text [ en-US ] = "magenta" ;
- };
- String STR_YELLOW
- {
- Text [ en-US ] = "yellow" ;
- };
- String STR_HIDE
- {
- Text [ en-US ] = "hide" ;
- };
- String STR_SIZE
- {
- Text [ en-US ] = "size" ;
- };
- String STR_FONT
- {
- Text [ en-US ] = "font" ;
- };
+String STR_BLACK
+{
+ Text [ en-US ] = "black" ;
+};
+String STR_BLUE
+{
+ Text [ en-US ] = "blue" ;
+};
+String STR_GREEN
+{
+ Text [ en-US ] = "green" ;
+};
+String STR_RED
+{
+ Text [ en-US ] = "red" ;
+};
+String STR_CYAN
+{
+ Text [ en-US ] = "cyan" ;
+};
+String STR_MAGENTA
+{
+ Text [ en-US ] = "magenta" ;
+};
+String STR_YELLOW
+{
+ Text [ en-US ] = "yellow" ;
+};
+String STR_HIDE
+{
+ Text [ en-US ] = "hide" ;
+};
+String STR_SIZE
+{
+ Text [ en-US ] = "size" ;
+};
+String STR_FONT
+{
+ Text [ en-US ] = "font" ;
};
String STR_ALIGN_LEFT