From cc2ffcad79916ddfb903a60cbc4da946fc272d68 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 26 Oct 2015 20:04:27 +0100 Subject: reintroduce TBBase::indent_printf() This partly reverts a90c6eb99c8c2167c4b1ec75a21a30a344bfea43 which erroneously removed the method as unused because it is used only with OSL_DEBUG_LEVEL > 2 Change-Id: I6fa52775b6a013c0086ba9d7ae21720a9ab8aa01 --- include/filter/msfilter/mstoolbar.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/filter') diff --git a/include/filter/msfilter/mstoolbar.hxx b/include/filter/msfilter/mstoolbar.hxx index bfada573c325..205d019bca3c 100644 --- a/include/filter/msfilter/mstoolbar.hxx +++ b/include/filter/msfilter/mstoolbar.hxx @@ -70,6 +70,7 @@ class MSFILTER_DLLPUBLIC TBBase friend class Indent; static int nIndent; // num spaces to indent before printing protected: + static void indent_printf(FILE* fp, const char* format, ... ); sal_uInt32 nOffSet; // usually for debug we can store the offset in the stream to this record public: TBBase() : nOffSet( 0 ) {} -- cgit