removed unused macro
This commit is contained in:
parent
9706288e95
commit
0cb79e7486
3 changed files with 0 additions and 8 deletions
|
@ -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{
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue