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

Tor Lillqvist tml at collabora.com
Tue Jul 29 03:50:56 PDT 2014


 sfx2/source/dialog/backingwindow.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6dfd1336c6f324df6fd01f28005ce2e28ada192a
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jul 29 13:45:43 2014 +0300

    WaE: 'initializing' : truncation from 'double' to 'float'
    
    Change-Id: Ie61d007857a62facac9d4e21ec494195041eeffb

diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx
index 764337a..488bafd 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -60,7 +60,7 @@ const char TEMPLATE_URL[] =       "slot:5500";
 const char OPEN_URL[] =           ".uno:Open";
 const char SERVICENAME_CFGREADACCESS[] = "com.sun.star.configuration.ConfigurationAccess";
 
-float fMultiplier = 1.2;
+float fMultiplier = 1.2f;
 const Color aButtonsBackground(114, 168, 84); // TDF green
 const Color aButtonsText(COL_WHITE);
 


More information about the Libreoffice-commits mailing list