[Libreoffice-commits] core.git: sw/source
Gabor Kelemen (via logerrit)
logerrit at kemper.freedesktop.org
Fri Nov 20 07:42:36 UTC 2020
sw/source/core/text/inftxt.hxx | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit f982e429d18870a6dd09a669035cc9950ce478cb
Author: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
AuthorDate: Thu Nov 19 20:12:26 2020 +0100
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Fri Nov 20 08:42:03 2020 +0100
Remove unused define
Last use of this was removed in 2017 with:
commit 832c1f16ddbdc626c6ae11900038e1a88f94b8e4
sw: remove temporary debug code in txttab that no longer builds anyway
Change-Id: I25cc60e3e31badc91b208c24acc8308e6ba7f04c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106181
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
diff --git a/sw/source/core/text/inftxt.hxx b/sw/source/core/text/inftxt.hxx
index 26eaad505161..e006148e79b7 100644
--- a/sw/source/core/text/inftxt.hxx
+++ b/sw/source/core/text/inftxt.hxx
@@ -56,12 +56,6 @@ namespace sw { class WrongListIterator; }
#define DIR_RIGHT2LEFT 2
#define DIR_TOP2BOTTOM 3
-#ifdef DBG_UTIL
-#define OPTDBG( rInf ) (rInf).IsOptDbg()
-#else
-#define OPTDBG( rInf ) false
-#endif
-
// Respects the attribute LineSpace when calculating the Height/Ascent
class SwLineInfo
{
More information about the Libreoffice-commits
mailing list