From 7d99ec7f7ec095dfa0d203f5eb43bab0e69256be Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 20:41:20 +0100 Subject: Remove visual noise from starmath MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I45a716abba68521c5ebc203eed205e717efead7b Reviewed-on: https://gerrit.libreoffice.org/8315 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- starmath/source/cfgitem.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'starmath/source/cfgitem.cxx') diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx index 2e65cbbe6593..182000635371 100644 --- a/starmath/source/cfgitem.cxx +++ b/starmath/source/cfgitem.cxx @@ -38,7 +38,7 @@ static const char aRootName[] = "Office.Math"; #define SYMBOL_LIST "SymbolList" #define FONT_FORMAT_LIST "FontFormatList" -///////////////////////////////////////////////////////////////// + static Sequence< OUString > lcl_GetFontPropertyNames() @@ -65,7 +65,7 @@ static Sequence< OUString > lcl_GetFontPropertyNames() return aNames; } -///////////////////////////////////////////////////////////////// + static Sequence< OUString > lcl_GetSymbolPropertyNames() @@ -90,7 +90,7 @@ static Sequence< OUString > lcl_GetSymbolPropertyNames() return aNames; } -///////////////////////////////////////////////////////////////// + static const char * aMathPropNames[] = { @@ -180,7 +180,7 @@ static Sequence< OUString > GetOtherPropertyNames() return lcl_GetPropertyNames( aMathPropNames, SAL_N_ELEMENTS( aMathPropNames ) ); } -///////////////////////////////////////////////////////////////// + struct SmCfgOther { @@ -209,7 +209,7 @@ SmCfgOther::SmCfgOther() bFormulaCursor = bIsSaveOnlyUsedSymbols = true; } -///////////////////////////////////////////////////////////////// + SmFontFormat::SmFontFormat() @@ -258,7 +258,7 @@ bool SmFontFormat::operator == ( const SmFontFormat &rFntFmt ) const } -///////////////////////////////////////////////////////////////// + SmFntFmtListEntry::SmFntFmtListEntry( const OUString &rId, const SmFontFormat &rFntFmt ) : aId (rId), @@ -396,7 +396,7 @@ const OUString SmFontFormatList::GetNewFontFormatId() const return OUString(); } -///////////////////////////////////////////////////////////////// + SmMathConfig::SmMathConfig() : ConfigItem(OUString(aRootName)) @@ -1273,6 +1273,6 @@ void SmMathConfig::SetShowFormulaCursor( bool bVal ) void SmMathConfig::Notify( const com::sun::star::uno::Sequence< OUString >& ) {} -///////////////////////////////////////////////////////////////// + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit