diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-02-23 17:01:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-02-23 17:05:10 +0100 |
commit | 86ffa606478d18968babe809931be65463399fbb (patch) | |
tree | ec4772a2a3df014b39211dc5c2e5ffc7d7d548c2 /tools | |
parent | 64de14a0c14d5c0f47692f4a956d71bfe75614aa (diff) |
Get rid of CREATEVERSIONRESMGR[_NAME]
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/resmgr.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/inc/tools/resmgr.hxx b/tools/inc/tools/resmgr.hxx index 8000e5a3f7fc..dafbc35221f5 100644 --- a/tools/inc/tools/resmgr.hxx +++ b/tools/inc/tools/resmgr.hxx @@ -34,9 +34,6 @@ #include <tools/resid.hxx> #include <com/sun/star/lang/Locale.hpp> -#define CREATEVERSIONRESMGR_NAME( Name ) #Name -#define CREATEVERSIONRESMGR( Name ) ResMgr::CreateResMgr( CREATEVERSIONRESMGR_NAME( Name ) ) - #include <vector> class SvStream; |