Blame SOURCES/0241-LOK-font-back-color-callback-use-sal_Int32-instead-o.patch

f325b2
From 4874f8d8125de27fbc98f9f39025e66509be90c2 Mon Sep 17 00:00:00 2001
f325b2
From: Mihai Varga <mihai.varga@collabora.com>
f325b2
Date: Thu, 29 Oct 2015 16:52:42 +0200
f325b2
Subject: [PATCH 241/398] LOK: font/back color callback - use sal_Int32 instead
f325b2
 of long
f325b2
f325b2
Change-Id: I2e2ebc5a12794e9641a6195f07fa4b2d1a7369a9
f325b2
(cherry picked from commit ee73a6c5573391f5f8e2f100f8392c34d6c61344)
f325b2
---
f325b2
 sfx2/source/control/unoctitm.cxx | 2 +-
f325b2
 1 file changed, 1 insertion(+), 1 deletion(-)
f325b2
f325b2
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
f325b2
index 843e93d4feae..42d128a20298 100644
f325b2
--- a/sfx2/source/control/unoctitm.cxx
f325b2
+++ b/sfx2/source/control/unoctitm.cxx
f325b2
@@ -1103,7 +1103,7 @@ void SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe
f325b2
     else if (aEvent.FeatureURL.Path == "FontColor" ||
f325b2
              aEvent.FeatureURL.Path == "BackColor")
f325b2
     {
f325b2
-        long nColor;
f325b2
+        sal_Int32 nColor = -1;
f325b2
         aEvent.State >>= nColor;
f325b2
         aBuffer.append(nColor);
f325b2
     }
f325b2
-- 
f325b2
2.12.0
f325b2