From 1074c1ab9ee4aa537ea18a3128121ef591bd803f Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 16 Jan 2012 07:38:19 +0900 Subject: removed unused macro --- tools/inc/tools/resmgr.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/inc') diff --git a/tools/inc/tools/resmgr.hxx b/tools/inc/tools/resmgr.hxx index 7e7e7ce9c1b9..8000e5a3f7fc 100644 --- a/tools/inc/tools/resmgr.hxx +++ b/tools/inc/tools/resmgr.hxx @@ -37,8 +37,6 @@ #define CREATEVERSIONRESMGR_NAME( Name ) #Name #define CREATEVERSIONRESMGR( Name ) ResMgr::CreateResMgr( CREATEVERSIONRESMGR_NAME( Name ) ) -#define LOCALE_MAX_FALLBACK 6 - #include class SvStream; -- cgit