fdo#43157 : [API CHANGE] Remove OSL_THIS_FILE
Change-Id: Ifa6bdb2f2bdf96826f09c42a1e36d97ed6e034cd Reviewed-on: https://gerrit.libreoffice.org/8886 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
838d749ceb
commit
fe075edc27
@ -87,8 +87,6 @@
|
||||
#define OSL_DEBUG_LEVEL 0
|
||||
#endif
|
||||
|
||||
#define OSL_THIS_FILE __FILE__
|
||||
|
||||
/* the macro OSL_LOG_PREFIX is intended to be an office internal macro for now
|
||||
|
||||
it is deprecated and superseded by (C++ only) SAL_WHERE
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
#define REG_ENSURE(c, m) _REG_ENSURE(c, OSL_THIS_FILE, __LINE__, m)
|
||||
#define REG_ENSURE(c, m) _REG_ENSURE(c, __FILE__, __LINE__, m)
|
||||
|
||||
#define _REG_ENSURE(c, f, l, m) \
|
||||
do \
|
||||
|
Loading…
x
Reference in New Issue
Block a user