Kaydet (Commit) 23573fdb authored tarafından Pedro Giffuni's avatar Pedro Giffuni

Drop bCont from StyleSettings::GetAutoSymbolsStyle(); it is unused with the KDE/Gnome icon removal.

üst b8d0e884
......@@ -779,7 +779,6 @@ sal_uLong StyleSettings::GetCurrentSymbolsStyle() const
sal_uLong StyleSettings::GetAutoSymbolsStyle() const
{
sal_uLong nRet = STYLE_SYMBOLS_DEFAULT;
bool bCont = true;
try
{
......@@ -787,9 +786,6 @@ sal_uLong StyleSettings::GetAutoSymbolsStyle() const
sal_Int32 nValue( 0 );
aAny >>= nValue;
if( 0 == nValue )
bCont = false;
}
catch ( ::com::sun::star::uno::Exception& )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment