diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-01-07 15:23:52 +0900 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-07 08:03:04 +0000 |
commit | f84d09cdda19e51373ec0ac4afb969483be24425 (patch) | |
tree | 7cf756f3c6a3fc8a159b8b739e9b7081ceaa3d09 /starmath/source/smres.src | |
parent | 4038f5535658c0e0fb5e3711974f48ef4a96b30a (diff) |
starmath: Remove unused resource items
Change-Id: Ia64d33a6a755f6a0c1418c7230f4734a06febed4
Reviewed-on: https://gerrit.libreoffice.org/21187
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'starmath/source/smres.src')
-rw-r--r-- | starmath/source/smres.src | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/starmath/source/smres.src b/starmath/source/smres.src index 65d18247af78..1909f556526c 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -34,14 +34,6 @@ String RID_FONTBOLD { Text [ en-US ] = "Bold" ; }; -String RID_OBJECTNAME -{ - Text = "SMath3" ; -}; -String RID_UNDOEDITNAME -{ - Text = "Edit" ; -}; String RID_UNDOFORMATNAME { Text = "Format" ; @@ -223,16 +215,6 @@ String STR_MATH_DOCUMENT_FULLTYPE_CURRENT Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Formula"; }; -String RID_SYMBOLFILESSTR -{ - Text [ en-US ] = "Symbol files (*.sms)" ; -}; - -String RID_ALLFILESSTR -{ - Text [ en-US ] = "All files" ; -}; - String RID_ERR_IDENT { Text [ en-US ] = "ERROR : " ; @@ -248,11 +230,6 @@ String RID_ERR_UNEXPECTEDCHARACTER Text [ en-US ] = "Unexpected character" ; }; -String RID_ERR_OVERFLOW -{ - Text [ en-US ] = "Formula entry too complex" ; -}; - String RID_ERR_LGROUPEXPECTED { Text [ en-US ] = "'{' expected" ; |