summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-01-19 17:41:57 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-01-19 19:15:08 +0100
commit3e7151db8d6ffe1688f2b3c68dbc0741fe953cdc (patch)
treec20e1ec4a9dcfaf47a354840e3cd33364df2613c /formula
parent4229f1b186b84ab36d97b723a6a1f81e79d40d82 (diff)
remove unused macros
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/inc/core_resource.hxx7
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