diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-23 18:19:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-23 22:49:57 +0000 |
commit | 702f9c5176eebb95c5a1bfd31c1f256b79301b19 (patch) | |
tree | 2aedc04b1af4e2f36b0da9fd5b06570faa3eef40 /extensions | |
parent | 513a21aa6cf350c094289a7976de9e0cc0e7b4d4 (diff) |
huge hrc and src file cleanup
* mostly fallout from ui conversion
* some completely unused defines from src files
* lots of unused HID ids
Change-Id: I976561205798db3d06ee139de6223f638e58f47a
Reviewed-on: https://gerrit.libreoffice.org/9142
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/abpilot/abpresid.hrc | 23 | ||||
-rw-r--r-- | extensions/source/bibliography/sections.hrc | 10 |
2 files changed, 0 insertions, 33 deletions
diff --git a/extensions/source/abpilot/abpresid.hrc b/extensions/source/abpilot/abpresid.hrc index 8f0d7d5a3583..cc8f18b2b0c7 100644 --- a/extensions/source/abpilot/abpresid.hrc +++ b/extensions/source/abpilot/abpresid.hrc @@ -23,7 +23,6 @@ #include "abpilot.hrc" #include "extensio.hrc" - // basics #define RID_DIALOG_START RID_ABP_START @@ -127,39 +126,27 @@ // local resource ids - - #define FL_SEPARATOR 1 -#define FL_TYPE 2 - -#define FT_TYPE_HINTS 1 #define FT_ADMINEXPLANATION 3 #define FT_NAME_EXPL 4 #define FT_ERROR 5 #define FL_TOOMUCHTABLES 6 -#define FT_ASSIGNEDFIELDS 8 #define FT_FINISH_EXPL 9 #define FT_DUPLICATENAME 10 #define FT_LOCATION 11 - #define ET_DATASOURCENAME 1 - #define PB_INVOKE_ADMIN_DIALOG 1 #define PB_BROWSE 3 - #define LB_TABLELIST 1 - #define CB_REGISTER_DS 1 - #define CBB_LOCATION 1 - #define STR_SELECT_ABTYPE 1 #define STR_INVOKE_ADMIN_DIALOG 2 #define STR_TABLE_SELECTION 3 @@ -168,8 +155,6 @@ // some defines - - #define WINDOW_SIZE_X 240 #define WINDOW_SIZE_Y 185 @@ -183,14 +168,6 @@ #define BORDER_X 12 - - #endif // EXTENSIONS_ABPRESID_HRC -/************************************************************************* - * history: - * - * Revision 1.0 30.01.01 16:38:29 fs - ************************************************************************/ - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/bibliography/sections.hrc b/extensions/source/bibliography/sections.hrc index 308da3262f40..9d040568a93b 100644 --- a/extensions/source/bibliography/sections.hrc +++ b/extensions/source/bibliography/sections.hrc @@ -59,16 +59,6 @@ #define FL_2 35 #define FL_3 36 -//Business Address -#define FT_STREET 2 -#define FT_CITY 3 -#define FT_COUNTRY 5 -#define ED_STREET 8 -#define ED_CITY 9 -#define ED_STATE 10 -#define ED_COUNTRY 11 -#define ED_ZIP 12 - #define ST_TYPE_ARTICLE 40 #define ST_TYPE_BOOK 41 #define ST_TYPE_BOOKLET 42 |