[ooo-build-commit] .: vcl/source
Jan Holesovsky
kendy at kemper.freedesktop.org
Fri Sep 17 01:00:21 PDT 2010
vcl/source/app/settings.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit a65459ed90b2f4dd6407d4ffdb2dde4bc769f8fa
Author: Jan Holesovsky <kendy at suse.cz>
Date: Fri Sep 17 09:59:57 2010 +0200
The 'Industrial' theme is dead.
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index a1a175f..25ea671 100755
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -858,6 +858,9 @@ ULONG StyleSettings::GetAutoSymbolsStyle() const
bool StyleSettings::CheckSymbolStyle( ULONG nStyle ) const
{
+ if ( nStyle == STYLE_SYMBOLS_INDUSTRIAL )
+ return false; // industrial is dead
+
static ImplImageTreeSingletonRef aImageTree;
return aImageTree->checkStyle( ImplSymbolsStyleToName( nStyle ) );
}
More information about the ooo-build-commit
mailing list