summaryrefslogtreecommitdiffstats
path: root/sw/inc/dbgoutsw.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-01 18:24:05 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-01 18:33:42 +0200
commit00240d049790d11c4ef35de7a294819107197efd (patch)
tree6479f4fee0eac540ca6d0b80552834f2b19e4364 /sw/inc/dbgoutsw.hxx
parenthrc cleanup: Remove unused resource definitions (diff)
downloadcore-00240d049790d11c4ef35de7a294819107197efd.tar.gz
core-00240d049790d11c4ef35de7a294819107197efd.zip
Remove unused defines
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
Diffstat (limited to 'sw/inc/dbgoutsw.hxx')
-rw-r--r--sw/inc/dbgoutsw.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/dbgoutsw.hxx b/sw/inc/dbgoutsw.hxx
index b090dfe0b52c..42dcf062c2e1 100644
--- a/sw/inc/dbgoutsw.hxx
+++ b/sw/inc/dbgoutsw.hxx
@@ -59,14 +59,6 @@ class SwOutlineNodes;
class SwTxtFmtColl;
class SwNodeRange;
-#define DBG_OUT_HERE printf("%s(%d):", __FILE__, __LINE__)
-#define DBG_OUT_HERE_FN printf("%s(%d) %s:", __FILE__, __LINE__, __FUNCTION__)
-#define DBG_OUT_HERE_LN printf("%s(%d)\n", __FILE__, __LINE__)
-#define DBG_OUT_HERE_FN_LN printf("%s(%d) %s\n", __FILE__, __LINE__, __FUNCTION__)
-#define DBG_OUT(x) printf("%s\n", dbg_out(x))
-#define DBG_OUT_LN(x) printf("%s(%d): %s\n", __FILE__, __LINE__, dbg_out(x))
-#define DBG_OUT_FN_LN(x) printf("%s: %s\n", __FUNCTION__, dbg_out(x))
-
extern bool bDbgOutStdErr;
extern bool bDbgOutPrintAttrSet;