diff options
author | Michaël Lefèvre <lefevre00@yahoo.fr> | 2014-04-07 15:33:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-25 09:57:19 +0000 |
commit | fe075edc27a1fc301c31cfdff5ddbc83e52d929f (patch) | |
tree | 42469f0b091b99100aaabe37d4c1d2452ee0b26e /include/osl | |
parent | 838d749ceb152de40d03538a0448bf709264ccdb (diff) |
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>
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/diagnose.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osl/diagnose.h b/include/osl/diagnose.h index e64160c3d894..fdae8cc8eba7 100644 --- a/include/osl/diagnose.h +++ b/include/osl/diagnose.h @@ -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 |