summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-07-29 13:45:43 +0300
committerTor Lillqvist <tml@collabora.com>2014-07-29 13:48:54 +0300
commit6dfd1336c6f324df6fd01f28005ce2e28ada192a (patch)
tree2b8b35f653bd43341c0e9537c13253333dbd39d7 /sfx2
parent9d140ccdb3b029b3d87ee23e87789f8a67ce8d5b (diff)
WaE: 'initializing' : truncation from 'double' to 'float'
Change-Id: Ie61d007857a62facac9d4e21ec494195041eeffb
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/backingwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx
index 764337a7743e..488bafd5e9d2 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);