From d722353b4ba363c452fc86be0fa20cad440c4a47 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 22:46:10 +0100 Subject: Remove visual noise from unotools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1285c4e47ad381934adc3aea6671e7c95d820c39 Reviewed-on: https://gerrit.libreoffice.org/8334 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- unotools/source/config/fontcfg.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unotools/source/config/fontcfg.cxx') diff --git a/unotools/source/config/fontcfg.cxx b/unotools/source/config/fontcfg.cxx index 9a4b94996539..f3a78382f73b 100644 --- a/unotools/source/config/fontcfg.cxx +++ b/unotools/source/config/fontcfg.cxx @@ -431,7 +431,7 @@ FontSubstConfiguration::~FontSubstConfiguration() /* * FontSubstConfigItem::getMapName */ -// ======================================================================= + static const char* const aImplKillLeadingList[] = { @@ -748,7 +748,7 @@ static bool ImplFindAndErase( OUString& rName, const char* pStr ) return true; } -// ======================================================================= + void FontSubstConfiguration::getMapName( const OUString& rOrgName, OUString& rShortName, OUString& rFamilyName, FontWeight& rWeight, -- cgit