From 160cfb5e5e4ab6c9e6062c74ba6ed1c610a4981a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 19 Nov 2012 21:14:55 +0200 Subject: Bin the HACK() sillyness Change-Id: Ieeebc4098404fa006d66bb8b656172a4348b1dc1 --- svx/source/tbxctrls/tbcontrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index bca2249f4d21..063cb02fe2fc 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -572,7 +572,7 @@ sal_Bool GetDocFontList_Impl( const FontList** ppFontList, SvxFontNameBox_Impl* bChanged = ( ( *ppFontList != pNewFontList ) || pBox->GetListCount() != pNewFontList->GetFontNameCount() ); - HACK(vergleich ist unvollstaendig) + // HACK(vergleich ist unvollstaendig) ??? if ( bChanged ) *ppFontList = pNewFontList; -- cgit