From 0a29d591d14a8907578004d96978b2eac35b8417 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 7 Jan 2008 07:39:02 +0000 Subject: INTEGRATION: CWS supdremove (1.8.190); FILE MERGED 2007/11/16 10:23:12 vg 1.8.190.1: #i83674# cleanup: remove obsolete SUPD macro use --- svx/source/mnuctrls/fntszctl.cxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'svx/source/mnuctrls') diff --git a/svx/source/mnuctrls/fntszctl.cxx b/svx/source/mnuctrls/fntszctl.cxx index 2ef4f313fb73..b8e5a8c139bb 100644 --- a/svx/source/mnuctrls/fntszctl.cxx +++ b/svx/source/mnuctrls/fntszctl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fntszctl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2007-06-27 18:32:41 $ + * last change: $Author: obo $ $Date: 2008-01-07 08:39:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -184,11 +184,7 @@ void SvxFontSizeMenuControl::StateChanged( (const SvxFontListItem*)pSh->GetItem( SID_ATTR_CHAR_FONTLIST ); const FontList* pList = pFonts ? pFonts->GetFontList(): NULL; if ( pList ) -#if SUPD < 547 - pMenu->Fill( pList->Get(0), pList ); -#else pMenu->Fill( pList->GetFontName(0), pList ); -#endif } } } -- cgit