summaryrefslogtreecommitdiff
path: root/starmath/source/edit.cxx
diff options
context:
space:
mode:
authorRohan Kumar <rohankanojia420@gmail.com>2016-03-17 12:03:50 +0530
committerStephan Bergmann <sbergman@redhat.com>2016-03-21 17:01:53 +0000
commit28aaa27438fb3a743792ce821ba1f523a5d9947f (patch)
tree2c36ac03b468cc484833a6c350616fdf96a3b96b /starmath/source/edit.cxx
parent3d952e795a2101d2bfd2c0dcd6047049c38e6f54 (diff)
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 <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'starmath/source/edit.cxx')
-rw-r--r--starmath/source/edit.cxx3
1 files changed, 0 insertions, 3 deletions
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();
}