[Libreoffice-commits] core.git: starmath/source

Caolán McNamara caolanm at redhat.com
Thu May 7 01:07:58 PDT 2015


 starmath/source/dialog.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit f72e77f4086e4c22072d5815c9a6cbebc323ba8e
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu May 7 09:06:24 2015 +0100

    drop unused debugging Color
    
    Change-Id: I02fc8f71543e7fda48fbbce131abd172c8c03259

diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index 80d3917..98f4513 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -2196,9 +2196,6 @@ void SmSymDefineDialog::dispose()
 
 void SmSymDefineDialog::InitColor_Impl()
 {
-#if OSL_DEBUG_LEVEL > 1
-    Color aBC( GetDisplayBackground().GetColor() );
-#endif
     ColorData   nBgCol  = COL_WHITE,
                 nTxtCol = COL_BLACK;
     bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode();


More information about the Libreoffice-commits mailing list