diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 17:13:43 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 18:33:41 +0200 |
commit | 8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7 (patch) | |
tree | 2f9411f875e3dbad087fb7f6899c6ded663191c6 /extensions | |
parent | 3dcdf30a233c7e75229b9e291901c6768265ca93 (diff) |
Remove unused defines
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/bibmod.hxx | 6 | ||||
-rw-r--r-- | extensions/source/dbpilots/groupboxwiz.cxx | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/extensions/source/bibliography/bibmod.hxx b/extensions/source/bibliography/bibmod.hxx index 6baf60bfe27d..e94692da516d 100644 --- a/extensions/source/bibliography/bibmod.hxx +++ b/extensions/source/bibliography/bibmod.hxx @@ -25,12 +25,6 @@ class ResMgr; class BibDataManager; class BibConfig; -#define BIBLIOGRAPHY_INI_GROUP "Bibliography" -#define BIBLIOGRAPHY_INI_CUR_NAME "BibliographyCurrent" -#define BIBLIOGRAPHY_INI_DB_ENTRY "Bibliography" -#define BIBLIOGRAPHY_INI_MAPPING "BibliographyFields" -#define BIBLIOGRAPHY_TYPE_NAMES "BibliographyTypeNames" - class BibModul { private: diff --git a/extensions/source/dbpilots/groupboxwiz.cxx b/extensions/source/dbpilots/groupboxwiz.cxx index 1776726d7ef7..4d15d553de7c 100644 --- a/extensions/source/dbpilots/groupboxwiz.cxx +++ b/extensions/source/dbpilots/groupboxwiz.cxx @@ -34,8 +34,6 @@ #include "optiongrouplayouter.hxx" #include "dbpilots.hrc" - -//#define GBW_STATE_DATASELECTION 0 #define GBW_STATE_OPTIONLIST 0 #define GBW_STATE_DEFAULTOPTION 1 #define GBW_STATE_OPTIONVALUES 2 |