summaryrefslogtreecommitdiff
path: root/include/tools/debug.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/debug.hxx')
-rw-r--r--include/tools/debug.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/tools/debug.hxx b/include/tools/debug.hxx
index be726bb688e6..12b9ad40bfc9 100644
--- a/include/tools/debug.hxx
+++ b/include/tools/debug.hxx
@@ -241,12 +241,8 @@ inline void DbgPrintFile( const sal_Char* pLine )
#define DBG_OUT_TRACE 1
#define DBG_OUT_ERROR 2
-TOOLS_DLLPUBLIC void DbgOut( const sal_Char* pMsg, sal_uInt16 nOutType = DBG_OUT_TRACE,
- const sal_Char* pFile = NULL, sal_uInt16 nLine = 0 );
TOOLS_DLLPUBLIC void DbgPrintShell(char const * message);
TOOLS_DLLPUBLIC void DbgOutTypef( sal_uInt16 nOutType, const sal_Char* pFStr, ... );
-TOOLS_DLLPUBLIC void DbgOutf( const sal_Char* pFStr, ... );
-TOOLS_DLLPUBLIC void ImpDbgOutfBuf( sal_Char* pBuf, const sal_Char* pFStr, ... );
// Dbg test functions