summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-17 08:34:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-17 10:43:34 +0000
commitc627f4b92824a7c1900e54e8a66773f45e3766dd (patch)
tree72a45ac7bc995e4312d2a17f542efc73f2701a76 /formula
parent56552630fe21a143ca243807f093ebb150a2de98 (diff)
remove unused defines from HRC files in various
Change-Id: Ia1ba313d2438f04a84bcfcbbbcf6fffea5c1921d Reviewed-on: https://gerrit.libreoffice.org/35310 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'formula')
-rw-r--r--formula/source/ui/dlg/formdlgs.hrc1
-rw-r--r--formula/source/ui/dlg/formdlgs.src10
-rw-r--r--formula/source/ui/inc/ForResId.hrc2
3 files changed, 0 insertions, 13 deletions
diff --git a/formula/source/ui/dlg/formdlgs.hrc b/formula/source/ui/dlg/formdlgs.hrc
index c56104cff1be..57778a87a853 100644
--- a/formula/source/ui/dlg/formdlgs.hrc
+++ b/formula/source/ui/dlg/formdlgs.hrc
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#define BTN_HELP 6
#define BTN_CANCEL 7
#define BTN_END 10
#define ED_FORMULA 17
diff --git a/formula/source/ui/dlg/formdlgs.src b/formula/source/ui/dlg/formdlgs.src
index fc9e22834d3a..0df94d1bde6f 100644
--- a/formula/source/ui/dlg/formdlgs.src
+++ b/formula/source/ui/dlg/formdlgs.src
@@ -40,16 +40,6 @@ Bitmap BMP_STR_ERROR
File = "faperror.png";
};
-String STR_STRUCT_ERR1
-{
- Text [ en-US ] = "=?" ;
-};
-
-String STR_STRUCT_ERR2
-{
- Text [ en-US ] = "Error" ;
-};
-
String STR_TITLE1
{
Text [ en-US ] = "Function Wizard" ;
diff --git a/formula/source/ui/inc/ForResId.hrc b/formula/source/ui/inc/ForResId.hrc
index d0ad17fae809..a1b64a8c2960 100644
--- a/formula/source/ui/inc/ForResId.hrc
+++ b/formula/source/ui/inc/ForResId.hrc
@@ -41,8 +41,6 @@
// strings
#define RID_STR_SHRINK (RID_STRING_START + 0)
#define RID_STR_EXPAND (RID_STRING_START + 1)
-#define STR_STRUCT_ERR1 (RID_STRING_START + 2)
-#define STR_STRUCT_ERR2 (RID_STRING_START + 3)
#define STR_OPTIONAL (RID_STRING_START + 4)
#define STR_REQUIRED (RID_STRING_START + 5)
#define STR_END (RID_STRING_START + 6)