summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-11-19 21:14:55 +0200
committerTor Lillqvist <tml@iki.fi>2012-11-19 21:23:27 +0200
commit160cfb5e5e4ab6c9e6062c74ba6ed1c610a4981a (patch)
treecf9024972c0d0535a16763968a0c0c3192671f77 /svx
parentdebea9d3250e809e323461324514e9d073d06e3a (diff)
Bin the HACK() sillyness
Change-Id: Ieeebc4098404fa006d66bb8b656172a4348b1dc1
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx2
1 files changed, 1 insertions, 1 deletions
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;