From 28aaa27438fb3a743792ce821ba1f523a5d9947f Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Thu, 17 Mar 2016 12:03:50 +0530 Subject: tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals I removed all the OSL_DEBUG_LEVEL > 1 conditionals and also made SAL_WARN open to production code which was earlier under OSL_DEBUG_LEVEL > 0 Change-Id: Ibe71defed9a7191ec8e4a934e746ef0f3ebd8b3a Reviewed-on: https://gerrit.libreoffice.org/23065 Reviewed-by: Stephan Bergmann Tested-by: Stephan Bergmann --- starmath/source/edit.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'starmath/source/edit.cxx') diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index c84abc868957..509ddc4abbfd 100644 --- a/starmath/source/edit.cxx +++ b/starmath/source/edit.cxx @@ -205,9 +205,6 @@ SfxItemPool * SmEditWindow::GetEditEngineItemPool() void SmEditWindow::ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg ) { // Note: SetBackground still done in SmEditWindow::DataChanged -#if OSL_DEBUG_LEVEL > 1 -// ColorData nVal = rColorCfg.GetColorValue(svtools::FONTCOLOR).nColor; -#endif SetTextColor( rColorCfg.GetColorValue(svtools::FONTCOLOR).nColor ); Invalidate(); } -- cgit