diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-07-24 13:42:00 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-07-24 13:45:55 +0200 |
commit | 81b594afa7162552fc2489ba0c7e1e8b5addb4f2 (patch) | |
tree | 1c15d8269b4c0f9892baf62965de20593fde3651 /include/svl/filerec.hxx | |
parent | e904562af54545684b32d2042ded6bdb9459edca (diff) |
svl: remove some odd and obsolete debugging code related to MI_HATS_REPARIERT
This was apparently disabled before the MI_HATS_REPARIERT check was
removed in f03a3edf2523c208948059861e0df48567834d0d, and then yesterday
something in the header inclusions changed to enable the DBG macros that
still used the removed stuff, but _only_ on Windows... now clean this up.
Change-Id: I4222db252f4a886b3497ca0c22dbec26eaa6c994
Diffstat (limited to 'include/svl/filerec.hxx')
-rw-r--r-- | include/svl/filerec.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/svl/filerec.hxx b/include/svl/filerec.hxx index bc9b9626c0af..e7a0a6d91810 100644 --- a/include/svl/filerec.hxx +++ b/include/svl/filerec.hxx @@ -45,13 +45,6 @@ #define SFX_REC_HEADERSIZE_SINGLE 4 // additional HEADERSIZE_MINI => 8 #define SFX_REC_HEADERSIZE_MULTI 6 // additional HEADERSIZE_SINGLE => 14 -#ifndef DBG -#ifdef DBG_UTIL -#define DBG(x) x -#else -#define DBG(x) -#endif -#endif // General file format: documented at class SfxMiniRecordReader below |