Author: pfg
Date: Thu May 10 20:12:13 2012
New Revision: 1336871
URL: http://svn.apache.org/viewvc?rev=1336871&view=rev
Log:
Drop bCont from StyleSettings::GetAutoSymbolsStyle(); it is unused with the
KDE/Gnome icon removal.
Modified:
incubator/ooo/trunk/main/vcl/source/app/settings.cxx
Modified: incubator/ooo/trunk/main/vcl/source/app/settings.cxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/vcl/source/app/settings.cxx?rev=1336871&r1=1336870&r2=1336871&view=diff
==============================================================================
--- incubator/ooo/trunk/main/vcl/source/app/settings.cxx (original)
+++ incubator/ooo/trunk/main/vcl/source/app/settings.cxx Thu May 10 20:12:13
2012
@@ -779,7 +779,6 @@ sal_uLong StyleSettings::GetCurrentSymbo
sal_uLong StyleSettings::GetAutoSymbolsStyle() const
{
sal_uLong nRet = STYLE_SYMBOLS_DEFAULT;
- bool bCont = true;
try
{
@@ -787,9 +786,6 @@ sal_uLong StyleSettings::GetAutoSymbolsS
sal_Int32 nValue( 0 );
aAny >>= nValue;
-
- if( 0 == nValue )
- bCont = false;
}
catch ( ::com::sun::star::uno::Exception& )
{