diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-19 17:41:57 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-19 19:15:08 +0100 |
commit | 3e7151db8d6ffe1688f2b3c68dbc0741fe953cdc (patch) | |
tree | c20e1ec4a9dcfaf47a354840e3cd33364df2613c /formula/source | |
parent | 4229f1b186b84ab36d97b723a6a1f81e79d40d82 (diff) |
remove unused macros
Diffstat (limited to 'formula/source')
-rw-r--r-- | formula/source/core/inc/core_resource.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/formula/source/core/inc/core_resource.hxx b/formula/source/core/inc/core_resource.hxx index 9ede1af6b953..d5813218bd98 100644 --- a/formula/source/core/inc/core_resource.hxx +++ b/formula/source/core/inc/core_resource.hxx @@ -36,13 +36,6 @@ class ResMgr; //......................................................................... namespace formula { - -#define FORMULA_RES( id ) ResourceManager::loadString( id ) -#define FORMULA_RES_PARAM( id, ascii, replace ) ResourceManager::loadString( id, ascii, replace ) - -#define FORMULACORE_RESSTRING( id ) FORMULA_RES( id ) - // (compatibility) - //================================================================== //= ResourceManager //= handling ressources within the FORMULA-Core library |