removed unused macro

This commit is contained in:
Takeshi Abe 2011-10-18 20:40:16 +09:00
parent 9706288e95
commit 0cb79e7486
3 changed files with 0 additions and 8 deletions

View file

@ -64,8 +64,6 @@
#include <unotools/pathoptions.hxx> #include <unotools/pathoptions.hxx>
#include <unotools/localfilehelper.hxx> #include <unotools/localfilehelper.hxx>
#define RET_BACK 100
//=============================================== //===============================================
// namespace // namespace
namespace svx{ namespace svx{

View file

@ -82,9 +82,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang; using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container; using namespace ::com::sun::star::container;
#define INTERFACE_TYPE( xint ) \
::getCppuType((const Reference< xint >*)0)
#define QUERYINT( xint ) \ #define QUERYINT( xint ) \
if( rType == ::getCppuType((const Reference< xint >*)0) ) \ if( rType == ::getCppuType((const Reference< xint >*)0) ) \
aAny <<= Reference< xint >(this) aAny <<= Reference< xint >(this)

View file

@ -67,9 +67,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang; using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container; using namespace ::com::sun::star::container;
#define INTERFACE_TYPE( xint ) \
::getCppuType((const Reference< xint >*)0)
#define QUERYINT( xint ) \ #define QUERYINT( xint ) \
if( rType == ::getCppuType((const Reference< xint >*)0) ) \ if( rType == ::getCppuType((const Reference< xint >*)0) ) \
aAny <<= Reference< xint >(this) aAny <<= Reference< xint >(this)