summaryrefslogtreecommitdiff
path: root/starmath/source/cfgitem.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:41:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:50:46 -0600
commit7d99ec7f7ec095dfa0d203f5eb43bab0e69256be (patch)
tree0fbe4279986d6b3d9a28c602e8e433632cd6d5a0 /starmath/source/cfgitem.cxx
parent35e44118b8e55b2263bd10e8b11d9ac4e043228b (diff)
Remove visual noise from starmath
Change-Id: I45a716abba68521c5ebc203eed205e717efead7b Reviewed-on: https://gerrit.libreoffice.org/8315 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source/cfgitem.cxx')
-rw-r--r--starmath/source/cfgitem.cxx16
1 files changed, 8 insertions, 8 deletions
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: */