diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 05:23:52 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 05:23:52 +0200 |
commit | 58e6fbe1a8a4fa4f25d68f0d2f5f9dade9c64ddb (patch) | |
tree | ff084a256ac1ad4aba79869ffd98c5f83a79f721 /starmath | |
parent | 3352a88c8c173acbb15dd95f4738362332107ab7 (diff) |
remove unused WarningBoxes
Change-Id: I07c457a49646703af5d13f83ba033340309ee655
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/starmath.hrc | 1 | ||||
-rw-r--r-- | starmath/source/smres.src | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index e31c68cbd40f..768c9bee68b1 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -79,7 +79,6 @@ #define RID_MATH_TOOLBOX (RID_APP_START + 50) -#define RID_NOMATHTYPEFACEWARNING (RID_APP_START + 204) #define RID_OBJECTNAME (RID_APP_START + 501) // free #define RID_UNDOEDITNAME (RID_APP_START + 503) diff --git a/starmath/source/smres.src b/starmath/source/smres.src index 434ac2de7bc1..37649f092079 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -23,11 +23,6 @@ #include "toolbox.hrc" #include "smcommands.h" -WarningBox RID_NOMATHTYPEFACEWARNING -{ - Message [ en-US ] = "The 'StarMath' font has not been installed.\nWithout this font %PRODUCTNAME Math cannot function correctly.\nPlease install this font and restart %PRODUCTNAME Math." ; -}; - String RID_FONTREGULAR { Text [ en-US ] = "Standard" ; |