diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-25 16:42:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-25 18:49:17 +0100 |
commit | 2ab3bae2cff8a51ba11e68539d75d21f826d9481 (patch) | |
tree | e51e25c545f9c5b18aa1c1aeb35bf686df0f8edb /include/tools | |
parent | e5d7a360e68b1725ee28abc5c76db5c4023dce88 (diff) |
Reduce some functions to local
Change-Id: Ia2d7eaaa1381fe46839b0d52a91bdc3a439fa418
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/debug.hxx | 4 |
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 |