diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-23 09:47:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-01-08 10:39:36 +0200 |
commit | 45ec1d9b56cec41596f806ebf845ebfcd30c9f46 (patch) | |
tree | e368da6d3ae2c8a5c8e214b99dd0f95861d0fc78 /shell/inc | |
parent | 0748a5f8298e2ea817e131234f5e99300ed7f9f7 (diff) |
brute-force find-and-remove of unused #define constants.
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
Diffstat (limited to 'shell/inc')
-rw-r--r-- | shell/inc/internal/config.hxx | 2 | ||||
-rw-r--r-- | shell/inc/internal/resource.h | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/shell/inc/internal/config.hxx b/shell/inc/internal/config.hxx index b2c543b2aff9..641edc0e5936 100644 --- a/shell/inc/internal/config.hxx +++ b/shell/inc/internal/config.hxx @@ -56,11 +56,9 @@ #define META_INFO_TABLES L"table-count" #define META_INFO_DRAWS L"image-count" #define META_INFO_OBJECTS L"object-count" -#define META_INFO_OLE_OBJECTS L"object-count" #define META_INFO_PARAGRAPHS L"paragraph-count" #define META_INFO_WORDS L"word-count" #define META_INFO_CHARACTERS L"character-count" -#define META_INFO_ROWS L"row-count" #define META_INFO_CELLS L"cell-count" #define META_INFO_DOCUMENT_STATISTIC L"document-statistic" #define META_INFO_MODIFIED L"date" diff --git a/shell/inc/internal/resource.h b/shell/inc/internal/resource.h index 5acc180ea3a2..e17d3b81cabf 100644 --- a/shell/inc/internal/resource.h +++ b/shell/inc/internal/resource.h @@ -27,12 +27,8 @@ #define IDC_TITLE 1000 #define IDC_SUBJECT 1001 #define IDC_AUTHOR 1002 -#define IDC_CREATOR 1003 -#define IDC_LANGUAGE 1004 #define IDC_COMMENTS 1005 #define IDC_KEYWORDS 1006 -#define IDC_EXTENDED 1009 -#define IDC_DLGSIMPLE 1012 #define IDC_STATISTICSLIST 1013 #define IDS_TITLE 1014 @@ -52,7 +48,6 @@ #define IDS_VERSION 1028 #define IDS_SHEETS 1029 #define IDS_CELLS 1030 -#define IDS_STATISTICS 1031 #define IDS_PROPERTY 1032 #define IDS_PROPERTY_VALUE 1033 #define IDS_PROPPAGE_SUMMARY_TITLE 1034 @@ -61,7 +56,6 @@ #define IDS_SUBJECT_COLON 1037 #define IDS_AUTHOR_COLON 1038 #define IDS_OBJECTS 1039 -#define IDS_DOCUMENT_STATISTIC 1040 #define IDS_MODIFIED 1041 #define IDS_DOCUMENT_NUMBER 1042 #define IDS_EDITING_TIME 1043 |